Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git] / src / variants / R9M_ldscript.ld
blob7e0204001ce0a11a161b242dd318f1ef0a1488b1
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 = 0K
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"