zephyr/arch/arm/core
Sudan Landge 743fe63651 arch: arm: fix: pm_s2ram with CONFIG_DEBUG_THREAD_INFO
What is the change?
 - Fixes #83660 allowing device to now enter suspend mode even if
   CONFIG_DEBUG_THREAD_INFO is enabled.

Why is this needed?
 - z_sys_post_kernel was cleared as part of #d778d5c
   to "allow debuggers to display the correct thread state after
   the first 3 instructions have run".
   This is not required while resuming from suspend and
   it prevents the device from entering suspend so,
   move it out of resume path.

Signed-off-by: Sudan Landge <sudan.landge@arm.com>
2025-01-14 15:39:30 +01:00
..
cortex_a_r Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
cortex_m arch: arm: fix: pm_s2ram with CONFIG_DEBUG_THREAD_INFO 2025-01-14 15:39:30 +01:00
mmu arm: debug: Add GDB stub for aarch32 2023-12-18 09:31:42 +01:00
mpu arm: mpu: Unify ARM_MPU kconfig definitions 2025-01-09 11:55:22 +01:00
offsets arch: arm: cortex_m: pm_s2ram: add support for all architectures 2024-11-16 14:00:44 -05:00
__aeabi_atexit.c arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
CMakeLists.txt arch: arm: Update to support local ISR declaration 2024-02-02 19:49:36 +01:00
elf.c llext: Move arm-specific relocation names from generic LLEXT file 2024-09-12 14:48:55 +02:00
fatal.c coredump: ARM: Ensure sp in dump is set as gdb expects 2024-11-06 10:17:59 -08:00
gdbstub.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
header.S arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
irq_offload.c arch: initialize irq_offload during boot, do not use SYS_INIT 2024-09-17 20:05:22 -04:00
Kconfig arch: arm: do not enable PLATFORM_SPECIFIC_INIT if SOC_RESET_HOOK=y 2024-09-16 15:12:18 -04:00
Kconfig.vfp arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
nmi.c arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
nmi_on_reset.S arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
swi_tables.ld arch: arm, arm64: Remove zephyr prefix from linker includes 2024-02-05 12:32:46 +01:00
tls.c arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
userspace.S arch: arm: rename expection header 2023-12-11 18:22:40 -05:00
vector_table.ld arch: arm, arm64: Remove zephyr prefix from linker includes 2024-02-05 12:32:46 +01:00
zimage_header.ld arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00