esp-idf/components/fatfs
Martin Vychodil c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition'
All the partition handling API functions and data-types were moved from the 'spi_flash' component to the new one named 'esp_partition'. See Storage 5.x migration guide for more details
2022-11-02 21:54:45 +01:00
..
diskio fatfs: enabled reading sector size and sectors count from boot sector in rawflash 2022-09-29 16:16:36 +02:00
fatfs_utils fatfsgen.py: Support for detection of minimal partition size 2022-09-30 15:20:49 +02:00
port
src
test_apps ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
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 storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
.build-test-rules.yml ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
CMakeLists.txt storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
Kconfig fatfsgen.py: removed unused options in Kconfig 2022-09-30 14:49:20 +02:00
fatfsgen.py fatfsgen.py: Support for detection of minimal partition size 2022-09-30 15:20:49 +02:00
fatfsparse.py fatfsgen.py: omit cluster allocation when the file is empty 2022-09-29 16:18:56 +02: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