增加代码,将从站代码也改成RV32E和RV32I混合编程的版本

This commit is contained in:
2025-02-03 14:56:04 +08:00
parent 2dc822da1b
commit 6b6258ffa9
7 changed files with 133 additions and 32 deletions

View File

@@ -38,5 +38,5 @@ SECTIONS
}
/*. = 0x40000800;*/
.trap_entry : { *(.trap_entry)}
.trap_entry : ALIGN(0x100) { *(.trap_entry)}
}