zephyr/arch/arc
Alexey Brodkin 19d4caaaab arch: arc: Implement z_arch_system_halt()
"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>
2019-10-24 13:26:41 +02:00
..
core arch: arc: Implement z_arch_system_halt() 2019-10-24 13:26:41 +02:00
include arches: fix z_arch_is_in_isr() defintion 2019-10-09 09:14:18 -04:00
CMakeLists.txt arc: Add support for unaligned access 2019-07-31 09:25:15 -07:00
Kconfig arch: arc: implement DIRECT IRQ support 2019-10-21 09:06:17 -07:00