mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-02 00:09:36 +00:00
e7c5c36090
We now host both CCxxware repos under contiki-os, so we change the submodule URLs accordingly.
17 lines
647 B
Plaintext
17 lines
647 B
Plaintext
[submodule "tools/mspsim"]
|
|
path = tools/mspsim
|
|
url = https://github.com/contiki-os/mspsim.git
|
|
[submodule "tools/cc2538-bsl"]
|
|
path = tools/cc2538-bsl
|
|
url = https://github.com/JelmerT/cc2538-bsl.git
|
|
[submodule "cpu/cc26xx-cc13xx/lib/cc26xxware"]
|
|
path = cpu/cc26xx-cc13xx/lib/cc26xxware
|
|
url = https://github.com/contiki-os/cc26xxware.git
|
|
[submodule "cpu/cc26xx-cc13xx/lib/cc13xxware"]
|
|
path = cpu/cc26xx-cc13xx/lib/cc13xxware
|
|
url = https://github.com/contiki-os/cc13xxware.git
|
|
[submodule "platform/stm32nucleo-spirit1/stm32cube-lib"]
|
|
path = platform/stm32nucleo-spirit1/stm32cube-lib
|
|
url = https://github.com/STclab/stm32nucleo-spirit1-lib
|
|
|