mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
|
|
menuconfig RT_USING_CPLUSPLUS
|
||
|
|
bool "Enable C++ features"
|
||
|
|
default n
|
||
|
|
|
||
|
|
if RT_USING_CPLUSPLUS
|
||
|
|
|
||
|
|
config RT_USING_CPLUSPLUS11
|
||
|
|
bool "Enable c++11 threading feature support"
|
||
|
|
default n
|
||
|
|
select RT_USING_POSIX_FS
|
||
|
|
select RT_USING_POSIX_STDIO
|
||
|
|
select RT_USING_PTHREADS
|
||
|
|
select RT_USING_RTC
|
||
|
|
|
||
|
|
endif
|