esp-idf/components/fatfs
Sonika Rathi b31b68fc68 bugfix: fix for fatfs "open("xx",O_CREAT|O_WRONLY,0666)" call failure
fatfs 'open' with only O_CREAT flag fails to creat new file

Closes https://github.com/espressif/esp-idf/issues/1817
2023-04-18 09:57:44 +05:30
..
diskio fatfs: enabled reading sector size and sectors count from boot sector in rawflash 2022-09-29 16:16:36 +02:00
fatfs_utils docs: Describe the approach of fatfsgen.py and fatfsparse.py 2023-04-11 09:41:06 +05:30
port fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
src fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
test_apps bugfix: fix for fatfs "open("xx",O_CREAT|O_WRONLY,0666)" call failure 2023-04-18 09:57:44 +05:30
test_fatfs_host Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
test_fatfsgen fatfs: add test coverage and comments to the fatfsgen.py related code 2022-09-27 12:14:32 +02:00
vfs bugfix: fix for fatfs "open("xx",O_CREAT|O_WRONLY,0666)" call failure 2023-04-18 09:57:44 +05:30
.build-test-rules.yml sdspi: h2 support 2023-02-27 14:39:06 +08:00
CMakeLists.txt storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
fatfsgen.py docs: Describe the approach of fatfsgen.py and fatfsparse.py 2023-04-11 09:41:06 +05:30
fatfsparse.py fatfsgen.py: omit cluster allocation when the file is empty 2022-09-29 16:18:56 +02:00
Kconfig fatfs: fstat - enable setting a custom preferred block size 2023-03-08 09:09:47 +01:00
project_include.cmake fatfsgen.py: removed unused options in Kconfig 2022-09-30 14:49:20 +02:00
wl_fatfsgen.py fatfs: enabled reading sector size and sectors count from boot sector in rawflash 2022-09-29 16:16:36 +02:00