diff options
author | Damien George <damien.p.george@gmail.com> | 2019-06-22 23:01:31 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-07-01 17:18:44 +1000 |
commit | 258d10862df43c5a90ce8893ec44a627b155dd19 (patch) | |
tree | e01829dcd865b6a7d8c9be2057b138e0a5be2800 | |
parent | 875af757bd248dab636f06efd359f61ca91baeaa (diff) | |
download | micropython-258d10862df43c5a90ce8893ec44a627b155dd19.tar.gz micropython-258d10862df43c5a90ce8893ec44a627b155dd19.zip |
lib: Add tinyusb as a submodule.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/tinyusb | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 25e7077cde..544815b3a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,3 +24,6 @@ [submodule "lib/asf4"] path = lib/asf4 url = https://github.com/adafruit/asf4 +[submodule "lib/tinyusb"] + path = lib/tinyusb + url = https://github.com/hathach/tinyusb diff --git a/lib/tinyusb b/lib/tinyusb new file mode 160000 +Subproject 393492823ce037a2e46d367d61fad1235859af2 |