You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the issue tracker for similar issues to ensure this is not a duplicate.
Provided a clear description of your suggestion.
Included any relevant context or examples.
Issue or Suggestion Description
Hi. Thanks for releasing this feature.
Just want to test it in my project as I have huge troubles with FAT FS: on some of my devices in the field, I observed large file corruption after the file system unmount\mount(it happens during the device reboots(unmount) and boot-up(mount)).
File size about 1.3 MB. Currently, I'm using ESP-IDF v5.1.4 and can't compile this module:
D:/my_projects/test/managed_components/espressif__esp_jrnl/srcs/fatfs/vfs/vfs_jrnl_fat.c:1514:43: error: unknown type name 'esp_vfs_fat_conf_t' 1514 | esp_err_t vfs_fat_register_cfg_jrnl(const esp_vfs_fat_conf_t* conf, FATFS** out_fs)
It seems like 'esp_vfs_fat_conf_t' was added only in ESP-IDF v5.3. So, this module can work only for ESP-IDF >= v5.3, however in dependencies specified v5.0.
Can you please fix it to really compatible with v5.0?
I'm hoping it will fix my problem with large file corruption. I've been fighting with it for a few days and can't find the solution.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Not compatible with ESP-IDF < 5.3
Not compatible with ESP-IDF < 5.3 (IDFGH-14684)
Feb 19, 2025
Checklist
Issue or Suggestion Description
Hi. Thanks for releasing this feature.
Just want to test it in my project as I have huge troubles with FAT FS: on some of my devices in the field, I observed large file corruption after the file system unmount\mount(it happens during the device reboots(unmount) and boot-up(mount)).
File size about 1.3 MB. Currently, I'm using ESP-IDF v5.1.4 and can't compile this module:
D:/my_projects/test/managed_components/espressif__esp_jrnl/srcs/fatfs/vfs/vfs_jrnl_fat.c:1514:43: error: unknown type name 'esp_vfs_fat_conf_t' 1514 | esp_err_t vfs_fat_register_cfg_jrnl(const esp_vfs_fat_conf_t* conf, FATFS** out_fs)
It seems like 'esp_vfs_fat_conf_t' was added only in ESP-IDF v5.3. So, this module can work only for ESP-IDF >= v5.3, however in dependencies specified v5.0.
Can you please fix it to really compatible with v5.0?
I'm hoping it will fix my problem with large file corruption. I've been fighting with it for a few days and can't find the solution.
The text was updated successfully, but these errors were encountered: