更新上传规则:obj子文件夹不上传,排除.o/.d/.crf中间文件

This commit is contained in:
bathfire
2026-04-27 19:30:46 +08:00
parent 64b3e488da
commit bea7a8d99b
53 changed files with 815000 additions and 14291 deletions
+16
View File
@@ -0,0 +1,16 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08008000 0x00080000 { ; load region size_region
ER_IROM1 0x08008000 0x00080000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
.ANY (+XO)
}
RW_IRAM1 0x20000000 0x00030000 { ; RW data
.ANY (+RW +ZI)
}
}