Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1028,3 +1028,6 @@
[submodule "libraries/drivers/tm1814"]
path = libraries/drivers/tm1814
url = https://github.com/adafruit/Adafruit_CircuitPython_TM1814.git
[submodule "libraries/helpers/usb_host_mass_storage"]
path = libraries/helpers/usb_host_mass_storage
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Mass_Storage.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Miscellaneous Helpers
Test Repo <https://docs.circuitpython.org/projects/testrepo/en/latest/>
USB HID - Human Interface Device (Keyboard and Mouse) <https://docs.circuitpython.org/projects/hid/en/latest/>
USB Host Descriptors <https://docs.circuitpython.org/projects/usb-host-descriptors/en/latest/>
USB Host Mass Storage <https://docs.circuitpython.org/projects/usb-host-mass-storage/en/latest/>
Ticks <https://docs.circuitpython.org/projects/ticks/en/latest/>

Blinky
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/usb_host_mass_storage
Submodule usb_host_mass_storage added at 20d712
Loading