summaryrefslogtreecommitdiff
path: root/shared/runtime/semihosting_rv32.c
AgeCommit message (Collapse)Author
2024-06-06shared/runtime/semihosting: Add RISC-V semihosting support.Alessandro Gatti
This adds a RISC-V RV32 semihosting implementation, with all defined system calls exposed to the user. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>