Kconfig 238 B

12345678910111213
  1. menu "Kernel Testcase"
  2. config UTEST_MEMHEAP_TC
  3. bool "memheap stability test"
  4. default y
  5. depends on RT_USING_MEMHEAP
  6. config UTEST_SEMAPHORE_TC
  7. bool "semaphore test"
  8. default n
  9. depends on RT_USING_SEMAPHORE
  10. endmenu