esp-idf/components/freertos/xtensa
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/freertos
port.c
portasm.S
portmacro_priv.h
readme_xtensa.txt
xt_asm_utils.h
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_loadstore_handler.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S
xtensa_vectors.S