zephyr/soc/arm
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
..
ambiq soc: arm: ambiq: Remove the redundant configurations. 2024-01-04 11:06:37 +00:00
arm soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
aspeed soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
atmel_sam soc: arm: use sys_cache* for enabling the caches on same70 and samv71 2024-01-10 09:59:58 +01:00
atmel_sam0 soc: arm: Use HEAP_MEM_POOL_ADD_SIZE KConfig options 2023-12-20 11:01:42 +01:00
bcm_vk soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
cypress soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
gd_gd32 soc: arm: gigadevice: s/gigadevice/gd_gd32 2024-01-10 20:59:21 -05:00
infineon_cat1 cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
infineon_xmc drivers: mdio: Add xmc4xxx mdio drivers 2024-01-09 10:00:47 +01:00
intel_socfpga_std cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
microchip_mec soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
nordic_nrf soc: nrf53: fix building anomaly 168 workaround 2024-01-18 12:53:12 +01:00
nuvoton_npcx drivers: spi: npcx: add driver for the SPI peripheral 2024-01-11 10:04:21 +01:00
nuvoton_numaker cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
nuvoton_numicro cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
nxp_imx soc: arm: nxp_imx: rt5xx: clock DMIC0 2024-01-17 14:43:52 +01:00
nxp_kinetis soc: arm: remove redundant cache config options for kv5x 2024-01-10 09:59:58 +01:00
nxp_lpc soc: lpc55xxx: Fix TFM 2023-12-19 08:51:45 +01:00
nxp_s32 soc: arm: nxp_s32: s32k3: select CONFIG_CACHE_MANAGEMENT 2024-01-12 09:21:58 -06:00
quicklogic_eos_s3 soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
renesas_ra soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
renesas_rcar drivers: pinctrl: pfc_rcar: add support of voltage control to pfc driver 2024-01-18 10:53:17 +01:00
renesas_rzt2m drivers: pinctrl: add RZT2M driver 2023-11-15 11:41:35 +01:00
renesas_smartbond soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
rpi_pico drivers: clock_control: Added clock driver for Raspberry Pi Pico 2023-12-20 11:14:24 +01:00
silabs_exx32 zephyr: Kconfig: SOC_GECKO_CUSTOM_RADIO_PHY option for RAIL for proprietary 2023-12-14 14:21:21 +01:00
st_stm32 soc: stm32: common: Define STM32_LPTIM_CLOCK from device tree inputs 2024-01-16 10:07:02 +00:00
ti_k3 soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
ti_lm3s6965 soc: arm: fix missing configs & defines 2023-12-05 10:19:15 +00:00
ti_simplelink various: Remove BOOTLOADER_SRAM_SIZE overrides 2024-01-08 10:06:24 +01:00
xilinx_zynq7000 cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
xilinx_zynqmp cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
CMakeLists.txt soc: move arm cortex_m common mpu code to arch/arm/core/mpu 2023-11-02 09:45:18 +01:00
Kconfig soc: arm: Remove CPU_HAS_NRF_IDAU's dependencies 2023-11-15 12:15:49 +01:00