Merge branch 'feature/fatfs_bdl' into 'master'

feat(fatfs): Add BDL support to FatFS component

Closes IDF-13492

See merge request espressif/esp-idf!46864
This commit is contained in:
Martin Vychodil
2026-04-07 17:49:25 +08:00
32 changed files with 1438 additions and 7 deletions
+2
View File
@@ -87,6 +87,8 @@ Examples
- Demonstrates the capabilities of Python-based tooling for FATFS images available on host computers.
* - :example:`ext_flash_fatfs <storage/fatfs/ext_flash>`
- Demonstrates using FATFS over wear leveling on external flash.
* - :example:`bdl_wl <storage/fatfs/bdl_wl>`
- Demonstrates using FATFS over BDL wear-levelling stack on internal flash.
* - :example:`wear_leveling <storage/wear_levelling>`
- Demonstrates using FATFS over wear leveling on internal flash.