You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
564 B
17 lines
564 B
10 months ago
|
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.
|
||
|
|
||
|
source "$RTT_DIR/components/libc/compilers/common/Kconfig"
|
||
|
source "$RTT_DIR/components/libc/posix/Kconfig"
|
||
|
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
|
||
|
|
||
|
endmenu
|