Merge branch 'docs/update_reference_to_esp32_errata' into 'master'

docs: Update reference to the specific section in ESP32 Errata

Closes DOC-10080

See merge request espressif/esp-idf!42514
This commit is contained in:
Zhang Shu Xian
2025-10-20 17:54:19 +08:00
9 changed files with 10 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ __attribute__((weak)) void bootloader_clock_configure(void)
#if CONFIG_IDF_TARGET_ESP32
/* On ESP32 rev 0, switching to 80/160 MHz if clock was previously set to
* 240 MHz may cause the chip to lock up (see section 3.5 of the errata
* 240 MHz may cause the chip to lock up (see CPU-3.5 of the errata
* document). For rev. 0, switch to 240 instead if it has been enabled
* previously.
*/