Closes https://github.com/espressif/esp-idf/issues/3598
ROM functions. These functions should not be called directly from IDF
applications.
- config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS
- bool "Aborts"
- config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS
- bool "Fails"
- config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED
- bool "Allowed"
+ config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS
+ bool "Aborts"
+ config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS
+ bool "Fails"
+ config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED
+ bool "Allowed"
endchoice
config SPI_FLASH_YIELD_DURING_ERASE
Defines how many ticks will be before returning to continue a erasing.
endmenu
-
-