mirror of https://github.com/ARMmbed/mbed-os.git
This is a hack to get debug builds applications that use uVisor to work. The assertions in core_util_critical_section fail because interrupts can't actually be disabled from unprivileged mode. Without this hack, core_util_critical_section_enter() calls mbed_assert_internal() when the assertion fails, which calls core_util_critical_section_enter() again, which calls mbed_assert_internal() again; this is infinite recursion. core_util_critical_section_enter needs some fixing. |
||
---|---|---|
.. | ||
api | ||
common | ||
hal | ||
targets | ||
.yotta_ignore | ||
CMakeLists.txt | ||
module.json | ||
targets.json |