esp-idf/components/esp32
Ivan Grokhotkov b936441b9b Startup flow refactoring
This change removes implicit WiFi/BT initialization from startup code.
"main" task is started once essential part of startup code is complete.
This task calls application-provided "int main(void)" function, which can call WiFi/BT init functions if necessary.
2016-09-26 00:50:57 +08:00
..
hwcrypto
include Startup flow refactoring 2016-09-26 00:50:57 +08:00
ld Startup flow refactoring 2016-09-26 00:50:57 +08:00
lib@f6d558367a add btdm_controller 1st 2016-09-22 16:40:31 +08:00
Kconfig Startup flow refactoring 2016-09-26 00:50:57 +08:00
abi.cpp
component.mk components/esp32: move peripheral symbols to separate ld script 2016-09-19 15:05:32 +08:00
cpu_freq.c esp32: wait uart tx finish before cpu freq change 2016-09-21 16:15:42 +08:00
cpu_start.c Startup flow refactoring 2016-09-26 00:50:57 +08:00
event.c
heap_alloc_caps.c components/log: add implementation, update a few components to use it 2016-09-15 00:53:33 +08:00
heap_alloc_caps.h
ipc.c
libhal.a
spiram.h
syscalls.c components/freertos: override per-task __cleanup handler to close stdin, stdout, stderr 2016-09-19 19:28:36 +08:00