Commit 65c2190b authored by Anup Patel's avatar Anup Patel Committed by Anup Patel
Browse files

lib: sbi: Speed-up sbi_printf() and friends using nputs()



The sbi_printf() is slow for semihosting because it prints one
character at a time. To speed-up sbi_printf() for semihosting,
we use a temporary buffer and nputs().

Signed-off-by: default avatarAnup Patel <apatel@ventanamicro.com>
Reviewed-by: default avatarAndrew Jones <ajones@ventanamicro.com>
parent 29285aea
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