mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 15:53:31 +08:00
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
menu "C/C++ and POSIX layer"
|
|
|
|
config RT_USING_EXTERNAL_LIBC
|
|
bool
|
|
|
|
source "$RTT_DIR/components/libc/compilers/common/Kconfig"
|
|
source "$RTT_DIR/components/libc/posix/Kconfig"
|
|
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
|
|
|
|
endmenu
|