esp-idf/components/esp_system/include/esp_private
Ivan Grokhotkov 523aacd413
esp_system: allow defining priorities for startup functions
* Some components have initialization dependencies. To account for
  them, simple numeric priority values are introduced.
* esp_system_init_fn_array moved into Flash from DRAM
* System init functions defined using ESP_SYSTEM_INIT_FN now return
  an error code. This enables simpler and more consistent error
  handling in the init functions. Returning an error from an init
  function is now a valid approach — the startup code will print
  an error and abort.
2022-07-12 16:58:14 +02:00
..
crosscore_int.h This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
dbg_stubs.h gcov: add stub table size entry 2021-08-20 15:00:55 +08:00
eh_frame_parser.h esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
esp_int_wdt.h esp_system: Tidy up INT WDT 2022-05-18 20:12:25 +08:00
esp_ipc_isr.h esp_system: ipc_isr does not use its own initialization task, it is done from ipc_task() 2022-01-13 21:28:08 +08:00
panic_internal.h esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
startup_internal.h esp_system: allow defining priorities for startup functions 2022-07-12 16:58:14 +02:00
system_internal.h esp_system, esp_timer: fix time function description 2021-03-25 15:47:19 +08:00
usb_console.h esp32s2: add internal usb_console API 2020-06-26 15:38:49 +02:00