makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / variants / R9M_ldscript.ld
blobd5c0ed18de342570fb5c6cbb4fb77a862748f0b3
1 /*
2 **  Abstract    : Linker script for STM32F103C(8-B)Tx Device with
3 **                32/64/128KByte FLASH, 10/20KByte RAM
4 */
6 /* Specify the memory areas */
7 MEMORY
9 RAM_CODE (rx)   : ORIGIN = 0x20000000, LENGTH = 1K
10 RAM_DATA (xrw)  : ORIGIN = 0x20000000 + LENGTH(RAM_CODE), LENGTH = 20K - LENGTH(RAM_CODE)
11 CCMRAM (rw)     : ORIGIN = 0x10000000, LENGTH = 0K
12 FLASH (rx)      : ORIGIN = 0x8004000, LENGTH = 64K - 0x4000
15 INCLUDE "variants/ldscript_gen.ld"