commit | 3ea744e87359f95251ae7ec3c7a92f8b3293593b | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Mar 22 16:59:23 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 15:03:13 2022 -0400 |
tree | cc8bd663a055e8bcd83b391f56e8de70dbe3503f | |
parent | dcc4f9623e27b92a1e0b97326631b0d5841c49cb [diff] |
arm: smh: Add some functions for working with the host console This adds three wrappers around the semihosting commands for reading and writing to the host console. We use the more standard getc/putc/puts names instead of readc/writec/write0 for familiarity. Signed-off-by: Sean Anderson <sean.anderson@seco.com>