rt-thread/components/libc/KConfig

12 lines
160 B
Plaintext
Raw Normal View History

2017-01-31 11:54:12 +08:00
menu "libc"
config RT_USING_LIBC
bool "Enable libc APIs from toolchain"
default y
config RT_USING_PTHREADS
bool "Enable pthreads APIs"
default y
endmenu