mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
semihosting: implement a semihosting console
This provides two functions for handling console output that handle the common backend behaviour for semihosting. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
16932bb761
commit
a331c6d774
3 changed files with 116 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
obj-$(CONFIG_SEMIHOSTING) += config.o
|
||||
obj-$(CONFIG_SEMIHOSTING) += console.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue