Merge pull request #113 from sics-iot/contrib/move-xxware-submodules

Change the base URL for CCxxware submodules
This commit is contained in:
Simon Duquennoy 2017-10-26 14:07:40 +02:00 committed by GitHub
commit e91b4c6656
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -3,10 +3,10 @@
url = https://github.com/JelmerT/cc2538-bsl.git
[submodule "arch/cpu/cc26xx-cc13xx/lib/cc26xxware"]
path = arch/cpu/cc26xx-cc13xx/lib/cc26xxware
url = https://github.com/contiki-os/cc26xxware.git
url = https://github.com/contiki-ng/cc26xxware.git
[submodule "arch/cpu/cc26xx-cc13xx/lib/cc13xxware"]
path = arch/cpu/cc26xx-cc13xx/lib/cc13xxware
url = https://github.com/contiki-os/cc13xxware.git
url = https://github.com/contiki-ng/cc13xxware.git
[submodule "tools/sensniff"]
path = tools/sensniff
url = https://github.com/g-oikonomou/sensniff.git