CapibaraZero / fw

CapibaraZero main firmware repository
GNU General Public License v3.0
160 stars 10 forks source link

Add USB storage support #20

Closed andreock closed 1 month ago

andreock commented 10 months ago

Add USB Storage implementation like this one but based on SD card if available. https://github.com/espressif/arduino-esp32/blob/master/libraries/USB/examples/USBMSC/USBMSC.ino

andreock commented 1 month ago

SDBridge32 ready: https://github.com/CapibaraZero/SDBridge32/

andreock commented 1 month ago

Updated DuckyESP: https://github.com/CapibaraZero/DuckyESP/commit/d65c3934711c028cd7bf91280272c1ca1a59e933

andreock commented 1 month ago

Composite mode will solved in another issue(maybe)