2021-04-27 16:20:40 +08:00
|
|
|
/* linker.ld - Linker command/script file */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 Nuvoton Technology Corporation.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2022-05-09 19:20:58 +08:00
|
|
|
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>
|