aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-29/+0
|
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-0/+29
- 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`.