-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boot/startup: Linker script template unification
Now all cortex linker script files have region for interrupt stack. It can be provided by memory_regions.ld.h if stack is to be placed in separate memory region. If MCU/BSP specific region is defined (no definition of STACk_REGION) STACK_RAM region is created at the end of RAM. This simplifies check for heap. mtb section is removed for now from all linker script templates as it is not present in any MCU that has generated linker script. Few templates had duplicating section .bssnz that is now removed. bss sections now have (NOLOAD) attribute Signed-off-by: Jerzy Kasenberg <[email protected]>
- Loading branch information
Showing
4 changed files
with
79 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters