mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
22 lines
758 B
Plaintext
22 lines
758 B
Plaintext
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"
|
|
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"
|
|
|
|
# for baremetal mode
|
|
source "packages/third-party/dfs/Kconfig"
|
|
source "packages/third-party/libmad/Kconfig"
|
|
|
|
endmenu
|