summaryrefslogtreecommitdiff
path: root/firmware/memory.x
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2022-07-07 21:51:38 +0200
committerMarc Poulhiès <dkm@kataplop.net>2022-07-22 21:06:23 +0200
commit3c71e3a2a3af39d579c2649fddf0c8ba835bfa01 (patch)
treef383b855123ae2fb66ebb3537d36153388418ca8 /firmware/memory.x
parent972760b3e68156c72129b833d5624d4e6f60619b (diff)
Move rust firmware in subdir
... for the upcoming Ada one.
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
-}