Added initial Makefile (wip) and esp-open-sdk as a submodule

This commit is contained in:
Lukas Schuller
2019-02-22 15:39:41 +01:00
committed by Lukas Schuller
parent c086cc5ab8
commit 2bf3839d4b
3 changed files with 30 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "micropython"]
path = micropython
url = https://github.com/micropython/micropython.git
[submodule "esp-open-sdk"]
path = esp-open-sdk
url = https://github.com/pfalcon/esp-open-sdk