mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 08:55:21 +00:00
"brk" is a break-point instruction which among other things halts ARC core. As compared to pure halt (which is "flag 1" for ARC) it is much more convenient as it might be executed from either secure mode or normal mode (with SecureShield enabled), while "flag" instruction will raise privilege violation exception if SecureShield is enabled and we're in "normal" mode. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> |
||
---|---|---|
.. | ||
core | ||
include | ||
CMakeLists.txt | ||
Kconfig |