aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRenze Nicolai <renze@rnplus.nl>2021-12-29 18:34:55 +0100
committerRenze Nicolai <renze@rnplus.nl>2021-12-29 20:27:49 +0100
commit48f1e807627b1e1daab42f242e8c489e59af4fec (patch)
tree695724771d4f2860c4d43f3a3ec20335b928d9c2 /.gitmodules
parentb52bde9f0fbeb847ddcdace8871297c1995f4cf5 (diff)
downloadmch2022-48f1e807627b1e1daab42f242e8c489e59af4fec.tar.gz
mch2022-48f1e807627b1e1daab42f242e8c489e59af4fec.tar.bz2
mch2022-48f1e807627b1e1daab42f242e8c489e59af4fec.zip
Add hello world firmware and basic folder structure
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..2d47e0f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "esp-idf"]
+ path = esp-idf
+ url = https://github.com/espressif/esp-idf.git
+ branch = master