delete unused file

This commit is contained in:
ranchuan
2025-07-10 11:41:20 +08:00
parent 387ada7e6f
commit 66c0004459
5 changed files with 0 additions and 2178 deletions

Binary file not shown.

View File

@@ -1,15 +0,0 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00200000 { ; load region size_region
ER_IROM1 0x08000000 0x00200000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000008 0x0002FFF8 { ; RW data
.ANY (+RW +ZI)
}
}

View File

@@ -1,27 +0,0 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08020000 0x001E0000 { ; load region size_region
ER_IROM1 0x08020000 0x001E0000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
bsp_init +0 {
*.o(bsp_init)
}
sys_api +0 {
*.o(sys_api)
}
libc_dev +0 {
*.o(libc_dev)
}
name +0{
*.o(name)
}
RW_IRAM1 0x2000000C 0x0002FFF4 { ; RW data
.ANY (+RW +ZI)
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,26 +0,0 @@
del *.bak /s
del *.ddk /s
del *.edk /s
del *.lst /s
del *.lnp /s
del *.mpf /s
del *.mpj /s
del *.obj /s
del *.omf /s
::del *.opt /s ::不允许删除JLINK的设置
del *.plg /s
del *.rpt /s
del *.tmp /s
del *.__i /s
del *.crf /s
del *.o /s
del *.d /s
del *.axf /s
del *.tra /s
del *.dep /s
del JLinkLog.txt /s
del *.iex /s
del *.htm /s
del *.map /s
exit