OVMS3-idf/components
David Cermak a47768dc4e mdns: fix crash after init if no memory for task
mdns init first starts timer task, then starts service task. if service task failed to be created, timer task needs to be stopped too.
fixed https://ezredmine.espressif.cn:8765/issues/28466
2019-01-30 08:17:37 +01:00
..
app_trace Check & correct Kconfig files 2019-01-11 13:05:55 +01:00
app_update Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
aws_iot Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
bootloader Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
bootloader_support bootloader: account for load address when mapping cache pages 2019-01-19 14:44:55 +08:00
bt Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
coap cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
console console, ulp: don’t use nested functions 2018-12-06 16:12:47 +08:00
cxx cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
driver Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp-tls Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store 2019-01-14 08:25:56 +00:00
esp32 Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_adc_cal Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_event Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_http_client Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_http_server Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_https_ota cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_https_server https_server : add extern C directive and other minor changes for C++ support 2018-12-31 15:12:42 +05:30
esp_ringbuf Initialized some uninitialized variables in rtc_clk.c and ringbuf.c. 2019-01-23 16:47:23 +05:30
espcoredump components: Correct the Python coding style 2018-12-17 07:52:38 +01:00
esptool_py Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
ethernet ethernet: support new PHY (IP101) 2019-01-29 14:08:35 +08:00
expat cmake: Add support for test build 2018-10-20 12:07:24 +08:00
fatfs Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
freemodbus Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
freertos Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
heap Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
idf_test test: modify the reason code from 204 to 15 in WIFI_CONN_0904 2019-01-15 22:37:49 +08:00
jsmn cmake: make main a component again 2018-09-11 09:44:12 +08:00
json cmake: make main a component again 2018-09-11 09:44:12 +08:00
libsodium Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
log Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
lwip Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
mbedtls Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
mdns mdns: fix crash after init if no memory for task 2019-01-30 08:17:37 +01:00
micro-ecc cmake: make main a component again 2018-09-11 09:44:12 +08:00
mqtt Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
newlib linker: When using section type attributes, create unique sections 2018-12-19 04:42:04 +00:00
nghttp cmake: make main a component again 2018-09-11 09:44:12 +08:00
nvs_flash Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
openssl Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
partition_table Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm Protocomm : Use esp_http_server instead of http_server 2018-10-24 17:32:43 +05:30
pthread Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
sdmmc cmake: Add support for test build 2018-10-20 12:07:24 +08:00
smartconfig_ack cmake: make main a component again 2018-09-11 09:44:12 +08:00
soc Merge branch 'feature/merge_multiple_github_prs' into 'master' 2019-01-24 15:14:47 +08:00
spi_flash Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
spiffs Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
tcp_transport Handle esp_tls_conn_read disconnection in ssl_read. Fixes #2805 2019-01-23 16:47:23 +05:30
tcpip_adapter Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
ulp components: Correct the Python coding style 2018-12-17 07:52:38 +01:00
unity Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
vfs Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
wear_levelling Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
wifi_provisioning Examples : Added provisioning examples, tests and client tool. 2018-10-02 19:07:28 +05:30
wpa_supplicant cmake: Add support for test build 2018-10-20 12:07:24 +08:00
xtensa-debug-module tools: implement linker script generation 2018-11-16 12:42:02 +08:00