usb: add USB mass storage class support

This commit is contained in:
Michael Smith
2025-06-09 11:17:23 -04:00
committed by Ron Evans
parent ba274008d5
commit 87153e9a02
15 changed files with 1714 additions and 3 deletions
+4
View File
@@ -794,6 +794,10 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-nrf52840 examples/usb-midi
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico examples/usb-storage
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico2 examples/usb-storage
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nrf52840-s140v6-uf2-generic examples/machinetest
@$(MD5SUM) test.hex
ifneq ($(STM32), 0)