aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-165-5/+5
* 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-1516-69/+69
* Release embassy-time 0.1.4Dániel Buga2023-10-125-5/+5
* 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
* rp/bootsel: add test.Dario Nieuwenhuis2023-10-071-0/+26
* h7: enable rtc testMatt Ickstadt2023-10-062-5/+14
* tests/stm32: increase tickrate for better precision.Dario Nieuwenhuis2023-10-041-1/+1
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-042-2/+2
* Remove a few ultra-verbose logs.Dario Nieuwenhuis2023-10-031-1/+1
* stm32/hil: add f2, f3, f7, l49Dario Nieuwenhuis2023-10-034-7/+87
* tests/stm32: use default clock configxoviat2023-10-021-1/+4
* tests/stm32: add eth test.Dario Nieuwenhuis2023-10-023-3/+159
* test: deduplicate net perf test code.Dario Nieuwenhuis2023-09-288-688/+248
* test: set DEFMT_LOG not too verbose so net perf tests pass with `cargo run`.Dario Nieuwenhuis2023-09-283-4/+7
* 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-144-4/+4
* tests/rp: add teleprobe meta.Dario Nieuwenhuis2023-09-101-0/+1
* Test cleanupCaleb Jamison2023-09-101-4/+1
* I2c slave take 2Caleb Jamison2023-09-101-17/+16
* rp2040 I2cDeviceCaleb Jamison2023-09-101-0/+215
* 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-284-5/+5
|/
* 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-234-4/+4
* Merge pull request #1763 from rubdos/sender-receiver-with-ctxDario Nieuwenhuis2023-08-222-5/+5
|\
| * Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-222-5/+5
* | stm32/can: make latency assertion more lenient.Dario Nieuwenhuis2023-08-201-2/+2
* | Merge pull request #1788 from embassy-rs/esp-hosted-cleanupDario Nieuwenhuis2023-08-181-2/+2
|\ \
| * | net-esp-hosted: sane error handling in control requests.Dario Nieuwenhuis2023-08-171-2/+2
* | | net-enc28j60: add HIL test.Dario Nieuwenhuis2023-08-187-12/+256
* | | rp/flash: change naming to `blocking_*`, `new_blocking`.Dario Nieuwenhuis2023-08-181-7/+7
|/ /
* | net-wiznet: add HIL test using w5100s.Dario Nieuwenhuis2023-08-1621-38/+271
* | Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-164-6/+7
|/
* Merge pull request #1753 from xoviat/rtc-wbxoviat2023-08-091-10/+6
|\