Merge branch 'stm32-loader-linkers' into stm32-f407-disco
This commit is contained in:
commit
61944ef08e
@ -17,7 +17,7 @@ MEMORY
|
|||||||
_minimum_stack_size = 2K;
|
_minimum_stack_size = 2K;
|
||||||
_minimum_heap_size = 16K;
|
_minimum_heap_size = 16K;
|
||||||
|
|
||||||
/* Define tho top end of the stack. The stack is full descending so begins just
|
/* Define the top end of the stack. The stack is full descending so begins just
|
||||||
above last byte of RAM. Note that EABI requires the stack to be 8-byte
|
above last byte of RAM. Note that EABI requires the stack to be 8-byte
|
||||||
aligned for a call. */
|
aligned for a call. */
|
||||||
_estack = ORIGIN(RAM) + LENGTH(RAM);
|
_estack = ORIGIN(RAM) + LENGTH(RAM);
|
||||||
@ -105,4 +105,3 @@ SECTIONS
|
|||||||
.ARM.attributes 0 : { *(.ARM.attributes) }
|
.ARM.attributes 0 : { *(.ARM.attributes) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,8 @@ MCU_SUB_VARIANT = stm32f405xx
|
|||||||
MCU_PACKAGE = 64
|
MCU_PACKAGE = 64
|
||||||
CMSIS_MCU = STM32F405xx
|
CMSIS_MCU = STM32F405xx
|
||||||
|
|
||||||
LD_FS = boards/STM32F405_fs.ld # Default to internal FS
|
# Default includes filesystem, but uses external flash
|
||||||
|
LD_FS = boards/STM32F405_fs.ld
|
||||||
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
|
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
|
||||||
UF2_OFFSET = 0x8010000
|
UF2_OFFSET = 0x8010000
|
||||||
|
|
||||||
|
@ -12,5 +12,5 @@ MCU_VARIANT = stm32f4
|
|||||||
MCU_SUB_VARIANT = stm32f405xx
|
MCU_SUB_VARIANT = stm32f405xx
|
||||||
MCU_PACKAGE = 64
|
MCU_PACKAGE = 64
|
||||||
CMSIS_MCU = STM32F405xx
|
CMSIS_MCU = STM32F405xx
|
||||||
LD_FILE = boards/STM32F405.ld
|
LD_FILE = boards/STM32F405_fs.ld
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user