wwatson4506 / UsbMscFat

Teensy 36/40/41 Compatiblility Layer for MSC and SdFat
MIT License
9 stars 3 forks source link

Code to add and remove partitions, plus ability to initialize a disk #5

Closed KurtE closed 3 years ago

KurtE commented 3 years ago

This Pull Request has the work of @mjs513 and myself that allow us to do things like create partitions in the gaps or at the end of disks.

It also allows us to remove partitions as well as to wipe out all partitions and create one new partition for the whole disk.

Check it out and see what you think.