mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 10:35:22 +00:00
This patch adds support for the STM32G071xx from STMicroelectronics. Signed-off-by: Philippe Retornaz <philippe@shapescale.com> Signed-off-by: Francois Ramu <francois.ramu@st.com>
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
|
|
)
|