Kconfig 340 字节
Newer Older
1 2
menuconfig RT_USING_CPLUSPLUS
    bool "Enable C++ features"
B
bernard 已提交
3 4
    default n

L
liukangcc 已提交
5 6 7
if RT_USING_CPLUSPLUS

    config RT_USING_CPLUSPLUS11
8
        bool "Enable c++11 threading feature support"
L
liukangcc 已提交
9
        default n
mysterywolf's avatar
mysterywolf 已提交
10
        select RT_USING_POSIX_FS
mysterywolf's avatar
mysterywolf 已提交
11
        select RT_USING_POSIX_STDIO
L
liukangcc 已提交
12 13 14 15
        select RT_USING_PTHREADS
        select RT_USING_RTC

endif