summaryrefslogtreecommitdiff
path: root/embassy-stm32/src/crc/v2v3.rs
AgeCommit message (Collapse)Author
2022-07-23Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis
2022-07-23Update embassy-stm32Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Add 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-07Update stm32-metapac.Dario Nieuwenhuis
2022-02-10Add missing `+ 'd` on unborrows.Dario Nieuwenhuis
2021-09-27Cargo fmtJoshua Salzedo
2021-09-27Fix 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-27Use unborrow for CRC constructorJoshua Salzedo
sort feature gates fix repetition in CRC config names