sodiumlb / loci-firmware

Oric LOCI firmware
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Expand STD file API calls to also support LFS #8

Closed sodiumlb closed 1 week ago

sodiumlb commented 3 months ago

The current STD file API functions only support FatFS. To implement file management functionality in ROMs also for the internal flash LFS file system, these functions need to also support open/close/read/write/rename of LFS files.

sodiumlb commented 1 week ago

Has been fixed