Damien George
1090f1a60c
shared/runtime/semihosting_arm: Add mp_semihosting_exit.
...
Signed-off-by: Damien George <damien@micropython.org>
2024-08-28 11:52:08 +10:00
Damien George
70a6791b09
shared/runtime/semihosting_arm: Add mp_semihosting_rx_chars.
...
Signed-off-by: Damien George <damien@micropython.org>
2024-08-28 11:52:08 +10:00
Damien George
9f9c283ef4
shared/runtime/semihosting_arm: Support semihosting on non-Thumb ARM.
...
Signed-off-by: Damien George <damien@micropython.org>
2024-08-28 11:52:08 +10:00
Alessandro Gatti
90d50ce918
shared/runtime/semihosting: Rename ARM semihosting files.
...
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>
2024-06-06 12:55:15 +10:00