
6 changed files with 4 additions and 26 deletions
@ -1,12 +0,0 @@
|
||||
OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") |
||||
OUTPUT_ARCH(arm) |
||||
|
||||
MEMORY |
||||
{ |
||||
vectors (rx) : ORIGIN = 0x00000000, LENGTH = 0x400 |
||||
flashsec (rx) : ORIGIN = 0x00000400, LENGTH = 0x10 |
||||
rom (rx) : ORIGIN = 0x00000410, LENGTH = 256K - 0x410 |
||||
ram (rwx) : ORIGIN = 0x20000000 - 32K, LENGTH = 64K |
||||
} |
||||
|
||||
INCLUDE kinetis.ld |
@ -1,12 +0,0 @@
|
||||
OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") |
||||
OUTPUT_ARCH(arm) |
||||
|
||||
MEMORY |
||||
{ |
||||
vectors (rx) : ORIGIN = 0x00000000, LENGTH = 0x400 |
||||
flashsec (rx) : ORIGIN = 0x00000400, LENGTH = 0x10 |
||||
rom (rx) : ORIGIN = 0x00000410, LENGTH = 512K - 0x410 |
||||
ram (rwx) : ORIGIN = 0x20000000 - 64K, LENGTH = 128K |
||||
} |
||||
|
||||
INCLUDE kinetis.ld |
@ -0,0 +1 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f256l32u32.ld |
Loading…
Reference in new issue