mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 12:55:44 +00:00
Add STM32L1 SoC series support with STM32L15XXB as the target SoC. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
/* linker.ld - Linker command/script file */
|
|
|
|
/*
|
|
* Copyright (c) 2019 Linaro Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <arch/arm/cortex_m/scripts/linker.ld>
|