Skip to content

Commit

Permalink
Merge pull request #481 from tannewt/add_usb_host_mass_storage
Browse files Browse the repository at this point in the history
Add usb_host_mass_storage
  • Loading branch information
dhalbert authored Oct 21, 2024
2 parents 68def5a + 6ea15ff commit f2da7e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
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

0 comments on commit f2da7e9

Please sign in to comment.