Kconfig 238 字节
Newer Older
1 2 3 4 5 6 7
menu "Kernel Testcase"

config UTEST_MEMHEAP_TC
    bool "memheap stability test"
    default y
    depends on RT_USING_MEMHEAP

8 9 10 11 12
config UTEST_SEMAPHORE_TC
    bool "semaphore test"
    default n
    depends on RT_USING_SEMAPHORE

13
endmenu