feat(kos): Added the os adaptation layer feature.

This commit is contained in:
MacRsh
2025-02-11 20:16:27 +08:00
parent 76e7efce33
commit 3a4d77588c
29 changed files with 1127 additions and 83 deletions

View File

@@ -74,7 +74,7 @@ menu "Libc"
prompt "Stdio"
default MR_USE_PRINTFK
config MR_USE_LIBC_STDIO
config MR_USE_LIBC_PRINTF
bool "Standard libc stdio"
help
Use the standard libc stdio for I/O operations.