rename G0:G070

This commit is contained in:
Edward Emelianov
2026-03-01 23:12:53 +03:00
parent 1f4f111c52
commit 71d30dd19a
136 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/* 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