Low level access to Cortex-M processors
This crate provides access to:
- Core peripherals like NVIC, SCB and SysTick.
- Core registers like CONTROL, MSP and PSR.
- Interrupt manipulation mechanisms
- Data structures like the vector table
- Miscellaneous assembly instructions like
bkpt