add (not checked) pre-pre-pre-pre...-alpha version of Multistepper

This commit is contained in:
Edward Emelianov
2023-02-03 23:05:43 +03:00
parent fecadc71f7
commit 756ed4be08
33 changed files with 18491 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 384K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
ccmram (rwx) : ORIGIN = 0x10000000, LENGTH = 16K
}
/* Include the common ld script. */
INCLUDE stm32f3.ld