2017-06-06 18:19:06 +08:00
|
|
|
menu "C++ features"
|
|
|
|
|
|
|
|
config RT_USING_CPLUSPLUS
|
|
|
|
bool "Support C++ features"
|
|
|
|
default n
|
|
|
|
|
2021-09-03 11:38:48 +08:00
|
|
|
if RT_USING_CPLUSPLUS
|
|
|
|
|
|
|
|
config RT_USING_CPLUSPLUS11
|
2021-10-13 16:03:13 +08:00
|
|
|
bool "Enable c++11 threading feature support"
|
2021-09-03 11:38:48 +08:00
|
|
|
default n
|
2021-12-26 22:41:24 +08:00
|
|
|
select RT_USING_POSIX_FS
|
|
|
|
select RT_USING_POSIX_DEVIO
|
2021-09-03 11:38:48 +08:00
|
|
|
select RT_USING_PTHREADS
|
|
|
|
select RT_USING_RTC
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2017-06-06 18:19:06 +08:00
|
|
|
endmenu
|