Introduce minimal support for Silicon Labs SiWx91x family. SiWx91x provide many device and especially Bluetooth and Wifi connectivity. This patch prepare Zephyr to receive further drivers. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
6 lines
220 B
CMake
6 lines
220 B
CMake
# Copyright (c) 2024 Silicon Laboratories Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(CONFIG_SOC_SERIES_SIWG917 soc.c)
|
|
|
|
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
|