diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29bb..1576b8dc0 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [submodule "lib/chibios"] | ||
| 2 | path = lib/chibios | ||
| 3 | url = https://github.com/ChibiOS/ChibiOS.git | ||
| 4 | [submodule "lib/chibios-contrib"] | ||
| 5 | path = lib/chibios-contrib | ||
| 6 | url = https://github.com/ChibiOS/ChibiOS-Contrib.git | ||
