Stair56E UART project

This commit is contained in:
2026-08-05 19:07:52 +08:00
parent 7ca1af130d
commit f5654b70cc
2500 changed files with 619007 additions and 282610 deletions
+37
View File
@@ -0,0 +1,37 @@
;LOAD 0x10000000
;{
; EXE 0x10000000
; {
; startup_xinc.o (RESET, +FIRST)
; * (+RO)
;
; }
; RW +0x1000
; {
; * (+RW,+ZI)
; }
;}
LOAD_ROM 0x11001000 ;NOCOMPRESS ;ALIGN 32
{
USER_ROM 0x11001000 NOCOMPRESS
{
startup_xinc.o (RESET, +FIRST)
*(+RO)
}
USER_RAM 0x10000100 NOCOMPRESS
{
*(ram_code)
*(+RW,+ZI)
}
}