kconfigs.in 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. source "C:/Dev/esp/v5.5.1/esp-idf/components/bt/Kconfig"
  2. source "C:/Dev/esp/v5.5.1/esp-idf/components/efuse/Kconfig"
  3. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_coex/Kconfig"
  4. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_common/Kconfig"
  5. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_bitscrambler/Kconfig"
  6. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_gpio/Kconfig"
  7. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_rmt/Kconfig"
  8. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_spi/Kconfig"
  9. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_uart/Kconfig"
  10. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig"
  11. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_event/Kconfig"
  12. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_gdbstub/Kconfig"
  13. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_hw_support/Kconfig"
  14. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_mm/Kconfig"
  15. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_netif/Kconfig"
  16. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_partition/Kconfig"
  17. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_phy/Kconfig"
  18. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_pm/Kconfig"
  19. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_ringbuf/Kconfig"
  20. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/Kconfig"
  21. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_security/Kconfig"
  22. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_system/Kconfig"
  23. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_timer/Kconfig"
  24. source "C:/Dev/esp/v5.5.1/esp-idf/components/esp_wifi/Kconfig"
  25. source "C:/Dev/esp/v5.5.1/esp-idf/components/freertos/Kconfig"
  26. source "C:/Dev/esp/v5.5.1/esp-idf/components/hal/Kconfig"
  27. source "C:/Dev/esp/v5.5.1/esp-idf/components/heap/Kconfig"
  28. source "C:/Dev/esp/v5.5.1/esp-idf/components/log/Kconfig"
  29. source "C:/Dev/esp/v5.5.1/esp-idf/components/lwip/Kconfig"
  30. source "C:/Dev/esp/v5.5.1/esp-idf/components/mbedtls/Kconfig"
  31. source "C:/Dev/esp/v5.5.1/esp-idf/components/newlib/Kconfig"
  32. source "C:/Dev/esp/v5.5.1/esp-idf/components/nvs_flash/Kconfig"
  33. source "C:/Dev/esp/v5.5.1/esp-idf/components/pthread/Kconfig"
  34. source "C:/Dev/esp/v5.5.1/esp-idf/components/soc/Kconfig"
  35. source "C:/Dev/esp/v5.5.1/esp-idf/components/spi_flash/Kconfig"
  36. source "C:/Dev/esp/v5.5.1/esp-idf/components/vfs/Kconfig"