mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
523aacd413
* 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. |
||
---|---|---|
.. | ||
memory.ld.in | ||
sections.ld.in |