mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 21:16:02 +00:00
We remove the custom fixed MPU region definition from ST STM32 SoC definitions, as the common fixed MPU region definition is now used. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
6 lines
134 B
CMake
6 lines
134 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources(stm32cube_hal.c)
|
|
|
|
zephyr_linker_sources_ifdef(CONFIG_STM32_CCM SECTIONS ccm.ld)
|