diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-01-31 14:36:03 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-01-31 14:36:03 -0500 |
| commit | cabc3aa90ed023f4cc223b9e8e33b04bb8a83709 (patch) | |
| tree | 3abce5222d0fc5fe48b7783191e901e4d3f8116a | |
| parent | 41aefc819bd177865d7114d58a00e8b67cbd6cb1 (diff) | |
| parent | f38e12f0abaf9a1a0ae84a0240958a27d99425ff (diff) | |
Merge branch 'stm32-loader-linkers' of https://github.com/hierophect/circuitpython into stm32-loader-linkers
| -rw-r--r-- | ports/stm32f4/boards/STM32F405_boot.ld | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/stm32f4/boards/STM32F405_boot.ld b/ports/stm32f4/boards/STM32F405_boot.ld index cff2af388..64da3b652 100644 --- a/ports/stm32f4/boards/STM32F405_boot.ld +++ b/ports/stm32f4/boards/STM32F405_boot.ld @@ -17,7 +17,7 @@ MEMORY _minimum_stack_size = 2K; _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 aligned for a call. */ _estack = ORIGIN(RAM) + LENGTH(RAM); @@ -105,4 +105,3 @@ SECTIONS .ARM.attributes 0 : { *(.ARM.attributes) } } - |
