Update rustsbi-k210 to enable lagacy console_putchar. Adjust alignment of links apps. Run matrix on K210!
This commit is contained in:
parent
d0af7d26be
commit
63fe64ec0f
9 changed files with 88 additions and 108 deletions
|
@ -47,6 +47,7 @@ _app_names:"#)?;
|
|||
.section .data
|
||||
.global app_{0}_start
|
||||
.global app_{0}_end
|
||||
.align 12
|
||||
app_{0}_start:
|
||||
.incbin "{2}{1}"
|
||||
app_{0}_end:"#, idx, app, TARGET_PATH)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue