mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 03:13:34 +08:00
[cpp] support rt-thread CPP wrapper sub-switch macros
This commit is contained in:

committed by
Man, Jianting (Meco)

parent
49ae4ab614
commit
c4df1d6a19
@@ -5,11 +5,15 @@ menuconfig RT_USING_CPLUSPLUS
|
||||
if RT_USING_CPLUSPLUS
|
||||
|
||||
config RT_USING_CPLUSPLUS11
|
||||
bool "Enable c++11 threading feature support"
|
||||
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
|
||||
|
Reference in New Issue
Block a user