aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* 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-222-1/+36
* | stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-221-4/+4
|/
* Merge pull request #2097 from embassy-rs/rcc-no-spaghettiDario Nieuwenhuis2023-10-215-6/+56
|\
| * stm32/tests: add stm32h753zi, stm32h7a3zi.Dario Nieuwenhuis2023-10-215-6/+56
* | stm32: update metapacxoviat2023-10-201-8/+1
|/
* stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-181-5/+17
* stm32/rcc: refactor f7.Dario Nieuwenhuis2023-10-181-1/+17
* stm32: update metapacxoviat2023-10-171-3/+10
* stm32/tests: add stm32wl hil.Dario Nieuwenhuis2023-10-173-1/+21
* stm32: update metapacxoviat2023-10-161-1/+1
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* stm32/rng: add test.Dario Nieuwenhuis2023-10-162-18/+74
* stm32/rcc: unify L4 and L5.Dario Nieuwenhuis2023-10-161-7/+10
* stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-161-1/+1
* stm32/rcc: port L4 to the "flattened" API like h5/h7.Dario Nieuwenhuis2023-10-151-9/+11
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-155-14/+14
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-113-29/+14
* stm32/rcc: unify L0 and L1.Dario Nieuwenhuis2023-10-111-1/+1
* stm32/rcc: use more PLL etc enums from PAC.Dario Nieuwenhuis2023-10-111-4/+4
* Patch tests & examplesGabriel Górski2023-10-091-2/+1
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-21/+21
* h7: enable rtc testMatt Ickstadt2023-10-062-5/+14
* tests/stm32: increase tickrate for better precision.Dario Nieuwenhuis2023-10-041-1/+1
* Remove a few ultra-verbose logs.Dario Nieuwenhuis2023-10-031-1/+1
* stm32/hil: add f2, f3, f7, l49Dario Nieuwenhuis2023-10-033-3/+82
* tests/stm32: use default clock configxoviat2023-10-021-1/+4
* tests/stm32: add eth test.Dario Nieuwenhuis2023-10-023-3/+159
* test: set DEFMT_LOG not too verbose so net perf tests pass with `cargo run`.Dario Nieuwenhuis2023-09-281-2/+5
* tests/stm32: add L0, L1, L4, L4+, L5Dario Nieuwenhuis2023-09-263-2/+97
* stm32/usart: enable fifo mode on usartv4.Dario Nieuwenhuis2023-09-261-16/+26
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-263-5/+5
* tests/stm32: centralize pin configuration.Dario Nieuwenhuis2023-09-257-243/+119
* stm32/low-power: create one critical-section for all time opsxoviat2023-09-211-10/+23
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-211-3/+26
* ci: fix testsxoviat2023-09-172-2/+6
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Merge pull request #1833 from xoviat/rtcxoviat2023-08-281-2/+4
|\
| * stm32: fix rtc wakeup timing and add dbgxoviat2023-08-271-2/+4
* | Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
|/
* stm32: re-export rtcclocksourcexoviat2023-08-272-2/+4
* tests/stm32: add stop and cleanpuxoviat2023-08-262-1/+61
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1