[PATCH v3 5/6] lib: sbi: Add console_puts() callback in the console device
Bin Meng
bmeng.cn at gmail.com
Wed Dec 21 02:23:16 PST 2022
On Thu, Nov 24, 2022 at 9:33 PM Anup Patel <apatel at ventanamicro.com> wrote:
>
> We add console_puts() callback in the console device which allows
> console drivers (such as semihosting) to implement a specialized
> way to output character string.
>
> Signed-off-by: Anup Patel <apatel at ventanamicro.com>
> ---
> include/sbi/sbi_console.h | 3 +++
> lib/sbi/sbi_console.c | 19 ++++++++++++++-----
> 2 files changed, 17 insertions(+), 5 deletions(-)
>
Reviewed-by: Bin Meng <bmeng at tinylab.org>
More information about the opensbi
mailing list