docs(esp32p4): added building docs for ESP32-P4

This commit is contained in:
Marius Vikhammer
2023-07-25 12:18:16 +08:00
parent 080087a9a0
commit 27baef2424
28 changed files with 754 additions and 36 deletions

View File

@@ -408,18 +408,21 @@ In some situations, ESP-IDF will temporarily disable access to external SPI Flas
Other Fatal Errors
------------------
Brownout
^^^^^^^^
.. only:: SOC_BOD_SUPPORTED
{IDF_TARGET_NAME} has a built-in brownout detector, which is enabled by default. The brownout detector can trigger a system reset if the supply voltage goes below a safe level. The brownout detector can be configured using :ref:`CONFIG_ESP_BROWNOUT_DET` and :ref:`CONFIG_ESP_BROWNOUT_DET_LVL_SEL` options.
Brownout
^^^^^^^^
When the brownout detector triggers, the following message is printed::
{IDF_TARGET_NAME} has a built-in brownout detector, which is enabled by default. The brownout detector can trigger a system reset if the supply voltage goes below a safe level. The brownout detector can be configured using :ref:`CONFIG_ESP_BROWNOUT_DET` and :ref:`CONFIG_ESP_BROWNOUT_DET_LVL_SEL` options.
Brownout detector was triggered
When the brownout detector triggers, the following message is printed::
The chip is reset after the message is printed.
Brownout detector was triggered
The chip is reset after the message is printed.
Note that if the supply voltage is dropping at a fast rate, only part of the message may be seen on the console.
Note that if the supply voltage is dropping at a fast rate, only part of the message may be seen on the console.
Corrupt Heap
^^^^^^^^^^^^