diff options
| author | hathach <thach@tinyusb.org> | 2018-07-03 17:46:08 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2018-07-03 17:46:08 +0700 |
| commit | 46c453cf0a4d6f8cc1999acc0e98fc95d8b6c078 (patch) | |
| tree | 0ad18a6418bdaf1619a5f4dc710525f0522815f1 /.gitmodules | |
| parent | b14b28067e287bde3021e85e42f97bee2468c087 (diff) | |
add tinyusb as submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d687c6cf3..32f30f761 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,7 @@ [submodule "ports/nrf/nrfx"] path = ports/nrf/nrfx url = https://github.com/NordicSemiconductor/nrfx.git +[submodule "lib/tinyusb"] + path = lib/tinyusb + url = git@github.com:hathach/tinyusb.git + branch = develop |
