mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-06 23:05:23 +08:00
12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
|
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
|