Skip to content

More file operations of FatFs made available

Compare
Choose a tag to compare
@smuehlst smuehlst released this 31 May 10:49
· 130 commits to master since this release
f510c4b
  • Additional file-related capabilities of FatFs available now:
    • File seeking in stdio and in the C++ standard library.
    • Directory operations rename(), mkdir() and unlink().
  • Extended the smoke test run by the GitHub action with basic tests for file operations.