esp-idf/components
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
..
bootloader bootloader: remove trailing newlines from log messages 2016-09-20 14:18:23 +08:00
bt Startup flow refactoring 2016-09-26 00:50:57 +08:00
driver Remove some macros and declarations that are already in rom/gpio.h 2016-09-21 12:08:42 +08:00
esp32 Startup flow refactoring 2016-09-26 00:50:57 +08:00
esptool_py Merge branch 'master' into feature/esptool_upstream 2016-09-12 18:02:10 +10:00
expat json & expat: Update component.mk after merging from master 2016-09-09 14:07:45 +10:00
freertos Merge branch 'master' into feature/menuconfig_cpu_frequency_option 2016-09-20 17:22:18 +08:00
json json & expat: Update component.mk after merging from master 2016-09-09 14:07:45 +10:00
log components/log: regroup macros for better readability 2016-09-19 08:53:09 +08:00
lwip Merge branch 'feature/lwip_add_debug_code' into 'master' 2016-09-20 17:22:22 +08:00
mbedtls Enable SO_REUSEADDR in LWIP 2016-09-18 16:43:48 +08:00
newlib
nvs_flash
partition_table
spi_flash Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
tcpip_adapter tcpip_adapter: set sta ip to IP_ADDR_ANY when sta disconnect from ap 2016-09-22 11:49:37 +08:00