mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:42:24 +00:00
This provides basic stm32l5 series SoC support. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
7 lines
118 B
CMake
7 lines
118 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(${ZEPHYR_BASE}/drivers)
|
|
zephyr_sources(
|
|
soc.c
|
|
)
|