zephyr/arch/arc/core
Nikolay Agishev 9338c47f4b ARC: logging: Print exception info independent of CONFIG_LOG
Some applications turn logging off. It makes impossible to get information
about exceptions if it occures.
This PR restores correct behavior of Error_Dump messages, and
exception dump is printed anyway independent on CONFIG_LOG.

ARC_EXCEPTION_DEBUG added to default boards configs in addition to nsim.

CONFIG_FAULT_DUMP removed from ARC branch as it has been unused
since v1.8.0

Signed-off-by: Nikolay Agishev <agishev@synopsys.com>
2024-02-05 14:44:57 -05:00
..
dsp arch: introduce DSP_SHARING and CPU_HAS_DSP configs 2023-11-27 09:05:54 +00:00
mpu
offsets arch: introduce DSP_SHARING and CPU_HAS_DSP configs 2023-11-27 09:05:54 +00:00
secureshield
arc_connect.c
cache.c arch: arc: use sys_cache instead of arch-function for enabling the cache 2024-01-10 09:59:58 +01:00
CMakeLists.txt arch: arc rename arc_smp.c -> smp.c 2024-01-09 10:00:17 +01:00
cpu_idle.S
fast_irq.S
fatal.c ARC: logging: Print exception info independent of CONFIG_LOG 2024-02-05 14:44:57 -05:00
fault_s.S
fault.c ARC: logging: Print exception info independent of CONFIG_LOG 2024-02-05 14:44:57 -05:00
irq_manage.c
irq_offload.c
isr_wrapper.S
prep_c.c ARC: ARCv3: enable shared cache if available 2024-01-30 12:36:24 +01:00
regular_irq.S
reset.S ARC: ARCv3: enable HW prefetch on boot 2024-01-30 12:36:24 +01:00
smp.c arch: introduce arch_secondary_cpu_init 2024-01-09 10:00:17 +01:00
switch.S
thread_entry_wrapper.S
thread.c arch: introduce DSP_SHARING and CPU_HAS_DSP configs 2023-11-27 09:05:54 +00:00
timestamp.c
tls.c
userspace.S
vector_table.c
vector_table.ld