blob: 6b963d31e93b04bd7c3b7410046e814e7c9f445c [file] [log] [blame]
/* linker.ld - Linker command/script file */
/*
* Copyright (C) 2025 Savoir-faire Linux, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#define rom_start .isr_vectors
#include <zephyr/arch/arm/cortex_m/scripts/linker.ld>
SECTIONS
{
/* Standard Zephyr relocation section */
#include <zephyr/linker/rel-sections.ld>
#ifdef CONFIG_LLEXT
#include <zephyr/linker/llext-sections.ld>
#endif
}