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