diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-05 10:10:34 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-05 10:10:34 +0200 |
commit | beca53b79fd595da46da779a20464c333d63e3a0 (patch) | |
tree | 5ca2567d571711773f2036221259eff30db85e3e /.gitmodules | |
parent | fadeb06d74c3d739dc1202031e1eea1374e8917e (diff) | |
download | modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.gz modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.bz2 modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.xz modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.zip |
wip
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9f40785..1232011 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "thirdparty/ESP8266_RTOS_SDK"] path = thirdparty/ESP8266_RTOS_SDK url = https://github.com/espressif/ESP8266_RTOS_SDK +[submodule "thirdparty/rboot"] + path = thirdparty/rboot + url = https://github.com/trygvis/rboot |