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
dbg_stubs.h
eh_frame_parser.h
esp_int_wdt.h
esp_ipc_isr.h
panic_internal.h
startup_internal.h esp_system: allow defining priorities for startup functions 2022-07-12 16:58:14 +02:00
system_internal.h
usb_console.h