Files
luban-lite-t3e-pro/packages/third-party/Kconfig

26 lines
947 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
menu "Third-party packages options"
source "packages/third-party/bonnie/Kconfig"
source "packages/third-party/cpu_usage/Kconfig"
source "packages/third-party/ramdisk/Kconfig"
source "packages/third-party/cherryusb/Kconfig"
source "packages/third-party/lvgl/Kconfig"
2023-11-09 20:19:51 +08:00
source "packages/third-party/awtk/Kconfig"
2023-08-30 16:21:18 +08:00
source "packages/third-party/lwip/Kconfig"
source "packages/third-party/uffs/Kconfig"
source "packages/third-party/littlefs/Kconfig"
source "packages/third-party/benchmark/Kconfig"
source "packages/third-party/FreeRTOS-Wrapper/Kconfig"
source "packages/third-party/i2c-tools/Kconfig"
source "packages/third-party/beep/Kconfig"
source "packages/third-party/memleak/Kconfig"
2023-11-09 20:19:51 +08:00
source "packages/third-party/webclient/Kconfig"
source "packages/third-party/ota_downloader/Kconfig"
2023-08-30 16:21:18 +08:00
# for baremetal mode
source "packages/third-party/dfs/Kconfig"
source "packages/third-party/libmad/Kconfig"
2023-11-09 20:19:51 +08:00
source "packages/third-party/fdtlib/Kconfig"
2023-08-30 16:21:18 +08:00
endmenu