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. |
||
|---|---|---|
| .. | ||
| c11_atomics_compat_cpu | ||
| vendor | ||
| bit.h | ||
| c11_atomics_compat_cpu.hpp | ||
| cpu_conf_common.h | ||
| cpu.h | ||
| irq_arch.h | ||
| mpu.h | ||
| vectors_cortexm.h | ||