diff options
author | xengineering <me@xengineering.eu> | 2022-01-23 12:13:24 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-01-23 12:17:33 +0100 |
commit | 5cc962d5fd6ab6b5d4f080a8afe920befe0a44c8 (patch) | |
tree | 64e13cde9a65127314c2e815600b507d191517e1 /ld/stm32f103c8t6.ld | |
parent | 5bdae1ce519bc67ab094c10da7bedbbf5b8a535a (diff) | |
download | ledcontrol-5cc962d5fd6ab6b5d4f080a8afe920befe0a44c8.tar ledcontrol-5cc962d5fd6ab6b5d4f080a8afe920befe0a44c8.tar.zst ledcontrol-5cc962d5fd6ab6b5d4f080a8afe920befe0a44c8.zip |
Introduce firmware directory
Diffstat (limited to 'ld/stm32f103c8t6.ld')
-rw-r--r-- | ld/stm32f103c8t6.ld | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ld/stm32f103c8t6.ld b/ld/stm32f103c8t6.ld deleted file mode 100644 index db01550..0000000 --- a/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 - |