esp-idf/components/pthread
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 esp_system: startup flow modifications 2020-06-19 18:40:09 +10:00
test
CMakeLists.txt
Kconfig
component.mk
pthread.c
pthread_cond_var.c
pthread_internal.h
pthread_local_storage.c
sdkconfig.rename