compile ok after transfering mqtt protocol

This commit is contained in:
xiaoyi
2021-08-21 22:45:41 +08:00
parent dbaee1db02
commit 7838cfcbe0
56 changed files with 3060 additions and 1493 deletions

View File

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