| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | tests/stm32: add stm32f091rc, stm32h503rb. | Dario Nieuwenhuis | 2024-02-17 | 1 | -0/+1 | |
| | | ||||||
| * | Added HMAC to STM32 hash test. | Caleb Garrett | 2024-02-13 | 1 | -0/+22 | |
| | | ||||||
| * | Update STM32 hash test. | Caleb Garrett | 2024-02-12 | 1 | -2/+2 | |
| | | ||||||
| * | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 1 | -15/+15 | |
| | | ||||||
| * | Updated stm32-metapac. | Caleb Garrett | 2024-02-06 | 1 | -6/+2 | |
| | | ||||||
| * | Separated hash interrupt bindings. | Caleb Garrett | 2024-02-05 | 1 | -0/+16 | |
| | | ||||||
| * | Corrected hash CI build issues. | Caleb Garrett | 2024-02-05 | 1 | -2/+2 | |
| | | ||||||
| * | Added STM32 hash test. | Caleb Garrett | 2024-02-05 | 1 | -0/+66 | |
| | | ||||||
| * | HIL test for STM32 FDCAN support. | Corey Schuhen | 2024-01-31 | 1 | -0/+243 | |
| | | | | | | | | | | | | | | | | | | | | | | | Internal loopback. fdcan: use common.rs for HIL test. Fix tests. Fix tests. Fix tests Add HIL tests for H7 even though they are a bit crippled. CI fixes Bah Test bah | |||||
| * | fix changed import paths | Ulf Lilleengen | 2024-01-12 | 1 | -5/+3 | |
| | | ||||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -6/+6 | |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 2 | -2/+0 | |
| | | ||||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -7/+11 | |
| | | ||||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -6/+6 | |
| | | ||||||
| * | tests/stm32: add L1 DAC/ADC test. | Dario Nieuwenhuis | 2023-12-08 | 2 | -2/+89 | |
| | | ||||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 14 | -14/+0 | |
| | | ||||||
| * | stm32/test: add stm32f446 (board not in HIL rig yet) | Dario Nieuwenhuis | 2023-11-27 | 3 | -25/+19 | |
| | | ||||||
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 1 | -6/+4 | |
| | | ||||||
| * | stm32/low-power: refactor refcount | xoviat | 2023-10-25 | 1 | -4/+4 | |
| | | ||||||
| * | stm32: fix low-power test | xoviat | 2023-10-23 | 1 | -1/+3 | |
| | | ||||||
| * | stm32/tests: add stm32h753zi, stm32h7a3zi. | Dario Nieuwenhuis | 2023-10-21 | 3 | -4/+11 | |
| | | ||||||
| * | stm32/rng: add test. | Dario Nieuwenhuis | 2023-10-16 | 1 | -0/+50 | |
| | | ||||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 5 | -14/+14 | |
| | | | | | convenience methods | |||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 2 | -19/+4 | |
| | | ||||||
| * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 1 | -2/+1 | |
| | | ||||||
| * | h7: enable rtc test | Matt Ickstadt | 2023-10-06 | 1 | -4/+13 | |
| | | ||||||
| * | Remove a few ultra-verbose logs. | Dario Nieuwenhuis | 2023-10-03 | 1 | -1/+1 | |
| | | | | | | | They're heavily spamming logs for HIL tests, and I don't believe they're valuable now that the thing they helped debug in their young age is now solid and mature. | |||||
| * | stm32/hil: add f2, f3, f7, l49 | Dario Nieuwenhuis | 2023-10-03 | 1 | -3/+13 | |
| | | ||||||
| * | tests/stm32: use default clock config | xoviat | 2023-10-02 | 1 | -1/+4 | |
| | | ||||||
| * | tests/stm32: add eth test. | Dario Nieuwenhuis | 2023-10-02 | 1 | -0/+113 | |
| | | ||||||
| * | 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 | 6 | -243/+34 | |
| | | ||||||
| * | stm32/low-power: create one critical-section for all time ops | xoviat | 2023-09-21 | 1 | -10/+23 | |
| | | ||||||
| * | ci: fix tests | xoviat | 2023-09-17 | 2 | -2/+6 | |
| | | ||||||
| * | stm32: fix rtc wakeup timing and add dbg | xoviat | 2023-08-27 | 1 | -2/+4 | |
| | | ||||||
| * | stm32: re-export rtcclocksource | xoviat | 2023-08-27 | 2 | -2/+4 | |
| | | ||||||
| * | tests/stm32: add stop and cleanpu | xoviat | 2023-08-26 | 1 | -0/+53 | |
| | | ||||||
| * | stm32/can: make latency assertion more lenient. | Dario Nieuwenhuis | 2023-08-20 | 1 | -2/+2 | |
| | | ||||||
| * | tests/stm32: fix rtc test | xoviat | 2023-08-08 | 1 | -10/+6 | |
| | | ||||||
| * | 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 | 3 | -12/+91 | |
| |\ | ||||||
| | * | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 2 | -10/+12 | |
| | | | ||||||
| | * | Remove unused imports | bofh | 2023-07-30 | 2 | -2/+0 | |
| | | | ||||||
| | * | Fix more stm32 SPI examples | bofh | 2023-07-30 | 2 | -2/+0 | |
| | | | ||||||
| | * | Add DAC HIL test with ADC | JuliDi | 2023-07-27 | 1 | -0/+81 | |
| | | | ||||||
| * | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -3/+10 | |
| |/ | ||||||
| * | stm32/rcc: use wpan default only for wpan | xoviat | 2023-07-24 | 2 | -2/+10 | |
| | | ||||||
| * | wpan: further optimize mac event | xoviat | 2023-07-20 | 1 | -14/+9 | |
| | | ||||||
| * | - optimize event to parse opcode only once | xoviat | 2023-07-19 | 1 | -11/+20 | |
| | | | | | | - optimze channels - return mut ref for smoltcp rx | |||||
