Skip to content

Releases: MicrochipTech/mla_fileio

v1.05

29 Nov 21:10
Compare
Choose a tag to compare

v1.05
• Speed improvement when searching for free cluster to create new file. By starting at the last successfully found cluster
rather than the start of the drive.
• Fixes issue of writing after seeking causing trailing 0s in the file.
• Fixes error in DirectoryRemove failing to correctly delete folder when folder contains previously deleted folders/files.
• Fixes issue where a file marked with 8.3 designator not recognized as 8.3 file.
• Speed improvements for the seek function.
• Fixes issue where some drives may not mount successfully.
• Fixes issue where format request may not happen successfully.

v1.03

16 May 18:39
Compare
Choose a tag to compare

Added required user defined callback for internal flash physical layer:

  • DRV_FILEIO_INTERNAL_FLASH_CONFIG_UNLOCK_VERIFICATION_FUNCTION. This function should validate that
    the system parameters are valid for flash writes on the device on the board (Vdd, clock speeds, etc. are all in valid range
    for self writes).
  • Migrated from using system_config.h to fileio_config.h

v1.02

11 Aug 18:43
Compare
Choose a tag to compare

Merging in v1.02 release.

  • Fixed issue with soft detect for SD card connectors that don't have card detect pin
  • Relocated driver files from "/framework/drivers/fileio" to "/framework/fileio/drivers". Fixed issues with that relocation.