| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 2 | -26/+25 |
| * | Remove CRYP from F429. | Caleb Garrett | 2024-02-29 | 1 | -1/+1 |
| * | Remove CRYP from H7A3. | Caleb Garrett | 2024-02-29 | 1 | -1/+1 |
| * | Fix H7 CRYP operation. | Caleb Garrett | 2024-02-29 | 1 | -2/+2 |
| * | Run gen_test.py | Caleb Garrett | 2024-02-25 | 1 | -1/+1 |
| * | rustfmt | Caleb Garrett | 2024-02-25 | 1 | -3/+1 |
| * | Add CRYP test. | Caleb Garrett | 2024-02-25 | 2 | -2/+80 |
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -7/+7 |
| * | FDCAN: Don't require internal module for public API. | Corey Schuhen | 2024-02-25 | 1 | -2/+2 |
| * | stm32/dma: add AnyChannel, add support for BDMA on H7. | Dario Nieuwenhuis | 2024-02-24 | 1 | -1/+1 |
| * | stm32/tests: run stm32u5a5zj from flash due to wrong RAM size in stm32-data. | Dario Nieuwenhuis | 2024-02-23 | 2 | -1/+2 |
| * | stm32/rcc: port U5 to new API, add all PLLs, all HSE modes. | Dario Nieuwenhuis | 2024-02-23 | 1 | -1/+12 |
| * | Merge pull request #2588 from cschuhen/feature/fdcan_buffered | Dario Nieuwenhuis | 2024-02-23 | 2 | -82/+30 |
| |\ | |||||
| | * | Remove the OperatingMode typestates | Corey Schuhen | 2024-02-18 | 1 | -1/+1 |
| | * | Port FDCAN HAL to use PAC directly instead of fdcan crate. | Corey Schuhen | 2024-02-17 | 2 | -81/+29 |
| * | | Merge pull request #2611 from CBJamo/rp2040_i2c_improvements | James Munns | 2024-02-22 | 2 | -36/+59 |
| |\ \ | |||||
| | * | | Add SetConfig impl to rp2040 i2c | Caleb Jamison | 2024-02-22 | 2 | -36/+59 |
| | |/ | |||||
| * | | nrf/uart: add buffereduart drop, rxonly, txonly tests. | Dario Nieuwenhuis | 2024-02-21 | 2 | -42/+127 |
| * | | nrf/buffered_uart: refactor so rx/tx halves are independent. | Dario Nieuwenhuis | 2024-02-21 | 2 | -2/+2 |
| |/ | |||||
| * | tests/stm32: add stm32f091rc, stm32h503rb. | Dario Nieuwenhuis | 2024-02-17 | 4 | -1/+62 |
| * | Merge pull request #2564 from embassy-rs/rcc-f1-update | Dario Nieuwenhuis | 2024-02-14 | 2 | -2/+20 |
| |\ | |||||
| | * | stm32/rcc: port F1 to new API. | Dario Nieuwenhuis | 2024-02-13 | 2 | -2/+20 |
| * | | Added HMAC to STM32 hash test. | Caleb Garrett | 2024-02-13 | 2 | -0/+23 |
| * | | Update STM32 hash test. | Caleb Garrett | 2024-02-12 | 1 | -2/+2 |
| * | | Merge pull request #2528 from caleb-garrett/hash | Dario Nieuwenhuis | 2024-02-13 | 2 | -7/+92 |
| |\ \ | |/ |/| | |||||
| | * | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 3 | -23/+16 |
| | * | Merge branch 'main' into hash | Caleb Garrett | 2024-02-09 | 1 | -12/+0 |
| | |\ | |||||
| | * | | 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 | 2 | -3/+3 |
| | * | | Added STM32 hash test. | Caleb Garrett | 2024-02-05 | 3 | -8/+88 |
| * | | | stm32/rcc: port F3 RCC to new API | Dario Nieuwenhuis | 2024-02-12 | 1 | -0/+18 |
| | |/ |/| | |||||
| * | | Delete tests/stm32/teleprobe.sh | Dario Nieuwenhuis | 2024-02-08 | 1 | -12/+0 |
| |/ | |||||
| * | nrf/gpiote: add support for nrf51. | Dario Nieuwenhuis | 2024-02-04 | 2 | -1/+49 |
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| * | Merge pull request #2469 from embassy-rs/nrf51-basic-support | Dario Nieuwenhuis | 2024-01-31 | 16 | -1/+105 |
| |\ | |||||
| | * | use pull-up to ensure we assert the correct change | Ulf Lilleengen | 2024-01-26 | 1 | -1/+1 |
| | * | fix gpio test and remove dummy | Ulf Lilleengen | 2024-01-26 | 2 | -16/+2 |
| | * | fix: link nrf51 tests from flash for now | Ulf Lilleengen | 2024-01-26 | 2 | -5/+5 |
| | * | assert only at least time slept | Ulf Lilleengen | 2024-01-26 | 2 | -2/+0 |
| | * | fix warnings | Ulf Lilleengen | 2024-01-26 | 1 | -2/+1 |
| | * | add simplest test | Ulf Lilleengen | 2024-01-26 | 1 | -0/+15 |
| | * | lower arena for nrf51 | Ulf Lilleengen | 2024-01-25 | 1 | -1/+1 |
| | * | adjust memory settings for lower end variant | Ulf Lilleengen | 2024-01-25 | 1 | -2/+2 |
| | * | fix: use nrf51-dk chip variant | Ulf Lilleengen | 2024-01-25 | 6 | -2/+2 |
| | * | fix: teleprobe target | Ulf Lilleengen | 2024-01-25 | 1 | -1/+1 |
| | * | fix: add missing hil test project | Ulf Lilleengen | 2024-01-25 | 6 | -0/+106 |
| | * | rename nrf52 HIL test | Ulf Lilleengen | 2024-01-24 | 10 | -0/+0 |
| * | | Disable h563 test. | Corey Schuhen | 2024-01-31 | 1 | -1/+1 |
| * | | HIL test for STM32 FDCAN support. | Corey Schuhen | 2024-01-31 | 2 | -5/+254 |
| |/ | |||||
