mirror of
https://github.com/espressif/esp-idf.git
synced 2026-02-09 04:50:31 -05:00
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.