This is the bare minimum and includes the SoC, pinctrl, flash and devicetree. I had to include the flash driver that early because I couldn't make Zephyr compile without flash driver nodes in the device tree. Signed-off-by: Michael Zimmermann <michael.zimmermann@grandcentrix.net>
8 lines
226 B
CMake
8 lines
226 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2017 Christian Taedcke
|
|
|
|
add_subdirectory(common)
|
|
zephyr_include_directories(${SOC_FAMILY}/${SOC_SERIES})
|
|
|
|
add_subdirectory_ifdef(CONFIG_SOC_SERIES_SIM3U silabs_sim3/sim3u)
|