esp-idf/components/esp_system/port
Ivan Grokhotkov 75c92c3a66
refactor(startup): implement registration of core init functions
Similar to how the secondary init functions were already registered
via ESP_SYSTEM_INIT_FN, do the same for the core init functions.
This MR doesn't actually move the init functions into respective
components yet. This has to be carefully done in follow-up MRs.
2023-11-27 10:20:51 +01:00
..
arch change(freertos/idf): Deprecate some FreeRTOS IDF addition functions 2023-11-03 14:54:06 +01:00
include feat(esp_system): Support IPC_ISR for ESP32P4 2023-09-15 23:38:12 +08:00
soc Merge branch 'feature/reinitialize_icg_map_in_modem_module_enable' into 'master' 2023-11-23 11:55:34 +08:00
brownout.c BOD: Bringup for ESP32C6 2023-01-10 10:37:30 +08:00
CMakeLists.txt feat(wdt): add multicore support for WDTs on RISCV 2023-10-23 18:26:08 +08:00
cpu_start.c fix(ram_app): Fixed issue ram_app can't use the SPI Flash 2023-11-01 02:01:45 +08:00
esp_ipc_isr.c feat(esp_system): Support IPC_ISR for ESP32P4 2023-09-15 23:38:12 +08:00
esp_system_chip.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
esp_system_linux.c heap: add linux target support 2022-12-06 10:49:59 +08:00
panic_handler.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
usb_console.c refactor(startup): implement registration of core init functions 2023-11-27 10:20:51 +01:00