diff options
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 |