copied over linker scripts

this will need some generalization too...
This commit is contained in:
chrysn
2012-10-19 14:59:01 +02:00
parent e11edaff11
commit 843660dbfd
5 changed files with 253 additions and 1 deletions

View File

@@ -12,4 +12,4 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4k
}
INCLUDE tinygecko.ld;
INCLUDE libopencm3_efm32tg.ld;