cortex-m
cortex-m copied to clipboard
API for exception priority configuration
As discussed in https://github.com/japaric/cortex-m-rt/issues/44, cortex-m should provide a clean and safe interface for user configurable exceptions, for CM0 those are SVCall, PendSV and SysTick; potentially there're others and/or more for higher processors.
any updates on this?