mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
__set_PRIMASK(state) had been directly inlined to avoid a hardfault that occured when branching after waking up from sleep with DBG_STANDBY, DBG_STOP or DBG_SLEEP set in DBG_CR. The hardfault occured when returning from the branch to irq_restore, since the function is now inlined the branch does not happen either. Refer to #14015 for more details. |
||
|---|---|---|
| .. | ||
| include | ||
| ldscripts | ||
| periph | ||
| cortexm_init.c | ||
| Makefile | ||
| Makefile.dep | ||
| Makefile.features | ||
| Makefile.include | ||
| mpu.c | ||
| panic.c | ||
| thread_arch.c | ||
| vectors_cortexm.c | ||