1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Merge remote-tracking branch 'multiwii/master'

Conflicts:
	stm32_flash_f103.ld
This commit is contained in:
Dominic Clifton 2014-05-16 00:45:21 +01:00
commit 2ee359686b

View file

@ -3,7 +3,7 @@
**
** File : stm32_flash.ld
**
** Abstract : Linker script for STM32F103C8 Device with
** Abstract : Linker script for STM32F103CB Device with
** 128KByte FLASH, 20KByte RAM
**
*****************************************************************************
@ -19,7 +19,7 @@ _estack = 0x20005000; /* end of 20K RAM */
_Min_Heap_Size = 0; /* required amount of heap */
_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
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 126K /* last 2kb used for config storage */