Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-28 | shared/runtime/semihosting_arm: Add mp_semihosting_exit. | Damien George | |
Signed-off-by: Damien George <damien@micropython.org> | |||
2024-08-28 | shared/runtime/semihosting_arm: Add mp_semihosting_rx_chars. | Damien George | |
Signed-off-by: Damien George <damien@micropython.org> | |||
2024-08-28 | shared/runtime/semihosting_arm: Support semihosting on non-Thumb ARM. | Damien George | |
Signed-off-by: Damien George <damien@micropython.org> | |||
2024-06-06 | shared/runtime/semihosting: Rename ARM semihosting files. | Alessandro Gatti | |
Make room for RISC-V semihosting code, by renaming the existing `semihosting.[ch]` files into `semihosting_arm.[ch]`. Signed-off-by: Alessandro Gatti <a.gatti@frob.it> |