| Commit message (Expand) | Author | Age | Files | Lines |
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 3 | -29/+14 |
| * | stm32/rcc: unify L0 and L1. | Dario Nieuwenhuis | 2023-10-11 | 1 | -1/+1 |
| * | stm32/rcc: use more PLL etc enums from PAC. | Dario Nieuwenhuis | 2023-10-11 | 1 | -4/+4 |
| * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 1 | -2/+1 |
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 1 | -21/+21 |
| * | rp/bootsel: add test. | Dario Nieuwenhuis | 2023-10-07 | 1 | -0/+26 |
| * | h7: enable rtc test | Matt Ickstadt | 2023-10-06 | 2 | -5/+14 |
| * | tests/stm32: increase tickrate for better precision. | Dario Nieuwenhuis | 2023-10-04 | 1 | -1/+1 |
| * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 2 | -2/+2 |
| * | Remove a few ultra-verbose logs. | Dario Nieuwenhuis | 2023-10-03 | 1 | -1/+1 |
| * | stm32/hil: add f2, f3, f7, l49 | Dario Nieuwenhuis | 2023-10-03 | 4 | -7/+87 |
| * | tests/stm32: use default clock config | xoviat | 2023-10-02 | 1 | -1/+4 |
| * | tests/stm32: add eth test. | Dario Nieuwenhuis | 2023-10-02 | 3 | -3/+159 |
| * | test: deduplicate net perf test code. | Dario Nieuwenhuis | 2023-09-28 | 8 | -688/+248 |
| * | test: set DEFMT_LOG not too verbose so net perf tests pass with `cargo run`. | Dario Nieuwenhuis | 2023-09-28 | 3 | -4/+7 |
| * | tests/stm32: add L0, L1, L4, L4+, L5 | Dario Nieuwenhuis | 2023-09-26 | 3 | -2/+97 |
| * | stm32/usart: enable fifo mode on usartv4. | Dario Nieuwenhuis | 2023-09-26 | 1 | -16/+26 |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 3 | -5/+5 |
| * | tests/stm32: centralize pin configuration. | Dario Nieuwenhuis | 2023-09-25 | 7 | -243/+119 |
| * | stm32/low-power: create one critical-section for all time ops | xoviat | 2023-09-21 | 1 | -10/+23 |
| * | stm32/rcc: unify h5 and h7. | Dario Nieuwenhuis | 2023-09-21 | 1 | -3/+26 |
| * | ci: fix tests | xoviat | 2023-09-17 | 2 | -2/+6 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 4 | -4/+4 |
| * | tests/rp: add teleprobe meta. | Dario Nieuwenhuis | 2023-09-10 | 1 | -0/+1 |
| * | Test cleanup | Caleb Jamison | 2023-09-10 | 1 | -4/+1 |
| * | I2c slave take 2 | Caleb Jamison | 2023-09-10 | 1 | -17/+16 |
| * | rp2040 I2cDevice | Caleb Jamison | 2023-09-10 | 1 | -0/+215 |
| * | Merge pull request #1833 from xoviat/rtc | xoviat | 2023-08-28 | 1 | -2/+4 |
| |\ |
|
| | * | stm32: fix rtc wakeup timing and add dbg | xoviat | 2023-08-27 | 1 | -2/+4 |
| * | | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 4 | -5/+5 |
| |/ |
|
| * | stm32: re-export rtcclocksource | xoviat | 2023-08-27 | 2 | -2/+4 |
| * | tests/stm32: add stop and cleanpu | xoviat | 2023-08-26 | 2 | -1/+61 |
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 4 | -4/+4 |
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctx | Dario Nieuwenhuis | 2023-08-22 | 2 | -5/+5 |
| |\ |
|
| | * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 2 | -5/+5 |
| * | | stm32/can: make latency assertion more lenient. | Dario Nieuwenhuis | 2023-08-20 | 1 | -2/+2 |
| * | | Merge pull request #1788 from embassy-rs/esp-hosted-cleanup | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+2 |
| |\ \ |
|
| | * | | net-esp-hosted: sane error handling in control requests. | Dario Nieuwenhuis | 2023-08-17 | 1 | -2/+2 |
| * | | | net-enc28j60: add HIL test. | Dario Nieuwenhuis | 2023-08-18 | 7 | -12/+256 |
| * | | | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 1 | -7/+7 |
| |/ / |
|
| * | | net-wiznet: add HIL test using w5100s. | Dario Nieuwenhuis | 2023-08-16 | 21 | -38/+271 |
| * | | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 4 | -6/+7 |
| |/ |
|
| * | Merge pull request #1753 from xoviat/rtc-wb | xoviat | 2023-08-09 | 1 | -10/+6 |
| |\ |
|
| | * | tests/stm32: fix rtc test | xoviat | 2023-08-08 | 1 | -10/+6 |
| * | | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 4 | -4/+4 |
| |/ |
|
| * | rp: fix adc test flakiness | pennae | 2023-08-03 | 1 | -1/+3 |
| * | rp: add single-channel dma from adc | pennae | 2023-08-02 | 1 | -4/+51 |
| * | rp: generalize adc inputs from pins to channels | pennae | 2023-08-01 | 1 | -11/+11 |
| * | stm32/can: Fix latency measurement in tests | chemicstry | 2023-07-31 | 1 | -3/+13 |
| * | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 10 | -26/+245 |
| |\ |
|