diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-06-24 23:09:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-24 23:09:47 -0700 |
| commit | c1924f375d5398586887fc68b778080c420f9d4c (patch) | |
| tree | bfeac7077ac6488b0ef8bf617ded3812b16d4f1a /.gitmodules | |
| parent | 5fb4cdce45c26e26806fc16d128cba92949e92d9 (diff) | |
| parent | 596a1d884342ce59138de321c1a2e783662eab90 (diff) | |
Merge pull request #951 from arturo182/nrf_cleanup
nrf: General cleanup
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 61f5b5572..d687c6cf3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "ports/atmel-samd/peripherals"] path = ports/atmel-samd/peripherals url = https://github.com/adafruit/samd-peripherals.git +[submodule "ports/nrf/nrfx"] + path = ports/nrf/nrfx + url = https://github.com/NordicSemiconductor/nrfx.git |
