frosted
frosted copied to clipboard
FatFS enhancements
- [x] write
- [x] truncate
- [x] open
- [x] unlink
- [ ] mkdir
making good progress porting required functionality for a full fatfs with write/open/creat in #127 WIP!
Started from scratch in https://github.com/brabo/lmfm New driver made it into Frosted. Still needs some enhancements.
truncate/unlink pending in #137
#137 merged, truncate/unlink works!