397d1938de
Nordic nRF5340 CPUAPP (Application MCU) SoC definition (Secure and Non-Secure domains). Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
8 lines
119 B
CMake
8 lines
119 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources(
|
|
soc.c
|
|
)
|
|
|
|
zephyr_sources_ifdef(CONFIG_ARM_MPU mpu_regions.c)
|