Initial commit

This commit is contained in:
2026-07-03 12:59:18 +02:00
commit fcf95f44e9
30 changed files with 8325 additions and 0 deletions

7
memory.x Normal file
View File

@@ -0,0 +1,7 @@
/* Conservative Blue Pill memory map.
Some boards expose 128K flash, but this repo stays within 64K. */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}