Skip to content

Commit

Permalink
Minor changes to the git submodule file. (#1739)
Browse files Browse the repository at this point in the history
1) Ignore changes in ArduinoJson. 
2) Order Host architecture after Esp8266 architecture.
  • Loading branch information
slaff authored Jul 3, 2019
1 parent 28ef038 commit 26f8f02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
path = Sming/Arch/Esp8266/Components/lwip2/lwip2
url = https://github.com/d-a-v/esp82xx-nonos-linklayer.git
ignore = dirty

[submodule "ESP8266.Sdk"]
path = Sming/Arch/Esp8266/Components/esp8266/ESP8266_NONOS_SDK
url = https://github.com/espressif/ESP8266_NONOS_SDK.git
Expand All @@ -57,6 +56,11 @@
url = https://github.com/raburton/esptool2.git
ignore = dirty

[submodule "Host.lwip"]
path = Sming/Arch/Host/Components/lwip/lwip
url = git://git.savannah.gnu.org/lwip.git
ignore = dirty

[submodule "Libraries.Adafruit_ST7735"]
path = Sming/Libraries/Adafruit_ST7735
url = https://github.com/adafruit/Adafruit-ST7735-Library.git
Expand Down Expand Up @@ -100,8 +104,4 @@
[submodule "Libraries.ArduinoJson"]
path = Sming/Libraries/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson.git

[submodule "Host.lwip"]
path = Sming/Arch/Host/Components/lwip/lwip
url = git://git.savannah.gnu.org/lwip.git
ignore = dirty

0 comments on commit 26f8f02

Please sign in to comment.