第一次提交

This commit is contained in:
2026-01-12 18:46:01 +08:00
commit b0f986fb67
18653 changed files with 7101565 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<flash_board>
<pass>
<loader>sfs.flash</loader>
<range>CODE 0x10000000 0x10000080</range>
<abs_offset>0x10000000</abs_offset>
<args>
255
0
</args>
</pass>
<pass>
<loader>sf.flash</loader>
<range>CODE 0x404000 0x7FFFFF</range>
<abs_offset>0x10008000</abs_offset>
<args>
0
1
0x404000
</args>
</pass>
</flash_board>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<flash_device>
<exe>../../flashloader_norflash.out</exe>
<macro>../../iar_flashmacro.mac</macro>
<page>512</page>
<block>640 0x1000</block>
<flash_base>0x10008000</flash_base>
<aggregate>1</aggregate>
</flash_device>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<flash_device>
<exe>../../flashloader_norflash.out</exe>
<macro>../../iar_flashmacro.mac</macro>
<page>512</page>
<block>1 0x1000</block>
<flash_base>0x10000000</flash_base>
<aggregate>1</aggregate>
</flash_device>