zephyr/arch/arm/core/cortex_m
Wilfried Chauveau 00ddd8a81a arch: arm: cortex_m: enable interrupts before entering application’s main
This also fixes a typo in `z_arm_switch_to_main_no_multithreading` making
it unlock irq instead of locking them when main returns.

Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
2024-04-25 07:54:47 -04:00
..
cmse
tz tz: Remove unused trustzone driver 2023-12-11 09:56:08 +01:00
__aeabi_read_tp.S arch: arm: cortex_m: Document why __aeabi_read_tp impl requires ASM impl 2024-04-15 09:09:28 -07:00
cache.c
CMakeLists.txt arch: arm: cortex_m: Convert cpu_idle from ASM to C 2024-04-15 09:09:28 -07:00
coredump.c
cpu_idle.c arch: arm: cortex_m: cpu_idle: Add missing irq masking/unmasking 2024-04-17 15:00:25 +02:00
debug.c
exc_exit.c arch: arm: cortex_m: Only trigger context switch if thread is preemptible 2024-04-15 09:09:28 -07:00
fault.c arch: arm: Use returned reason from secure fault handle function 2023-12-05 10:12:48 +00:00
fault_s.S
fpu.c include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
irq_init.c
irq_manage.c arch: arm: cortex-m: support custom interrupt controllers 2023-11-09 11:20:01 +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.c arch: arm: cortex_m: use C rather than asm in isr_wrapper & exc_exit 2024-04-15 09:09:28 -07:00
Kconfig arch: arm: cortex_m: Remove CPU_HAS_*CACHE from CPU_CORTEX_M7 2023-12-05 10:19:15 +00:00
pm_s2ram.c
pm_s2ram.S
prep_c.c arch: arm: z_arm_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
relay_vector_table.ld
reset.S arch: arm: z_arm_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
scb.c arch: arm: core: cortex_m: fix cache disabling in init_arch_hw_at_boot 2024-01-10 09:59:58 +01:00
semihost.c
swap.c arch: arm: cortex_m: move part of swap_helper to C 2024-04-15 09:09:28 -07:00
swap_helper.S arch: arm: cortex_m: move part of swap_helper to C 2024-04-15 09:09:28 -07:00
thread.c arch: arm: cortex_m: enable interrupts before entering application’s main 2024-04-25 07:54:47 -04:00
thread_abort.c arm: cortex_m: tracing for custom thread abort func 2024-03-19 13:37:41 -05:00
timing.c hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
vector_table.h arch: arm: z_arm_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
vector_table.S
vector_table_pad.ld
vt_pointer_section.ld