first commit

This commit is contained in:
liyp
2026-08-25 22:07:47 -04:00
commit 84b128edb6
31 changed files with 11731 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<!DOCTYPE Board_Memory_Definition_File>
<root name="STM32F103ZE">
<MemorySegment name="FLASH1" start="0x08000000" size="0x00080000" access="ReadOnly" />
<MemorySegment name="RAM1" start="0x20000000" size="0x00010000" access="Read/Write" />
</root>