Id like to know who is interrested in a 'near' full feature fat16/32 handler.
The Good:
+Long filename support
+Multi(any) media support
+Multiple mounted media (incl partitions)
+Multi open files (depends on available memory)
+c standard alike Read and Write file functions
+make and delete files/folders
+List folders and file names one by one.
+Multi level folder resolving (/dir1/dir2/dir3/file.dat)
The Bad:
- Dynamic memory allocation (Possible memory fragmentation?)
- Heavy on memory due to buffering. ~ 2kb ram needed atleast, opening a file will require another ~ 750bytes