docs: split spi_flash api-reference documents to peripherals folder

This commit is contained in:
Michael (XIAO Xufeng)
2022-11-23 16:48:17 +08:00
parent 8a095a74d4
commit daa4af1b1f
26 changed files with 142 additions and 85 deletions
+2 -1
View File
@@ -295,7 +295,8 @@ See also
--------
* :doc:`Partition Table documentation <../../api-guides/partition-tables>`
* :doc:`Lower-Level SPI Flash/Partition API <../storage/spi_flash>`
* :doc:`Partition API <../storage/partition>`
* :doc:`Lower-Level SPI Flash API <../peripherals/spi_flash/spi_flash>`
* :doc:`ESP HTTPS OTA <esp_https_ota>`
Application Example
+1 -1
View File
@@ -99,7 +99,7 @@ The default timeout period for the TWDT is set using config item :ref:`CONFIG_ES
- Increase :ref:`CONFIG_ESP_TASK_WDT_TIMEOUT_S` in menuconfig for a larger watchdog timeout period.
- You can also call :cpp:func:`esp_task_wdt_init` to increase the watchdog timeout period before erasing a large flash area.
For more information, you can refer to :doc:`SPI Flash <../storage/spi_flash>`.
For more information, you can refer to :doc:`SPI Flash <../peripherals/spi_flash/spi_flash>`.
The following config options control TWDT configuration. They are all enabled by default: