mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-13 18:08:54 +00:00
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
|
|
# Kconfig file for package FreeRTOS_Wrapper
|
|
menuconfig LPKG_USING_FREERTOS_WRAPPER
|
|
bool "FreeRTOS Application Compatibility Layer for RT-Thread"
|
|
default n
|
|
|
|
if LPKG_USING_FREERTOS_WRAPPER
|
|
|
|
config LPKG_FREERTOS_WRAPPER_TEST
|
|
bool "Include FreeRTOS_Wrapper test suit"
|
|
default n
|
|
|
|
endif
|
|
|