diff options
author | Ayke van Laethem <[email protected]> | 2018-04-25 20:06:08 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-04-25 20:06:08 +0200 |
commit | 04fef19753d21366766b14decec7b7938ebf4e89 (patch) | |
tree | 6041a65f1ecc88f59978b2d7df26cbaa30ef70d6 /.gitmodules | |
parent | e80f06bc5ef799290370cf882f1fca23e136c9fc (diff) | |
download | tinygo-04fef19753d21366766b14decec7b7938ebf4e89.tar.gz tinygo-04fef19753d21366766b14decec7b7938ebf4e89.zip |
Add runtime support for the nRF52
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
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 |