mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'feat/generic_partition_bdl_example' into 'master'
feat(storage): Add generic partition BDL example Closes IDF-15980 See merge request espressif/esp-idf!50305
This commit is contained in:
@@ -157,6 +157,11 @@
|
||||
|
||||
.. _blockdev-apis:
|
||||
|
||||
应用示例
|
||||
--------
|
||||
|
||||
- :example:`storage/generic_partition_bdl` 演示了如何仅使用块设备层在运行时对裸块设备进行分区:将 MBR 分区表写入整盘 BDL(SPI flash 数据分区或 SD/eMMC 卡),并在通用分区 BDL 切片上挂载 FATFS 和 LittleFS。
|
||||
|
||||
API 参考
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user