Skip to content

Commit 5ea2227

Browse files
committed
Merge branch 'refs/heads/main' into HEAD
# Conflicts: # .gitmodules # docs/drivers.rst
2 parents 7915c1e + f2da7e9 commit 5ea2227

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,9 @@
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
10311034
[submodule "libraries/helpers/usb_host_midi"]
10321035
path = libraries/helpers/usb_host_midi
10331036
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_MIDI.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
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
USB Host MIDI <https://docs.circuitpython.org/projects/usb-host-midi/en/latest/>
232233
Ticks <https://docs.circuitpython.org/projects/ticks/en/latest/>
233234

Submodule usb_host_mass_storage added at 20d7122

0 commit comments

Comments
 (0)