diff options
Diffstat (limited to 'firmware/ld/stm32f103c8t6.ld')
-rw-r--r-- | firmware/ld/stm32f103c8t6.ld | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/ld/stm32f103c8t6.ld b/firmware/ld/stm32f103c8t6.ld deleted file mode 100644 index db01550..0000000 --- a/firmware/ld/stm32f103c8t6.ld +++ /dev/null @@ -1,9 +0,0 @@ - -MEMORY -{ - rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K - ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K -} - -INCLUDE cortex-m-generic.ld - |