mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge remote-tracking branch 'multiwii/master'
Conflicts: stm32_flash_f103.ld
This commit is contained in:
commit
2ee359686b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
**
|
**
|
||||||
** File : stm32_flash.ld
|
** File : stm32_flash.ld
|
||||||
**
|
**
|
||||||
** Abstract : Linker script for STM32F103C8 Device with
|
** Abstract : Linker script for STM32F103CB Device with
|
||||||
** 128KByte FLASH, 20KByte RAM
|
** 128KByte FLASH, 20KByte RAM
|
||||||
**
|
**
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
@ -19,7 +19,7 @@ _estack = 0x20005000; /* end of 20K RAM */
|
||||||
_Min_Heap_Size = 0; /* required amount of heap */
|
_Min_Heap_Size = 0; /* required amount of heap */
|
||||||
_Min_Stack_Size = 0x400; /* required amount of stack */
|
_Min_Stack_Size = 0x400; /* required amount of stack */
|
||||||
|
|
||||||
/* Specify the memory areas */
|
/* Specify the memory areas. Flash is limited for last 2K for configuration storage */
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 126K /* last 2kb used for config storage */
|
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 126K /* last 2kb used for config storage */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue