zephyr/soc/nordic/nrf53
Wilfried Chauveau 4760aad353 arch: arm: cortex_m: Convert cpu_idle from ASM to C
Asm is notoriously harder to maintain than C and requires core specific
adaptation which impairs even more the readability of the code.

This change reduces the need for core specific conditional compilation and
unifies irq locking code.

Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>

# Conflicts:
#	soc/arm/nordic_nrf/nrf53/soc_cpu_idle.h
2024-04-15 09:09:28 -07:00
..
CMakeLists.txt soc: nordic: nrf53: network CPU Force-OFF management 2024-04-12 11:31:47 +02:00
Kconfig soc: nordic: nrf53: network CPU Force-OFF management 2024-04-12 11:31:47 +02:00
Kconfig.defconfig
Kconfig.defconfig.nrf5340_CPUAPP_QKAA
Kconfig.defconfig.nrf5340_CPUNET_QKAA
Kconfig.soc
Kconfig.sync_rtc
Kconfig.sync_rtc_ipm
nrf53_cpunet_mgmt.c soc: nordic: nrf53: network CPU Force-OFF management 2024-04-12 11:31:47 +02:00
nrf53_cpunet_mgmt.h soc: nordic: nrf53: network CPU Force-OFF management 2024-04-12 11:31:47 +02:00
soc.c
soc.h
soc_cpu_idle.h arch: arm: cortex_m: Convert cpu_idle from ASM to C 2024-04-15 09:09:28 -07:00
sync_rtc.c