mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b5e4224a6f
__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 |