zephyr/soc/st/stm32
Arnaud Pouliquen cea2487d3d soc: st: stm32mp13: add missing arm_mmu.h include
The samples/subsys/llext/shell_loader test fails when running as a
twister test on the stm32mp135f_dk/stm32mp135fxx platform, with the
following error:

soc/st/stm32/stm32mp13x/soc.c:46:36:
error: array type has incomplete element type 'struct arm_mmu_region'
   46 | static const struct arm_mmu_region mmu_regions[] = {

This commit adds the missing arm_mmu.h include to fix the build issue.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
2025-04-16 17:08:37 +02:00
..
common soc: st: common: Rename STM32_PWR_WKUP_PIN_SRC_x 2025-04-09 15:22:59 +02:00
stm32c0x soc: st: stm32: poweroff uses stm32_wkup_pins 2025-04-08 11:45:24 +02:00
stm32f0x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32f1x soc: Remove re-defining some defined types 2024-11-18 07:41:23 -05:00
stm32f2x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32f3x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32f4x soc: st: stm32: Add poweroff to F4 family 2025-04-11 06:33:56 +02:00
stm32f7x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32g0x soc: st: stm32: stm32g0x: add soc configs for i2c shared irq 2024-12-03 10:16:55 +01:00
stm32g4x soc: stm32g4x/stm32l0x: fix soc hook calls 2024-09-21 11:29:06 +02:00
stm32h5x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32h7rsx soc: st: stm32h7rs serie requires specific power rails 2024-10-11 13:16:43 -04:00
stm32h7x soc: st: h7: m7: remove voltage scale setting 2025-03-31 21:59:28 +02:00
stm32l0x soc: stm32g4x/stm32l0x: fix soc hook calls 2024-09-21 11:29:06 +02:00
stm32l1x soc: Remove re-defining some defined types 2024-11-18 07:41:23 -05:00
stm32l4x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32l5x soc: st: stm32U5/L5 series also have SWO line 2024-11-07 18:05:07 -06:00
stm32mp1x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32mp13x soc: st: stm32mp13: add missing arm_mmu.h include 2025-04-16 17:08:37 +02:00
stm32n6x soc: st: stm32: n6: set vddio voltage 2025-03-20 12:17:32 +01:00
stm32u0x soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
stm32u5x soc: st: stm32: add support for stm32u5g9xx 2025-04-16 01:10:06 +02:00
stm32wb0x soc: st: stm32wb0x: Increase main stack size for BLE applications 2025-01-22 15:50:41 +01:00
stm32wbax soc: stm32: Adds the STM32WBA65x device. 2025-04-15 15:33:15 +02:00
stm32wbx soc: stm32wb: fix ble low-power 2024-11-29 11:45:20 +01:00
stm32wlx soc: st: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
CMakeLists.txt boards: st: Clean up compiler related directives 2024-03-22 09:23:30 +00:00
Kconfig soc: stm32: Adds the STM32WBA65x device. 2025-04-15 15:33:15 +02:00
Kconfig.defconfig drivers: ethernet: stm32: make mac a child like the mdio node 2025-04-02 10:31:34 +02:00
Kconfig.soc
soc.yml soc: st: stm32: add support for stm32u5g9xx 2025-04-16 01:10:06 +02:00