mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 04:35:24 +00:00
Add the initial SoC support for the STM32MP1 family. The code was tested on STM32MP157c, but should work on any STM32MP1XX currently available. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
10 lines
222 B
CMake
10 lines
222 B
CMake
# Copyright (c) 2019 STMicroelectronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(${ZEPHYR_BASE}/drivers)
|
|
zephyr_sources(
|
|
soc.c
|
|
)
|
|
zephyr_sources_ifdef(CONFIG_RPROC_RSC_TABLE resource_table.c)
|