doc: remove esp32h2 or esp32c6: - Flash MMAP driver isn't ready in Chip-ROM

This commit is contained in:
Jiang Guang Ming
2023-03-27 00:29:51 -07:00
parent e8e58f57a8
commit a06afc8d91

View File

@@ -20,7 +20,6 @@ Feature Supported by ESP-IDF but not in Chip-ROM
- :ref:`CONFIG_SPI_FLASH_LOG_FAILED_WRITE`, enabling this option will print the bad writing.
- :ref:`CONFIG_SPI_FLASH_WARN_SETTING_ZERO_TO_ONE`, enabling this option will check if you're writing zero to one.
- :ref:`CONFIG_SPI_FLASH_DANGEROUS_WRITE`, enabling this option will check for flash programming to certain protected regions like bootloader, partition table or application itself.
:esp32h2 or esp32c6: - Flash MMAP driver isn't ready in Chip-ROM.
Bugfixes Introduced in ESP-IDF but not in Chip-ROM