OVMS3-idf/components/esp_system
Renz Christian Bagaporo c53ad56515 esp_system: startup flow modifications
Changes the startup flow to the ff:

hardware -> core libraries init  -> other libraries init -> os
init (optional) -> app_main

- hardware init resides in the port layer, and is the entry point

- core libraries init executes init functions of core components

- other libraries init executes init functions of other components (weak
references)

- after other lib is init, the app_main function is called, however,

 an OS can wrap the real call to app_main to init its own stuff, and
 *then* call the real app_main
2020-06-19 18:40:09 +10:00
..
include Merge branch 'bugfix/customer_baidu_int_wdt_master' into 'master' 2020-06-17 11:53:25 +08:00
port esp_system: startup flow modifications 2020-06-19 18:40:09 +10:00
private_include esp_system: startup flow modifications 2020-06-19 18:40:09 +10:00
CMakeLists.txt esp_system: startup flow modifications 2020-06-19 18:40:09 +10:00
component.mk esp_system: share abort panic with port layer 2020-03-10 19:56:24 +08:00
Kconfig esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
linker.lf esp_system, esp_common: fixes to some panic handler refactor issues 2020-04-24 16:34:15 +08:00
panic.c esp_system: restore weak esp_reset_reason functions 2020-05-04 10:13:14 +00:00
sdkconfig.rename esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
startup.c esp_system: startup flow modifications 2020-06-19 18:40:09 +10:00
system_api.c esp_system: remove duplicated esp_digital_reset function 2020-05-04 10:13:14 +00:00