From 5ab90beb3bd3ae311f1b95582ce628018c885fae Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 3 Mar 2016 17:49:28 +0200 Subject: [PATCH] esp-open-lwip: New submodule, open-source lwIP from Espressif. Espressif releases are imported into https://github.com/pfalcon/esp-open-lwip And that's what added as a submodule. Includes simple no-nonsense Makefile, and going forward, may include patches or be switched to upstream lwIP with ESP-specific patches altogether. --- .gitmodules | 4 ++++ esp-open-lwip | 1 + 2 files changed, 5 insertions(+) create mode 160000 esp-open-lwip diff --git a/.gitmodules b/.gitmodules index 154c825..b96de8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,7 @@ [submodule "esptool"] path = esptool url = https://github.com/pfalcon/esptool +[submodule "esp-open-lwip"] + path = esp-open-lwip + url = https://github.com/pfalcon/esp-open-lwip + branch = sdk-1.5.0 diff --git a/esp-open-lwip b/esp-open-lwip new file mode 160000 index 0000000..5bd20af --- /dev/null +++ b/esp-open-lwip @@ -0,0 +1 @@ +Subproject commit 5bd20afa6869b682001250e2a95c261390f1098d