nodemcu-firmware/.gitmodules
Arnim Läuger 13735b7228
ESP32 precompiled toolchain (#2730)
* remove toolchains submodule

* remove toolchains dir

* download precompiled toolchain from https://github.com/jmattsson/esp-toolchains/releases

* remove toolchain target
delete toolchain with clean target

* avoid bash syntax
2019-04-22 14:45:27 +02:00

14 lines
492 B
Plaintext

[submodule "sdk/esp32-esp-idf"]
path = sdk/esp32-esp-idf
url = https://github.com/espressif/esp-idf.git
ignore = dirty
[submodule "components/u8g2/u8g2"]
path = components/u8g2/u8g2
url = https://github.com/olikraus/U8g2_Arduino.git
[submodule "components/ucg/ucg"]
path = components/ucg/ucg
url = https://github.com/olikraus/Ucglib_Arduino.git
[submodule "components/qrcodegen/qrcodegen"]
path = components/qrcodegen/qrcodegen
url = https://github.com/nayuki/QR-Code-generator.git