esp-idf/components
Ivan Grokhotkov 37144dfa07 mdns: use binary semaphore instead of mutex when searching
mdns_search_once_t::lock is used to synchronize tasks (taken by one
task and given by the other) so it should not be a mutex.
Convert to semaphore, and rename to indicate its purpose.
2019-03-11 14:40:54 +00:00
..
app_trace Merge branch 'doc/cleanup_apptrace2host_example' into 'master' 2019-02-15 17:06:57 +08:00
app_update build system: include SHA256 hash of ELF file into app_desc structure 2019-02-27 13:30:25 +08:00
asio
aws_iot
bootloader bootloader: Add support efuse component 2019-02-28 07:31:29 +00:00
bootloader_support efuse: Fix to pass CI tests 2019-02-28 07:31:29 +00:00
bt Merge branch 'bugfix/btdm_fix_iOS_and_win10_compatibility_error_for_HID' into 'master' 2019-03-06 14:11:38 +08:00
coap
console
cxx
driver test: temp disable spi master slave mode test 2019-03-10 06:21:37 +00:00
efuse efuse: When Virtual eFuses are enabled, seed the virtual values as part of startup code 2019-03-11 15:20:40 +11:00
esp-tls
esp32 esp32: use binary semaphore instead of mutex in dport tests 2019-03-11 14:40:54 +00:00
esp_adc_cal
esp_event
esp_http_client esp_http_client: add support for using certs from global ca store 2019-02-27 14:19:06 +05:30
esp_http_server esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes 2019-03-05 00:21:03 +05:30
esp_https_ota esp_http_client: add support for using certs from global ca store 2019-02-27 14:19:06 +05:30
esp_https_server https_server : Missing uri_match_fn paramater added to default config 2019-02-25 09:13:39 +00:00
esp_ringbuf
espcoredump esp32: coredump header (fix linker.lf) 2019-03-08 09:49:37 +00:00
esptool_py build system: include SHA256 hash of ELF file into app_desc structure 2019-02-27 13:30:25 +08:00
ethernet
expat
fatfs
freemodbus
freertos freertos: check that mutex is released by owner task 2019-03-11 14:40:54 +00:00
heap
idf_test
jsmn
json
libsodium
log
lwip fix the bug in auto Ip memory leak 2019-03-06 14:44:06 +08:00
mbedtls
mdns mdns: use binary semaphore instead of mutex when searching 2019-03-11 14:40:54 +00:00
micro-ecc
mqtt
newlib VFS: Implement poll() based on select() 2019-02-25 10:34:27 +01:00
nghttp
nvs_flash nvs: add a blob fragmentation test case 2019-02-26 01:58:20 +00:00
openssl
partition_table bootloader: Add support of anti-rollback 2019-02-14 18:51:43 +08:00
protobuf-c
protocomm protocomm : typos fixed and descriptions corrected 2019-02-15 10:45:34 +00:00
pthread pthread: Transform the units of the stack size to the FreeRTOS domain 2019-02-27 12:21:23 +01:00
sdmmc
smartconfig_ack
soc efuse: Fix make/cmake build systems and docs 2019-02-28 07:31:29 +00:00
spi_flash bootloader: Add support of anti-rollback 2019-02-14 18:51:43 +08:00
spiffs
tcp_transport esp_http_client: add support for using certs from global ca store 2019-02-27 14:19:06 +05:30
tcpip_adapter
ulp
unity
vfs VFS: Implement poll() based on select() 2019-02-25 10:34:27 +01:00
wear_levelling
wifi_provisioning wifi_provisioning : context pointer added to wifi_config_t structure and related examples/docs updated 2019-02-15 10:45:34 +00:00
wpa_supplicant
xtensa-debug-module