- 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`.
+ 'd
removed `reclaim` in crc_v1. used write instead of modify. renamed `init` to `reset` in crc_v1.
sort feature gates fix repetition in CRC config names