Files
luban-lite/kernel/freertos/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

17 lines
176 B
Plaintext

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