zephyr/arch/arm/core/aarch32
Jeremy Bettis 2de4a902de cmake: Support coverage flags on all archs
Most arch's CMakeLists.txt contain rules to add compiler and linker
flags for coverage if CONFIG_COVERAGE is enabled, but 4 of them were
missing this.

Instead, set the coverage flags in arch/common/CMakeLists.txt which
affects all archs.

Signed-off-by: Jeremy Bettis <jbettis@chromium.org>
2021-06-10 18:01:36 -04:00
..
cortex_a_r arch: arm: cortex_r: Use assembler macros for exceptions 2021-06-04 16:18:01 -05:00
cortex_m tfm: Put saving of FPU context into its own file so it can be reused 2021-06-07 15:23:22 +02:00
mpu arm: cortex-m: shrink hidden option for null-pointer detection 2021-05-26 12:30:05 -05:00
CMakeLists.txt cmake: Support coverage flags on all archs 2021-06-10 18:01:36 -04:00
Kconfig kernel: make MULTITHREADING promptless if single-thread not supported 2021-05-26 11:03:22 -05:00
__aeabi_atexit.c
cpu_idle.S
fatal.c arch: arm: aarch32: Use ARRAY_SIZE in for loop 2021-04-20 17:20:15 +02:00
irq_manage.c arch: replace power/power.h with pm/pm.h 2021-05-05 18:35:49 -04:00
irq_offload.c
irq_relay.S
isr_wrapper.S arch: arm: aarch32: Fix spurious interrupt handling 2021-04-20 08:30:41 -04:00
nmi.c power: move reboot functionality to os lib 2021-04-28 20:34:00 -04:00
nmi_on_reset.S
prep_c.c
swap.c
swap_helper.S arch: arm: cortex_r: Use macro for svc call 2021-06-04 16:18:01 -05:00
thread.c arch: arm: Add code for swapping threads between secure and non-secure 2021-05-05 13:00:31 +02:00
userspace.S
vector_table.ld