zephyr/soc/arm/nordic_nrf
Ben Wolsieffer 37352d3d29 soc: nrf53: fix building anomaly 168 workaround
With GCC 12.3 and binutils 2.40, the build fails with:

<...>/zephyr/arch/arm/core/cortex_m/cpu_idle.S: Assembler messages:
<...>/zephyr/arch/arm/core/cortex_m/cpu_idle.S:51: Error: junk at end of line, first unrecognized character is `n'
<...>/zephyr/arch/arm/core/cortex_m/cpu_idle.S:133:   Info: macro invoked from here

Because the SOC_ON_EXIT_CPU_IDLE macro puts all the statements on a
single line, there must be a semicolon after .rept

Signed-off-by: Ben Wolsieffer <benwolsieffer@gmail.com>
2024-01-18 12:53:12 +01:00
..
common tf-m: Change NS include path for TF-M 2.0.0 2024-01-17 16:52:52 +01:00
nrf51 soc: arm: nordic_nrf: Remove deprecated GPREGRET Kconfig option 2023-11-29 13:38:29 +01:00
nrf52 soc: arm: nordic_nrf: Remove deprecated GPREGRET Kconfig option 2023-11-29 13:38:29 +01:00
nrf53 soc: nrf53: fix building anomaly 168 workaround 2024-01-18 12:53:12 +01:00
nrf91 soc: arm: nordic_nrf: nrf91: add nRF9151 LACA 2023-12-11 10:24:50 +01:00
CMakeLists.txt soc: nordic_nrf: Enable the TF-M NS storage partition for nordic boards 2023-12-11 09:56:55 +01:00
Kconfig soc: nordic_nrf: Enable the TF-M NS storage partition for nordic boards 2023-12-11 09:56:55 +01:00
Kconfig.defconfig soc: arm: nordic_nrf: Disable UART runtime configuration 2024-01-18 11:12:55 +01:00
Kconfig.peripherals dts: arm: add new gpiote instances definition 2024-01-08 11:19:37 +01:00
Kconfig.soc
timing.c include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
validate_base_addresses.c dts: arm: add new gpiote instances definition 2024-01-08 11:19:37 +01:00
validate_enabled_instances.c all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00