mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 13:03:42 +08:00
20 lines
455 B
Plaintext
20 lines
455 B
Plaintext
menuconfig RT_USING_CPLUSPLUS
|
|
bool "Enable C++ features"
|
|
default n
|
|
|
|
if RT_USING_CPLUSPLUS
|
|
|
|
config RT_USING_CPLUSPLUS11
|
|
bool "Enable C++11 standard multi-threading feature support"
|
|
default n
|
|
select RT_USING_POSIX_FS
|
|
select RT_USING_POSIX_STDIO
|
|
select RT_USING_PTHREADS
|
|
select RT_USING_RTC
|
|
|
|
config RT_USING_CPP_WRAPPER
|
|
bool "Enable RT-Thread APIs C++ wrapper"
|
|
default n
|
|
|
|
endif
|