esp-idf/components/esp_system/include/esp_private
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
..
critical_section.h feat(esp_system): base support on p4 2023-07-25 05:59:10 +00:00
crosscore_int.h esp32h4: removed esp32h4 related codes 2023-04-23 12:03:07 +00:00
dbg_stubs.h gcov: add stub table size entry 2021-08-20 15:00:55 +08:00
eh_frame_parser.h System: implement libunwind library for RISC-V backtracing 2023-05-15 11:19:03 +08:00
esp_int_wdt.h wdt: add support for H2 2023-02-23 11:22:51 +08:00
esp_ipc_isr.h feat(esp_system): Support IPC_ISR for ESP32P4 2023-09-15 23:38:12 +08:00
esp_task_wdt_impl.h TWDT: refactor the TWDT to be driver agnostic 2022-09-15 14:37:59 +08:00
esp_task_wdt.h TWDT: the Kconfig option ESP_TASK_WDT_EN is now used to enable Task Watchdog 2022-09-15 14:37:59 +08:00
panic_internal.h fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled 2023-09-12 16:30:42 +08:00
startup_internal.h refactor(startup): implement registration of core init functions 2023-11-27 10:20:51 +01:00
system_internal.h System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
usb_console.h esp_system: usb_console support for ESP32-S3 2023-04-12 11:17:41 +02:00