summaryrefslogtreecommitdiff
path: root/firmware/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/memory.x')
-rw-r--r--firmware/memory.x6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/memory.x b/firmware/memory.x
deleted file mode 100644
index 5153cb7..0000000
--- a/firmware/memory.x
+++ /dev/null
@@ -1,6 +0,0 @@
-/* Linker script for the STM32F103C8T6 */
-MEMORY
-{
- FLASH : ORIGIN = 0x08000000, LENGTH = 128K
- RAM : ORIGIN = 0x20000000, LENGTH = 16K
-}