zephyr/arch/arm/core/cortex_m
Huifeng Zhang 9ba3d31310 arch: arm: Separate common cpu_idle codes
This commit separates cpu_idle.S into two asm files,
'cortex_a_r/cpu_idle.S' and 'cortex_m/cpu_idle.S'.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
2023-09-13 10:08:05 +01:00
..
cmse
tz
__aeabi_read_tp.S
cache.c
CMakeLists.txt arch: arm: Separate common cpu_idle codes 2023-09-13 10:08:05 +01:00
coredump.c
cpu_idle.S arch: arm: Separate common cpu_idle codes 2023-09-13 10:08:05 +01:00
debug.c
exc_exit.S
fault_s.S
fault.c
fpu.c
irq_init.c
irq_manage.c arch: arm: Separate common irq_manage and isr_wrapper code 2023-09-13 10:08:05 +01:00
irq_relay.S arch: arm: cortex-m: Move irq_relay.S to the cortex-m directory 2023-09-13 10:08:05 +01:00
isr_wrapper.S arch: arm: Separate common irq_manage and isr_wrapper code 2023-09-13 10:08:05 +01:00
Kconfig
pm_s2ram.c
pm_s2ram.S
prep_c.c arch: arm: Separate common prep_c code 2023-09-13 10:08:05 +01:00
relay_vector_table.ld
reset.S
scb.c
semihost.c
swap_helper.S arch: arm: Separate common swap code 2023-09-13 10:08:05 +01:00
swap.c arch: arm: Separate common swap code 2023-09-13 10:08:05 +01:00
thread_abort.c
thread.c arch: arm: Separate common thread code 2023-09-13 10:08:05 +01:00
timing.c
vector_table_pad.ld
vector_table.h
vector_table.S
vt_pointer_section.ld