aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* tests/stm32: add stm32f091rc, stm32h503rb.Dario Nieuwenhuis2024-02-174-1/+62
* Merge pull request #2564 from embassy-rs/rcc-f1-updateDario Nieuwenhuis2024-02-142-2/+20
|\
| * stm32/rcc: port F1 to new API.Dario Nieuwenhuis2024-02-132-2/+20
* | Added HMAC to STM32 hash test.Caleb Garrett2024-02-132-0/+23
* | Update STM32 hash test.Caleb Garrett2024-02-121-2/+2
* | Merge pull request #2528 from caleb-garrett/hashDario Nieuwenhuis2024-02-132-7/+92
|\ \ | |/ |/|
| * Consolidated hash drivers.Caleb Garrett2024-02-113-23/+16
| * Merge branch 'main' into hashCaleb Garrett2024-02-091-12/+0
| |\
| * | Updated stm32-metapac.Caleb Garrett2024-02-061-6/+2
| * | Separated hash interrupt bindings.Caleb Garrett2024-02-051-0/+16
| * | Corrected hash CI build issues.Caleb Garrett2024-02-052-3/+3
| * | Added STM32 hash test.Caleb Garrett2024-02-053-8/+88
* | | stm32/rcc: port F3 RCC to new APIDario Nieuwenhuis2024-02-121-0/+18
| |/ |/|
* | Delete tests/stm32/teleprobe.shDario Nieuwenhuis2024-02-081-12/+0
|/
* Disable h563 test.Corey Schuhen2024-01-311-1/+1
* HIL test for STM32 FDCAN support.Corey Schuhen2024-01-312-5/+254
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-221-4/+4
* tests/stm32: fix h7 wrong smps config.Dario Nieuwenhuis2024-01-201-0/+4
* fix changed import pathsUlf Lilleengen2024-01-121-5/+3
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-6/+6
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-2/+2
* Merge pull request #2404 from plaes/sync-link-ramDario Nieuwenhuis2024-01-052-255/+1
|\
| * tests: Use unified link_ram_cortex_m.x file for all Cortex M targetsPriit Laes2024-01-052-255/+1
* | New embassy-net releaseScott Mabin2024-01-041-1/+1
|/
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+1
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-7/+11
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-142-8/+8
* Merge pull request #2246 from CaptainMaso/adc_f3_v1_1Dario Nieuwenhuis2023-12-084-12/+105
|\
| * tests/stm32: add L1 DAC/ADC test.Dario Nieuwenhuis2023-12-084-12/+105
* | Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
* | update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* | Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+2
* | Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-2/+2
|/
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-2715-16/+2
* stm32/test: add stm32f446 (board not in HIL rig yet)Dario Nieuwenhuis2023-11-275-36/+66
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-6/+4
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: unify f2 into f4/f7.Dario Nieuwenhuis2023-11-131-10/+11
* stm32/rcc: fix pll enum naming on f4, f7.Dario Nieuwenhuis2023-11-131-2/+2
* stm32/rcc: unify l0l1 and l4l5.Dario Nieuwenhuis2023-11-131-2/+2
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-15/+15
* stm32: add low power for g4xoviat2023-11-081-1/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-051-3/+3
* stm32/rcc: switch to modern api for l0, l1.Dario Nieuwenhuis2023-11-051-12/+14
* Merge branch 'main' of github.com:embassy-rs/embassy into low-powerxoviat2023-11-041-4/+7
|\
| * Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-4/+7
* | stm32: compute stop mode and workaround rtt test bugxoviat2023-11-041-1/+1
|/
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1