zephyr/arch/arm/core/cortex_m
Mathieu Choplain f27323a45d arch: arm: cortex_m: pm_s2ram: add support for all architectures
Extend the ARM M-profile suspend-to-RAM implementation to be compatible
with all versions of the M-profile supported by Zephyr: ARMv6-M, ARMv7-M,
and ARMv8-M Baseline.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
2024-11-16 14:00:44 -05:00
..
cmse
tz
CMakeLists.txt arch: arm: cortex_m: Convert cpu_idle from ASM to C 2024-04-15 09:09:28 -07:00
Kconfig kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03: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 cache: add new interface arch_cache_init() for initializing cache 2024-09-17 20:05:22 -04:00
coredump.c arch: define `struct arch_esf` and deprecate `z_arch_esf_t` 2024-06-04 14:02:51 -05:00
cpu_idle.c arch: use same syntax for custom arch calls 2024-08-12 12:43:36 +02:00
debug.c arm: init null pointer detection in prep_c, do not use SYS_INIT 2024-09-17 20:05:22 -04:00
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 coredump: ARM: Ensure sp in dump is set as gdb expects 2024-11-06 10:17:59 -08:00
fault_s.S
fpu.c
irq_init.c
irq_manage.c arch: arm: cortex_m: update inline comment pointing to isr_wrapper.* 2024-06-12 18:29:12 -04:00
irq_relay.S arch: arm: cortex-m: Change character used to mark immediate operand 2024-05-03 07:28:52 -04:00
isr_wrapper.c pm: Deprecate z_pm_save_idle_exit 2024-05-27 02:10:03 -07:00
pm_s2ram.S arch: arm: cortex_m: pm_s2ram: add support for all architectures 2024-11-16 14:00:44 -05:00
pm_s2ram.c arch: arm: cortex_m: pm_s2ram: Rework S2RAM mark functions 2024-10-25 13:58:37 +02:00
prep_c.c arm: init null pointer detection in prep_c, do not use SYS_INIT 2024-09-17 20:05:22 -04:00
relay_vector_table.ld
reset.S arch: arm: replace PLATFORM_SPECIFIC_INIT with PLATFORM_RESET_HOOK 2024-09-09 10:07:33 +02:00
scb.c
semihost.c
swap.c Revert "arch: arm: cortex_m: move part of swap_helper to C" 2024-11-01 13:54:44 -05:00
swap_helper.S coredump: ARM: Ensure sp in dump is set as gdb expects 2024-11-06 10:17:59 -08:00
thread.c arch: arm: cortex_m: add memory to the clobber list 2024-10-31 14:16:48 -05:00
thread_abort.c
timing.c timing: fix ARM Cortex-M timing functions wrap-around issue 2024-10-29 07:09:34 -05:00
vector_table.S
vector_table.h
vector_table_pad.ld
vt_pointer_section.ld