lib: sbi: Add sbi_nputs() function
authorAnup Patel <apatel@ventanamicro.com>
Fri, 22 Jul 2022 10:58:21 +0000 (16:28 +0530)
committerAnup Patel <anup@brainfault.org>
Thu, 9 Feb 2023 16:59:24 +0000 (22:29 +0530)
commit0ee3a86fedafccaa5f57df86b07547747920972e
tree1ebc80868a9ed33ce403e37008268f3670dba513
parente3bf1afcc568fece971d67395f63461fddb4c0fa
lib: sbi: Add sbi_nputs() function

We add new sbi_nputs() which help us print a fixed number of characters
from a physical memory location.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Xiang W <wxjstz@126.com>
include/sbi/sbi_console.h
lib/sbi/sbi_console.c