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

39 lines
1.6 KiB
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"
2024-01-27 08:47:24 +08:00
source "packages/third-party/adbd/Kconfig"
2023-11-30 19:48:02 +08:00
source "packages/third-party/awtk-ui/Kconfig"
2023-08-30 16:21:18 +08:00
source "packages/third-party/lwip/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"
2024-09-30 17:06:01 +08:00
source "packages/third-party/protobuf-c/Kconfig"
2023-11-30 19:48:02 +08:00
source "packages/third-party/freetype/Kconfig"
2024-01-27 08:47:24 +08:00
source "packages/third-party/rtt_auto_exe_cmd/Kconfig"
source "packages/third-party/netutils/Kconfig"
2024-04-03 16:40:57 +08:00
source "packages/third-party/libmodbus/Kconfig"
source "packages/third-party/ptpd/Kconfig"
2024-06-04 19:00:30 +08:00
source "packages/third-party/cJSON-1.7.16/Kconfig"
source "packages/third-party/mbedtls/Kconfig"
source "packages/third-party/at24cxx/Kconfig"
2024-09-03 11:16:08 +08:00
source "packages/third-party/zlib/Kconfig"
source "packages/third-party/sqlite/Kconfig"
2023-08-30 16:21:18 +08:00
# for baremetal mode
source "packages/third-party/dfs/Kconfig"
2025-01-08 19:12:06 +08:00
source "packages/third-party/minimp3/Kconfig"
2024-10-30 16:50:31 +08:00
source "packages/third-party/libFLAC/Kconfig"
2025-01-08 19:12:06 +08:00
source "packages/third-party/ffmpeg/Kconfig"
2023-11-09 20:19:51 +08:00
source "packages/third-party/fdtlib/Kconfig"
2024-04-03 16:40:57 +08:00
source "packages/third-party/gif/Kconfig"
2024-09-03 11:16:08 +08:00
source "packages/third-party/micropython-1.13.0/Kconfig"
2023-08-30 16:21:18 +08:00
endmenu