]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/mk20dx128vlf5.ld
Fixing CMake dependency checking for kll_defs.h
[kiibohd-controller.git] / Lib / mk20dx128vlf5.ld
index db011c25f97cc4efa9cc71b0fc1dffca1cf49ccd..4ab5626c8cdc7211f4ddd2f7300737bfe46ad47f 100644 (file)
@@ -31,7 +31,7 @@
 
 MEMORY
 {
-       FLASH (rx) : ORIGIN = 3K, LENGTH = 128K-3K
+       FLASH (rx) : ORIGIN = 4K, LENGTH = 128K-4K
        RAM  (rwx) : ORIGIN = 0x20000000 - 16K / 2, LENGTH = 16K
 }
 
@@ -44,6 +44,7 @@ SECTIONS
                KEEP(* (.vectors))
                *(.startup*)
                *(.text*)
+               *(.rodata*)
                . = ALIGN(4);
                KEEP(*(.init))
        } > FLASH