New RP2040/Raspberry Pi Pico USB Host MSC Demo #1726
rppicomidi
started this conversation in
Show and tell
Replies: 2 comments
-
I have added new code here to allow you to run the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, I am currently out of town til next week. Will check this out when backing at my desk. I have some local file system navigation written a while ago as well. We can combine them together. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you @hathach for merging in the new host bulk endpoint support for RP2040. To try it out, I created a demo of Mass Storage Class integrated with FatFs and a Command Line Interpreter. It does not support CDC or HID like the demo code in examples directory. It supports up to 4 USB flash drives on a USB hub. The command line interpreter implements common commands like
ls
,rm
,mkdir
,cp
, etc. If you want me to make it more generic to include as an example for tinyusb, please let me know and I will have a go at it.Beta Was this translation helpful? Give feedback.
All reactions