OVMS3-idf/components/esp_system
Renz Bagaporo 98dc1b0188 esp_system: introduce intermediary function to call after system init
This MR uses an intermediary function `start_app` to call after system
initialization instead of `app_main`.

In RTOS builds, freertos provides `start_app` and calls `app_main`.
In non-RTOS builds, user provides `start_app` directly.
2020-06-19 18:40:10 +10:00
..
include esp_system: restore order of some init functions 2020-06-19 18:40:10 +10:00
port esp_system: fix various review issues 2020-06-19 18:40:10 +10:00
private_include esp_system: restore order of some init functions 2020-06-19 18:40:10 +10:00
CMakeLists.txt esp_system: introduce intermediary function to call after system init 2020-06-19 18:40:10 +10:00
component.mk esp_system: share abort panic with port layer 2020-03-10 19:56:24 +08:00
Kconfig esp_system: introduce single core mode proxy config 2020-06-19 18:40:10 +10: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: introduce intermediary function to call after system init 2020-06-19 18:40:10 +10:00
system_api.c esp_system: remove duplicated esp_digital_reset function 2020-05-04 10:13:14 +00:00