picocomputer / rp6502

Picocomputer 6502 firmware
BSD 3-Clause "New" or "Revised" License
85 stars 23 forks source link

API disk volume management #13

Open rumbledethumps opened 1 year ago

rumbledethumps commented 1 year ago

Mounting needs to support more than one partition per drive. Currently, we mount USB device ID 2 to drive 2: etc. Additional partitions are ignored. Once that is working, the API functions for FatFs Volume Management can be implemented.