Files
luban-lite-t3e-pro/packages/third-party/FreeRTOS-Wrapper/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

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