add blink for G070 (NOT TESTED!)

This commit is contained in:
Edward Emelianov
2022-12-22 21:14:59 +03:00
parent 59fb731725
commit c152315922
42 changed files with 120939 additions and 0 deletions

View File

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