fat_io_lib icon indicating copy to clipboard operation
fat_io_lib copied to clipboard

Small footprint, low dependency, C code implementation of a FAT16 & FAT32 driver.

Results 7 fat_io_lib issues
Sort by recently updated
recently updated
newest added

Hi, i am trying to make a .log nad .json file, but the code wont make those file types, it also wont do a .h file. I dont think this...

Hey :) I'm trying to create a new FAT16 filesystem like so: ```c fl_init(); // Attach media access functions to library if (fl_attach_media(sd_readsector, sd_writesector) != FAT_INIT_OK) { printf("ERROR: Failed to...

`void ICACHE_FLASH_ATTR list_html() { FL_DIR dir; struct fs_dir_ent de; char *err = NULL; char buff[512]; char spaces[16]; FILE *fp; size_t len, total_len; char *folder = "/html"; if (fl_opendir(folder, &dir)) {...

We detected a potential error that may cause the file system damage when a power outage happens during creating a file or directory. In the current flow in the _create_file()...

fat_write.c:(.text+0x255): undefined reference to `fatfs_entry_lfn_text' fatfs_entry_lfn_text() is still called at fat_write.c:160 even though DFATFS_INC_LFN_SUPPORT=0 and the code for fatfs_entry_lfn_text() is not compiled.