summaryrefslogtreecommitdiff
path: root/lib/semihosting.c
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08lib: Add common semihosting libraryKautuk Consul1-0/+186
We factor out the arch-independent parts of the ARM semihosting implementation as a common library so that it can be shared with RISC-V. Signed-off-by: Kautuk Consul <kconsul@ventanamicro.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>