esp-idf/components/esp_system/port
Aditya Patwardhan d1c47835a2 fix(security): Fixed flash encryption for esp32p4
The flash encryption on esp32p4 was broken due to some code related
    to key manager not being executed when key manager support was
    disabled on esp32p4 target.
    This commit fixes that behaviour
    Additionally, the atomic env enablement for
    key_mgr_ll_enable_peripheral_clock was fixed.
2024-09-02 14:00:55 +08:00
..
arch fix(system): fixed broken backtrace from wdt when using eh-frame 2024-08-27 16:56:17 +08:00
include fix(esp_security): keep esp_security as private dependency for esp_hw_support 2024-08-20 12:35:22 +08:00
soc feat(brownout): Add brownout detector support on esp32c61 2024-08-22 11:26:30 +08:00
brownout.c feat(brownout): Add brownout detector support on esp32c61 2024-08-22 11:26:30 +08:00
CMakeLists.txt change(image): move image_process driver from bootloader_support to esp_system 2024-05-22 15:56:07 +08:00
cpu_start.c fix(security): Fixed flash encryption for esp32p4 2024-09-02 14:00:55 +08:00
esp_ipc_isr.c feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
esp_system_chip.c refactor(system): removed esp_system from astyle ignore list and reformated it 2024-01-30 15:17:15 +08:00
esp_system_linux.c refactor(system): removed esp_system from astyle ignore list and reformated it 2024-01-30 15:17:15 +08:00
image_process.c fix(esp_system): fixed not necessary public require to bootloader_support 2024-06-12 12:13:06 +08:00
panic_handler.c feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU 2024-04-30 15:20:58 +03:00
usb_console.c refactor(system): removed esp_system from astyle ignore list and reformated it 2024-01-30 15:17:15 +08:00