dr 驱动适配 sdio & usb

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-25 08:40:48 +08:00
parent c1bcad0c50
commit 481910f755
34 changed files with 6231 additions and 8 deletions

View File

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