blob: 65e62b82b1c4fc2c0078bad822f8493dc97ca3d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
source "/opt/esp-idf/components/app_trace/Kconfig"
source "/opt/esp-idf/components/bt/Kconfig"
source "/opt/esp-idf/components/driver/Kconfig"
source "/opt/esp-idf/components/efuse/Kconfig"
source "/opt/esp-idf/components/esp-tls/Kconfig"
source "/opt/esp-idf/components/esp_adc/Kconfig"
source "/opt/esp-idf/components/esp_coex/Kconfig"
source "/opt/esp-idf/components/esp_common/Kconfig"
source "/opt/esp-idf/components/esp_eth/Kconfig"
source "/opt/esp-idf/components/esp_event/Kconfig"
source "/opt/esp-idf/components/esp_gdbstub/Kconfig"
source "/opt/esp-idf/components/esp_http_client/Kconfig"
source "/opt/esp-idf/components/esp_http_server/Kconfig"
source "/opt/esp-idf/components/esp_https_ota/Kconfig"
source "/opt/esp-idf/components/esp_https_server/Kconfig"
source "/opt/esp-idf/components/esp_hw_support/Kconfig"
source "/opt/esp-idf/components/esp_lcd/Kconfig"
source "/opt/esp-idf/components/esp_netif/Kconfig"
source "/opt/esp-idf/components/esp_partition/Kconfig"
source "/opt/esp-idf/components/esp_phy/Kconfig"
source "/opt/esp-idf/components/esp_pm/Kconfig"
source "/opt/esp-idf/components/esp_psram/Kconfig"
source "/opt/esp-idf/components/esp_ringbuf/Kconfig"
source "/opt/esp-idf/components/esp_system/Kconfig"
source "/opt/esp-idf/components/esp_timer/Kconfig"
source "/opt/esp-idf/components/esp_wifi/Kconfig"
source "/opt/esp-idf/components/espcoredump/Kconfig"
source "/opt/esp-idf/components/fatfs/Kconfig"
source "/opt/esp-idf/components/freertos/Kconfig"
source "/opt/esp-idf/components/hal/Kconfig"
source "/opt/esp-idf/components/heap/Kconfig"
source "/opt/esp-idf/components/ieee802154/Kconfig"
source "/opt/esp-idf/components/log/Kconfig"
source "/opt/esp-idf/components/lwip/Kconfig"
source "/opt/esp-idf/components/mbedtls/Kconfig"
source "/opt/esp-idf/components/mqtt/esp-mqtt/Kconfig"
source "/opt/esp-idf/components/newlib/Kconfig"
source "/opt/esp-idf/components/nvs_flash/Kconfig"
source "/opt/esp-idf/components/nvs_sec_provider/Kconfig"
source "/opt/esp-idf/components/openthread/Kconfig"
source "/opt/esp-idf/components/protocomm/Kconfig"
source "/opt/esp-idf/components/pthread/Kconfig"
source "/opt/esp-idf/components/soc/Kconfig"
source "/opt/esp-idf/components/spi_flash/Kconfig"
source "/opt/esp-idf/components/spiffs/Kconfig"
source "/opt/esp-idf/components/tcp_transport/Kconfig"
source "/opt/esp-idf/components/ulp/Kconfig"
source "/opt/esp-idf/components/unity/Kconfig"
source "/opt/esp-idf/components/usb/Kconfig"
source "/opt/esp-idf/components/vfs/Kconfig"
source "/opt/esp-idf/components/wear_levelling/Kconfig"
source "/opt/esp-idf/components/wifi_provisioning/Kconfig"
|