OVMS3-idf/components
Jiang Jiang Jian d4d162640f Merge branch 'bugfix/dns_bug' into 'master'
LDNS: fix the crash  under static IP address

Closes WIFI-487

See merge request idf/esp-idf!5069
2019-06-14 15:06:05 +08:00
..
app_trace cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
app_update Merge branch 'feature/otatool_parttool_python_api' into 'master' 2019-06-13 10:31:29 +08:00
asio Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
bootloader cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
bootloader_support Merge branch 'bugfix/improve_flash_dio_read_timing' into 'master' 2019-06-14 12:10:46 +08:00
bt Merge branch 'feature/btdm_config_eir' into 'master' 2019-06-13 14:55:23 +08:00
coap components: update with build system changes 2019-05-13 19:59:17 +08:00
console components: update with build system changes 2019-05-13 19:59:17 +08:00
cxx cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
driver can: suppress clang tidy warning about nullptr dereference 2019-06-13 16:23:20 +02:00
efuse all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
esp-tls mbedtls: add config option for setting debug level 2019-06-06 18:28:19 +05:30
esp32 Merge branch 'bugfix/improve_flash_dio_read_timing' into 'master' 2019-06-14 12:10:46 +08:00
esp_adc_cal all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
esp_common Merge branch 'feature/idf_version_header' into 'master' 2019-06-13 09:41:35 +08:00
esp_event Merge branch 'bugfix/malloc_warnings_event_loop' into 'master' 2019-06-13 10:10:26 +08:00
esp_http_client Merge branch 'feature/esp-https-ota-basic-auth' into 'master' 2019-05-10 12:39:14 +08:00
esp_http_server HTTP Server : Close new session immediately if open_fn fails 2019-05-28 08:49:02 +00:00
esp_https_ota esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs 2019-04-29 18:58:07 +05:30
esp_https_server HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
esp_ringbuf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00
esp_rom Merge branch 'bugfix/improve_flash_dio_read_timing' into 'master' 2019-06-14 12:10:46 +08:00
esp_wifi Merge branch 'bugfix/fix_some_wps_bugs' into 'master' 2019-06-12 14:35:52 +08:00
espcoredump all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
esptool_py Rename Kconfig options (components/bootloader) 2019-05-21 09:32:55 +02:00
ethernet all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
expat components: update with build system changes 2019-05-13 19:59:17 +08:00
fatfs Merge branch 'feature/remove_dependency_to_soc' into 'master' 2019-04-18 08:08:41 +08:00
freemodbus all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
freertos cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
heap cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
idf_test Add floating point performance test 2019-05-30 10:09:24 +10:00
jsmn components: update with build system changes 2019-05-13 19:59:17 +08:00
json components: update with build system changes 2019-05-13 19:59:17 +08:00
libsodium component: revert some of the dependency corrections 2019-06-11 18:09:26 +08:00
log Rename Kconfig options (components/bootloader) 2019-05-21 09:32:55 +02:00
lwip lwip:fix bugfix/dns_bug 2019-06-14 03:52:31 +00:00
mbedtls cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
mdns mdns tests: adapt mdns fuzzer test to compile with event loop library 2019-05-27 16:31:25 +02:00
mqtt mqtt: added support for esp event loop, updating examples to register and use event loop handler 2019-06-04 07:41:27 +02:00
newlib cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
nghttp nghttp: move HAVE_CONFIG_H compile definition to component 2019-05-23 18:39:31 +08:00
nvs_flash Added support for NVS iterators 2019-06-10 16:42:39 +02:00
openssl Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
partition_table partition_table,app_update: use config partition table offset 2019-06-11 13:17:14 +08:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm component: revert some of the dependency corrections 2019-06-11 18:09:26 +08:00
pthread Rename Kconfig options (components/pthread) 2019-05-21 09:09:01 +02:00
sdmmc all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
smartconfig_ack cmake: make main a component again 2018-09-11 09:44:12 +08:00
soc esp32: Allow fixed static RAM size and DRAM heap size 2019-06-06 18:23:04 +10:00
spi_flash Merge branch 'bugfix/improve_flash_dio_read_timing' into 'master' 2019-06-14 12:10:46 +08:00
spiffs partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
tcp_transport tcp_transport: fix minor memory leak found by static analyzer 2019-06-10 14:28:42 +02:00
tcpip_adapter ci: added standard set of network suite for lwip as a part of weekend test 2019-06-04 08:27:53 +02:00
ulp cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
unity Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
vfs cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
wear_levelling global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
wifi_provisioning wifi_provisioning : Wi-Fi Provisioning Manager added 2019-06-10 15:13:50 +05:30
wpa_supplicant wps: add overlap event 2019-06-06 13:16:20 +08:00
xtensa cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00