From a06afc8d91c91633bca4f1d95434fe640fe5d72e Mon Sep 17 00:00:00 2001 From: Jiang Guang Ming Date: Mon, 27 Mar 2023 00:29:51 -0700 Subject: [PATCH] doc: remove `esp32h2 or esp32c6: - Flash MMAP driver isn't ready in Chip-ROM` --- .../api-reference/peripherals/spi_flash/spi_flash_idf_vs_rom.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/api-reference/peripherals/spi_flash/spi_flash_idf_vs_rom.rst b/docs/en/api-reference/peripherals/spi_flash/spi_flash_idf_vs_rom.rst index a51d0315d6..6b23d7f140 100644 --- a/docs/en/api-reference/peripherals/spi_flash/spi_flash_idf_vs_rom.rst +++ b/docs/en/api-reference/peripherals/spi_flash/spi_flash_idf_vs_rom.rst @@ -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