diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-06-20 20:43:59 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-06-20 20:43:59 +0200 |
| commit | 5509f394dcefa8b6ffc7b14745ef3d539e23791a (patch) | |
| tree | fd7e3b58771b4b9c7bcc0ba5980b75b8701c3fdb /.gitmodules | |
| parent | 7cd34f2a941d53b4e124b292b3f69c67bd605ff9 (diff) | |
nrf: Add a nrfx submodule and prepare for using the new drivers
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 |
