mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 19:52:38 +00:00
Provide basic soc configuration for STM32WB SoCs support in Zephyr. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
/* linker.ld - Linker command/script file */
|
|
|
|
/*
|
|
* Copyright (c) 2014-2016 Wind River Systems, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <arch/arm/cortex_m/scripts/linker.ld>
|