zephyr/soc/nordic
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
..
common soc: nordic: Provide z_arm_platform_init at link time 2024-04-10 07:45:42 -04:00
nrf51
nrf52
nrf53 arch: arm: cortex_m: Convert cpu_idle from ASM to C 2024-04-15 09:09:28 -07:00
nrf54h soc: nordic: nrf54h: set DMASEC for CCM030 if enabled 2024-04-05 13:19:21 +02:00
nrf54l modules: hal_nordic: nrfx: propagate new configs to nrfx 2024-03-19 09:47:58 +01:00
nrf91
CMakeLists.txt soc: nordic: Provide z_arm_platform_init at link time 2024-04-10 07:45:42 -04:00
Kconfig
Kconfig.defconfig
Kconfig.soc
linker.ld soc: nordic: Provide z_arm_platform_init at link time 2024-04-10 07:45:42 -04:00
soc.yml
timing.c
validate_base_addresses.c soc: nordic: add nRF54 PWM HAS_HW & base addr validation 2024-04-09 11:05:46 +02:00
validate_enabled_instances.c
validate_rram_partitions.c