Files
luban-lite-t3e-pro/kernel/freertos/Kconfig

17 lines
176 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
menu "FreeRTOS options"
config KERNEL_FREERTOS
bool
default y
config DRIVER_HAL_EN
bool
default y
config DRIVER_BARE_DRV_EN
bool
default y
endmenu