原始版本

This commit is contained in:
冯佳
2025-06-19 21:56:46 +08:00
parent fe98e5f010
commit a4841450cf
4152 changed files with 1910684 additions and 0 deletions

View File

@ -0,0 +1,16 @@
menu "C/C++ and POSIX layer"
config RT_USING_EXTERNAL_LIBC
bool
help
This is for external libc(e.g. mlib),
and NOT for newlib or picolibc which are inherent in the toolchains.
Usually, the external libc should be a software package and select
RT_USING_EXTERNAL_LIBC in software package's Kconfig
This option is not available for users to select.
rsource "compilers/common/Kconfig"
rsource "posix/Kconfig"
rsource "cplusplus/Kconfig"
endmenu