aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
* stm32/rcc: port g0 to new api.Dario Nieuwenhuis2024-03-041-0/+13
* stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.Dario Nieuwenhuis2024-03-041-1/+1
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-012-26/+25
* rustfmtCaleb Garrett2024-02-251-3/+1
* Add CRYP test.Caleb Garrett2024-02-251-0/+71
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-261-7/+7
* FDCAN: Don't require internal module for public API.Corey Schuhen2024-02-251-2/+2
* stm32/dma: add AnyChannel, add support for BDMA on H7.Dario Nieuwenhuis2024-02-241-1/+1
* stm32/rcc: port U5 to new API, add all PLLs, all HSE modes.Dario Nieuwenhuis2024-02-231-1/+12
* Remove the OperatingMode typestatesCorey Schuhen2024-02-181-1/+1
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-81/+28
* tests/stm32: add stm32f091rc, stm32h503rb.Dario Nieuwenhuis2024-02-172-1/+58
* Merge pull request #2564 from embassy-rs/rcc-f1-updateDario Nieuwenhuis2024-02-141-0/+18
|\
| * stm32/rcc: port F1 to new API.Dario Nieuwenhuis2024-02-131-0/+18
* | Added HMAC to STM32 hash test.Caleb Garrett2024-02-131-0/+22
* | Update STM32 hash test.Caleb Garrett2024-02-121-2/+2
* | Merge pull request #2528 from caleb-garrett/hashDario Nieuwenhuis2024-02-131-0/+78
|\ \ | |/ |/|
| * Consolidated hash drivers.Caleb Garrett2024-02-112-22/+15
| * 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-052-0/+73
* | stm32/rcc: port F3 RCC to new APIDario Nieuwenhuis2024-02-121-0/+18
|/
* HIL test for STM32 FDCAN support.Corey Schuhen2024-01-311-0/+243
* tests/stm32: fix h7 wrong smps config.Dario Nieuwenhuis2024-01-201-0/+4
* fix changed import pathsUlf Lilleengen2024-01-121-5/+3
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-6/+6
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-212-2/+0
* 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-141-6/+6
* tests/stm32: add L1 DAC/ADC test.Dario Nieuwenhuis2023-12-083-6/+94
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-2714-14/+0
* stm32/test: add stm32f446 (board not in HIL rig yet)Dario Nieuwenhuis2023-11-274-25/+54
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-6/+4
* 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/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
* stm32/low-power: refactor refcountxoviat2023-10-251-4/+4
* Merge pull request #2106 from xoviat/fix-stop-2xoviat2023-10-231-1/+3
|\
| * stm32: fix low-power testxoviat2023-10-231-1/+3
* | stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-231-8/+10
* | stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-231-0/+6
* | stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-231-3/+12
* | stm32/tests: add stm32wba52cg, stm32u5a9zjDario Nieuwenhuis2023-10-221-1/+34
* | stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-221-4/+4
|/
* Merge pull request #2097 from embassy-rs/rcc-no-spaghettiDario Nieuwenhuis2023-10-214-6/+54
|\
| * stm32/tests: add stm32h753zi, stm32h7a3zi.Dario Nieuwenhuis2023-10-214-6/+54