10.7-xiuos on board & other undo

This commit is contained in:
hyl
2024-10-07 12:41:58 +08:00
parent 1a6ee0234b
commit d0e822c757
18 changed files with 3031 additions and 11 deletions
@@ -5,7 +5,7 @@
/* Program Entry, set to mark it as "used" and avoid gc */
MEMORY
{
flash (rx) : ORIGIN = 0x08000000, LENGTH = 128k /* 128KB flash */
flash (rx) : ORIGIN = 0x08004000, LENGTH = 112k /* 128KB flash */
sram (rw) : ORIGIN = 0x20000000, LENGTH = 20k /* 20K sram */
}
OUTPUT_ARCH(arm)