Commit dc0bb19b authored by Xiang W's avatar Xiang W Committed by Anup Patel
Browse files

lib: utils/serial: remove semihosting_putc



For some debuggers that do not implement SYSWRITEC and SYSREADC
operations, we have to use SYSWRITE and SYSREAD.

Instead of implementing semihosting_putc() using SYSWRITE, let us
simply remove semihosting_putc() because console_putc/console_puts
are now interchangeable.

Signed-off-by: default avatarChen Pei <cp0613@linux.alibaba.com>
Signed-off-by: default avatarXiang W <wxjstz@126.com>
Reviewed-by: default avatarGuo Ren <guoren@kernel.org>
Reviewed-by: default avatarAnup Patel <anup@brainfault.org>
parent 3aaed4fa
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment