esp-idf/components/esp_system/port
Armando bb51330aa6 bugfix(cpu_start): check c3 efuse error log on ram app condition
Prior to this commit, esp_efuse_check_errors() is only called when it's
2nd stage btld app.

This commit moves this error check so under all conditions (including
ram app, pure ram app) will check this efuse error
2024-05-23 15:56:08 +08:00
..
arch esp_system: Fix a race-condition in esp_ipc_isr (in QEMU env) 2023-06-13 08:10:00 +00:00
include compiler: replaced noreturn by __noreturn__ in header files 2023-05-18 12:49:40 +08:00
soc fix(esp_system): increase 26Mhz esp32c2 slow clock calibration timeout watchdog threshold 2024-04-30 11:47:18 +08:00
brownout.c fix(bod): Reset brownout in configuration to avoid RF cannot be enabled again 2023-12-07 10:33:58 +08:00
CMakeLists.txt esp_system: usb_console support for ESP32-S3 2023-11-21 17:33:30 +01:00
cpu_start.c bugfix(cpu_start): check c3 efuse error log on ram app condition 2024-05-23 15:56:08 +08:00
esp_system_chip.c spi_flash: Allow clock frequency up to 64M, and make it default on ESP32H2 2023-03-10 11:39:53 +08:00
esp_system_linux.c heap: add linux target support 2022-12-06 10:49:59 +08:00
panic_handler.c memprot: move memprot functions out of IRAM 2023-03-17 14:51:20 +08:00
usb_console.c esp_system: usb_console support for ESP32-S3 2023-11-21 17:33:30 +01:00