From 3c71e3a2a3af39d579c2649fddf0c8ba835bfa01 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Thu, 7 Jul 2022 21:51:38 +0200 Subject: Move rust firmware in subdir ... for the upcoming Ada one. --- firmware/rust/memory.x | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 firmware/rust/memory.x (limited to 'firmware/rust/memory.x') diff --git a/firmware/rust/memory.x b/firmware/rust/memory.x new file mode 100644 index 0000000..5153cb7 --- /dev/null +++ b/firmware/rust/memory.x @@ -0,0 +1,6 @@ +/* Linker script for the STM32F103C8T6 */ +MEMORY +{ + FLASH : ORIGIN = 0x08000000, LENGTH = 128K + RAM : ORIGIN = 0x20000000, LENGTH = 16K +} -- cgit v1.2.3