mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
kw2x: Use kinetis_common ldscripts
This commit is contained in:
parent
12c9004a82
commit
ed3ee07cac
@ -1,12 +0,0 @@
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "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 = 0x1fffc000, LENGTH = 32K
|
||||
}
|
||||
|
||||
INCLUDE kinetis.ld
|
||||
1
cpu/kw2xd/ldscripts/kw21d256.ld
Symbolic link
1
cpu/kw2xd/ldscripts/kw21d256.ld
Symbolic link
@ -0,0 +1 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f256l16u16.ld
|
||||
@ -1,12 +0,0 @@
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "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 = 0x1fff8000, LENGTH = 64K
|
||||
}
|
||||
|
||||
INCLUDE kinetis.ld
|
||||
1
cpu/kw2xd/ldscripts/kw21d512.ld
Symbolic link
1
cpu/kw2xd/ldscripts/kw21d512.ld
Symbolic link
@ -0,0 +1 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f512l32u32.ld
|
||||
@ -1,12 +0,0 @@
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "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 = 0x1fff8000, LENGTH = 64K
|
||||
}
|
||||
|
||||
INCLUDE kinetis.ld
|
||||
1
cpu/kw2xd/ldscripts/kw22d512.ld
Symbolic link
1
cpu/kw2xd/ldscripts/kw22d512.ld
Symbolic link
@ -0,0 +1 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f512l32u32.ld
|
||||
Loading…
x
Reference in New Issue
Block a user