Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with ESP-IDF < 5.3 (IDFGH-14684) #1

Open
3 tasks done
InterfacerCompany opened this issue Feb 19, 2025 · 0 comments
Open
3 tasks done

Not compatible with ESP-IDF < 5.3 (IDFGH-14684) #1

InterfacerCompany opened this issue Feb 19, 2025 · 0 comments
Assignees
Labels
Status: Opened Issue is new

Comments

@InterfacerCompany
Copy link

Checklist

  • 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.

@github-actions github-actions bot changed the title Not compatible with ESP-IDF < 5.3 Not compatible with ESP-IDF < 5.3 (IDFGH-14684) Feb 19, 2025
@espressif-bot espressif-bot added the Status: Opened Issue is new label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants