aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-04-25 20:06:08 +0200
committerAyke van Laethem <[email protected]>2018-04-25 20:06:08 +0200
commit04fef19753d21366766b14decec7b7938ebf4e89 (patch)
tree6041a65f1ecc88f59978b2d7df26cbaa30ef70d6 /.gitmodules
parente80f06bc5ef799290370cf882f1fca23e136c9fc (diff)
downloadtinygo-04fef19753d21366766b14decec7b7938ebf4e89.tar.gz
tinygo-04fef19753d21366766b14decec7b7938ebf4e89.zip
Add runtime support for the nRF52
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..87c3f3a93
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "lib/nrfx"]
+ path = lib/nrfx
+ url = https://github.com/NordicSemiconductor/nrfx.git
+[submodule "lib/CMSIS"]
+ path = lib/CMSIS
+ url = https://github.com/ARM-software/CMSIS.git