preparing some cleaning up and union of F0 and F1 base include files and ld scripts

This commit is contained in:
eddyem
2018-11-05 19:47:19 +03:00
parent e9c8e716a1
commit 7886dce593
46 changed files with 603 additions and 117 deletions

View File

@@ -8,7 +8,7 @@ MCU = F030x4
DEFS = -DEBUG
# change this linking script depending on particular MCU model,
# for example, if you have STM32F103VBT6, you should write:
LDSCRIPT = ld/stm32f030f.ld
LDSCRIPT = stm32f030f.ld
INDEPENDENT_HEADERS=

View File

@@ -1,12 +0,0 @@
/* Linker script for STM32F030f4, 16K flash, 4K RAM. */
/* Define memory regions. */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 16K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
}
/* Include the common ld script. */
INCLUDE stm32f0.ld

Binary file not shown.