From ea807de65b0485ac58b6eae576209c64d4d5c4e9 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 5 Mar 2023 20:20:45 +0300 Subject: Split app code and third party libraries --- Project/ld/stm32f072x8.ld | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Project/ld/stm32f072x8.ld (limited to 'Project/ld/stm32f072x8.ld') diff --git a/Project/ld/stm32f072x8.ld b/Project/ld/stm32f072x8.ld deleted file mode 100644 index 7600040..0000000 --- a/Project/ld/stm32f072x8.ld +++ /dev/null @@ -1,4 +0,0 @@ -MEMORY { - FLASH(rx) : ORIGIN = 0x08000000, LENGTH = 64K - SRAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K -} -- cgit v1.2.3