Commit Graph

5 Commits

Author SHA1 Message Date
Guillaume Souchere 8706cd6135 feat(esp_system): add linux test for system init function regisration 2026-04-01 11:46:06 +02:00
Marek Fiala 2c814ef2fa feat(tools): Enforce utf-8 encoding with open() function 2024-12-27 17:12:21 +08:00
Ivan Grokhotkov 3577900915 fix(esp_system): sort system init priorities also by filename 2024-08-11 20:21:35 +02:00
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
Ivan Grokhotkov 42654927d5 esp_system: add a script to check the startup priorities 2022-07-12 16:58:14 +02:00