examples init

This commit is contained in:
Priec
2025-10-09 12:30:07 +02:00
commit 42ef7c380d
297 changed files with 5093 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x00040000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00008000
}