mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Merge branch 'feature/spi_flash_enable_counters_on_esp_flash_driver' into 'master'
spi_flash: support SPI_FLASH_ENABLE_COUNTERS on esp_flash driver and test this feature Closes IDF-5623 See merge request espressif/esp-idf!19554
This commit is contained in:
@@ -20,7 +20,7 @@ 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.
|
||||
|
||||
- :ref:`CONFIG_SPI_FLASH_ENABLE_COUNTERS`, enabling this option to collect performance data for ESP-IDF SPI Flash driver APIs.
|
||||
|
||||
Bugfixes Introduced in ESP-IDF but not in Chip-ROM
|
||||
--------------------------------------------------
|
||||
|
Reference in New Issue
Block a user