avsa242 / sdfat-spin

FAT-fs on SD implementation for the P8X32A/Propeller, P2X8C4M64P/Propeller 2
Other
0 stars 0 forks source link

Add support for allocating a block of contiguous clusters #2

Closed avsa242 closed 2 years ago

avsa242 commented 2 years ago

Currently, allocating a single cluster is supported. Add support for finding a block of n clusters and allocating them, if possible.