| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -22/+22 |
| * | Fix tests | Dion Dokter | 2024-08-05 | 1 | -1/+1 |
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -2/+2 |
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 1 | -1/+6 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -6/+6 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -6/+6 |
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 1 | -1/+0 |
| * | stm32/tests: add stm32h753zi, stm32h7a3zi. | Dario Nieuwenhuis | 2023-10-21 | 1 | -3/+2 |
| * | tests/stm32: centralize pin configuration. | Dario Nieuwenhuis | 2023-09-25 | 1 | -18/+2 |
| * | rp/gpio: fix is_set_high/is_set_low, expand tests. | Dario Nieuwenhuis | 2023-07-11 | 1 | -2/+34 |
| * | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 1 | -3/+3 |
| * | stm32/test: add C0 hil tests. | Dario Nieuwenhuis | 2023-04-11 | 1 | -0/+2 |
| * | stm32/test: add h5 hil tests. | Dario Nieuwenhuis | 2023-04-10 | 1 | -0/+2 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -3/+3 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| * | rustfmt on previously edited files | [email protected] | 2022-07-10 | 1 | -14/+13 |
| * | forgotten file | [email protected] | 2022-07-08 | 1 | -1/+1 |
| * | Have added doc + minor correction | [email protected] | 2022-07-08 | 1 | -7/+12 |
| * | Flex/ output open drain test done | [email protected] | 2022-07-08 | 1 | -5/+6 |
| * | Flex/ input pull up test done | [email protected] | 2022-07-08 | 1 | -9/+12 |
| * | Flex/ input pull down test done | [email protected] | 2022-07-08 | 1 | -7/+10 |
| * | Flex/ input no pull test done | [email protected] | 2022-07-08 | 1 | -4/+7 |
| * | Flex/ Test initial output test done | [email protected] | 2022-07-08 | 1 | -1/+91 |
| * | stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. | Dario Nieuwenhuis | 2022-04-27 | 1 | -0/+2 |
| * | stm32: add stm32f103 bluepill to HIL tests. | Dario Nieuwenhuis | 2022-02-24 | 1 | -0/+2 |
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -14/+13 |
| * | stm32/tests: higher clocks for H7 | Dario Nieuwenhuis | 2021-12-07 | 1 | -11/+18 |
| * | stm32/tests: add stm32h755zi, stm32wb55rg | Dario Nieuwenhuis | 2021-12-07 | 1 | -0/+4 |
| * | Add timer test, add g0, g4 tests. | Dario Nieuwenhuis | 2021-12-07 | 1 | -0/+7 |
| * | stm32: add gpio HIL test | Dario Nieuwenhuis | 2021-12-06 | 1 | -0/+79 |