add pre-pre...-pre alpha of NitrogenFlooding

This commit is contained in:
Edward Emelianov
2023-03-20 23:45:51 +03:00
parent b18dee64e8
commit 2dae136516
34 changed files with 15639 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
}
PROVIDE(_BLOCKSIZE = 2048);
/* Include the common ld script. */
INCLUDE stm32f3.ld