esp-idf/components/fatfs
Martin Vychodil b61ea3ba97 Merge branch 'fix/fatfsgen_construct' into 'master'
fix(tools): Fix fatfsgen construct dependency

Closes IDFCI-1891

See merge request espressif/esp-idf!27626
2023-12-05 07:33:47 +08:00
..
diskio refactor(sdmmc): dependency inversion to sdmmc component 2023-11-16 15:37:32 +08:00
fatfs_utils docs: Describe the approach of fatfsgen.py and fatfsparse.py 2023-04-11 09:41:06 +05:30
host_test ci(fatfs): upgrade to Catch2 as a component, enable CI build 2023-11-29 12:38:46 +01:00
port
src Add option to configure FATFS_USE_LABEL in menuconfig 2023-11-11 23:00:08 +00:00
test_apps fix(storage): FATFS WL function formatting wrong partition 2023-11-23 13:54:00 +01:00
test_fatfsgen
vfs fix: esp_vfs_fat_sdcard_format workbuf memory leak 2023-11-29 12:39:15 +01:00
CMakeLists.txt refactor(sdspi): place sdspi driver into a new component 2023-11-20 12:30:03 +08:00
Kconfig fix(storage/fatfs): add missing locks in fatfs wrapper for vfs 2023-11-27 07:47:28 +01:00
fatfsgen.py docs: Describe the approach of fatfsgen.py and fatfsparse.py 2023-04-11 09:41:06 +05:30
fatfsparse.py fix(tools): Fix fatfsgen construct exception type and dependency 2023-12-04 16:38:46 +01:00
project_include.cmake build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES 2023-05-08 15:51:48 +08:00
sbom.yml fix(storage/fatfs): add Organization prefix to originator 2023-12-04 08:16:48 +01:00
wl_fatfsgen.py