2022-01-10 16:20:39 +08:00
|
|
|
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
|
2022-01-10 17:10:14 +08:00
|
|
|
select RT_USING_LIBC
|
|
|
|
select RT_USING_DFS
|
2022-01-10 16:20:39 +08:00
|
|
|
select RT_USING_PTHREADS
|
|
|
|
select RT_USING_RTC
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
endmenu
|