Skip to content

Commit 6ea15ff

Browse files
committed
Add usb_host_mass_storage
1 parent 68def5a commit 6ea15ff

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1028,3 +1028,6 @@
10281028
[submodule "libraries/drivers/tm1814"]
10291029
path = libraries/drivers/tm1814
10301030
url = https://github.com/adafruit/Adafruit_CircuitPython_TM1814.git
1031+
[submodule "libraries/helpers/usb_host_mass_storage"]
1032+
path = libraries/helpers/usb_host_mass_storage
1033+
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Mass_Storage.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ Miscellaneous Helpers
228228
Test Repo <https://docs.circuitpython.org/projects/testrepo/en/latest/>
229229
USB HID - Human Interface Device (Keyboard and Mouse) <https://docs.circuitpython.org/projects/hid/en/latest/>
230230
USB Host Descriptors <https://docs.circuitpython.org/projects/usb-host-descriptors/en/latest/>
231+
USB Host Mass Storage <https://docs.circuitpython.org/projects/usb-host-mass-storage/en/latest/>
231232
Ticks <https://docs.circuitpython.org/projects/ticks/en/latest/>
232233

233234
Blinky
Submodule usb_host_mass_storage added at 20d7122

0 commit comments

Comments
 (0)