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
@@ -87,6 +87,8 @@
- 演示了在主机上使用 Python 工具生成 FATFS 镜像的相关功能。
* - :example:`ext_flash_fatfs <storage/fatfs/ext_flash>`
- 演示了在外部 flash 上使用带有磨损均衡功能的 FATFS。
* - :example:`bdl_wl <storage/fatfs/bdl_wl>`
- 演示了在内部 flash 上通过 BDL 磨损均衡堆栈使用 FATFS。
* - :example:`wear_leveling <storage/wear_levelling>`
- 演示了在内部 flash 上使用带有磨损均衡功能的 FATFS。