2023-05-02 17:28:18 +08:00
|
|
|
/* linker.ld - Linker command/script file */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2023-07-04 16:01:39 +08:00
|
|
|
#include <zephyr/arch/arm/cortex_m/scripts/linker.ld>
|