feat(fatfs): Added BDL support to FatFS component

This commit is contained in:
Martin Vychodil
2026-03-23 21:41:15 +01:00
parent 6ab1721056
commit 7043fb0d14
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.