Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-23 | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | |
2022-07-23 | Update embassy-stm32 | Dario Nieuwenhuis | |
2022-06-12 | Run rustfmt. | Dario Nieuwenhuis | |
2022-06-12 | Add embassy-cortex-m crate. | Dario Nieuwenhuis | |
- Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. | |||
2022-06-07 | Update stm32-metapac. | Dario Nieuwenhuis | |
2022-02-10 | Add missing `+ 'd` on unborrows. | Dario Nieuwenhuis | |
2021-09-27 | Cargo fmt | Joshua Salzedo | |
2021-09-27 | Fix variable names in crc_v2/v3. | Joshua Salzedo | |
removed `reclaim` in crc_v1. used write instead of modify. renamed `init` to `reset` in crc_v1. | |||
2021-09-27 | Use unborrow for CRC constructor | Joshua Salzedo | |
sort feature gates fix repetition in CRC config names |