You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include: arch: arm: cortex_m: Move ITCM before .text
Reordered ITCM section to appear before .text in the ARM Cortex-M linker
script.
This allows functions placed in ITCM via *(.text.<function_name>) using
snippets-itcm-section.ld to avoid being absorbed into the default .text
section, enabling more flexible code placement.
Signed-off-by: Peter van der Perk <[email protected]>
0 commit comments