Files
luban-lite/kernel/freertos/Kconfig

17 lines
176 B
Plaintext
Raw Normal View History

2023-08-28 09:48:01 +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