]> granicus.if.org Git - esp-idf/blob - .gitmodules
Merge branch 'bugfix/wifi_fix_invalid_csi_data_index' into 'master'
[esp-idf] / .gitmodules
1 [submodule "components/esp32/lib"]
2         path = components/esp32/lib
3         url = https://github.com/espressif/esp32-wifi-lib.git
4
5 [submodule "components/esptool_py/esptool"]
6         path = components/esptool_py/esptool
7         url = https://github.com/espressif/esptool.git
8
9 [submodule "components/bt/lib"]
10         path = components/bt/lib
11         url = https://github.com/espressif/esp32-bt-lib.git
12
13 [submodule "components/micro-ecc/micro-ecc"]
14         path = components/micro-ecc/micro-ecc
15         url = https://github.com/kmackay/micro-ecc.git
16
17 [submodule "components/coap/libcoap"]
18         path = components/coap/libcoap
19         url = https://github.com/obgm/libcoap.git
20
21 [submodule "components/aws_iot/aws-iot-device-sdk-embedded-C"]
22         path = components/aws_iot/aws-iot-device-sdk-embedded-C
23         url = https://github.com/espressif/aws-iot-device-sdk-embedded-C.git
24
25 [submodule "components/nghttp/nghttp2"]
26         path = components/nghttp/nghttp2
27         url = https://github.com/nghttp2/nghttp2.git
28
29 [submodule "components/libsodium/libsodium"]
30         path = components/libsodium/libsodium
31         url = https://github.com/jedisct1/libsodium.git
32
33 [submodule "components/spiffs/spiffs"]
34         path = components/spiffs/spiffs
35         url = https://github.com/pellepl/spiffs.git
36
37 [submodule "components/json/cJSON"]
38         path = components/json/cJSON
39         url = https://github.com/DaveGamble/cJSON.git
40
41 [submodule "components/mbedtls/mbedtls"]
42         path = components/mbedtls/mbedtls
43         url = https://github.com/espressif/mbedtls.git
44
45 [submodule "components/asio/asio"]
46         path = components/asio/asio
47         url = https://github.com/espressif/asio.git
48
49 [submodule "components/expat/expat"]
50         path = components/expat/expat
51         url = https://github.com/libexpat/libexpat.git
52
53 [submodule "components/lwip/lwip"]
54         path = components/lwip/lwip
55         url = https://github.com/espressif/esp-lwip.git
56
57 [submodule "components/mqtt/esp-mqtt"]
58         path = components/mqtt/esp-mqtt
59         url = https://github.com/espressif/esp-mqtt.git
60
61 [submodule "components/protobuf-c/protobuf-c"]
62         path = components/protobuf-c/protobuf-c
63         url = https://github.com/protobuf-c/protobuf-c
64
65 [submodule "components/unity/unity"]
66         path = components/unity/unity
67         url = https://github.com/ThrowTheSwitch/Unity
68
69 [submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
70         path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
71         url = https://github.com/leethomason/tinyxml2