aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32l4/memory.x')
-rw-r--r--examples/stm32l4/memory.x7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/stm32l4/memory.x b/examples/stm32l4/memory.x
deleted file mode 100644
index eb87d1b54..000000000
--- a/examples/stm32l4/memory.x
+++ /dev/null
@@ -1,7 +0,0 @@
1MEMORY
2{
3 /* NOTE 1 K = 1 KiBi = 1024 bytes */
4 /* These values correspond to the STM32L4S5 */
5 FLASH : ORIGIN = 0x08000000, LENGTH = 1024K
6 RAM : ORIGIN = 0x20000000, LENGTH = 128K
7}