4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-29 11:30:24 +08:00
2021-11-30 10:39:40 -05:00

20 lines
363 B
Plaintext

menu "C++ features"
config RT_USING_CPLUSPLUS
bool "Support C++ features"
default n
if RT_USING_CPLUSPLUS
config RT_USING_CPLUSPLUS11
bool "Enable c++11 threading feature support"
default n
select RT_USING_LIBC
select RT_LIBC_USING_FILEIO
select RT_USING_PTHREADS
select RT_USING_RTC
endif
endmenu