Update rustsbi-k210 to enable lagacy console_putchar. Adjust alignment of links apps. Run matrix on K210!

This commit is contained in:
Yifan Wu 2020-12-10 17:20:13 +08:00
parent d0af7d26be
commit 63fe64ec0f
9 changed files with 88 additions and 108 deletions

View file

@ -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)?;