esp-idf/components
Jiang Jiang Jian b0ffa66039 Merge branch 'mesh/bugfix_1023_backport_v4.0' into 'release/v4.0'
esp_wifi_mesh: update wifi mesh libs(Backport v4.0)

See merge request espressif/esp-idf!11083
2020-11-16 19:33:47 +08:00
..
app_trace gcov_example: Adds cmake target to generate report 2019-07-05 12:44:35 +00:00
app_update app_update: fix test failure for get_app_elf_sha256 test 2020-04-15 21:13:21 +08:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader secure boot: Ensure mbedTLS enables ECDSA if signatures are checked in app 2020-04-01 16:42:41 +11:00
bootloader_support Merge branch 'bugfix/returns_correct_flash_encryption_mode_v4.0' into 'release/v4.0' 2020-11-11 10:43:25 +08:00
bt Merge branch 'bugfix/nimble_host_rcv_pkt_length_check_v4.0' into 'release/v4.0' 2020-11-12 14:20:29 +08:00
coap coap: update libcoap to fix its broken submodule pointer 2020-09-14 10:59:52 +05:30
console cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
cxx CXX: make __attribute__((init_priority(n))) work 2020-09-04 19:01:20 +08:00
driver Merge branch 'bugfix/mcpwm_period_error_v4.0' into 'release/v4.0' 2020-11-11 15:07:33 +08:00
efuse add soft solution for esp32 eco3 live lock issue 2020-07-10 02:14:47 +00:00
esp32 Merge branch 'gdb/bt_on_invalid_pc_v4.0' into 'release/v4.0' 2020-11-09 16:48:46 +08:00
esp_adc_cal esp_adc_cal: Remove deprecated ADC calibration functions 2019-09-19 18:48:14 +10:00
esp_common Merge branch 'bugfix/esp_idf_version_v4.0' into 'release/v4.0' 2020-11-05 12:44:50 +08:00
esp_eth ethernet: support power on timeout 2020-08-20 10:57:42 +08:00
esp_event esp_event: remove extra line from source file 2020-03-22 21:46:07 +08:00
esp_gdbstub gdb: Modify PC in case of invalid PC 2020-07-31 07:40:12 +00:00
esp_http_client esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails 2020-07-08 09:57:42 +05:30
esp_http_server esp_http_server: Update LRU counter on accepting a new connection 2020-06-26 19:25:15 +05:30
esp_https_ota esp_https_ota.c: Add fix to return failure if (-1) is returned from esp_http_client_read 2020-07-08 09:57:43 +05:30
esp_https_server esp_https_server: Add support for esp-tls server APIs 2019-06-25 23:43:35 +00:00
esp_local_ctrl cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files 2019-07-05 18:20:15 +05:30
esp_ringbuf ringbuf: Remove deprecated RingbufferType_t 2019-09-19 18:48:55 +10:00
esp_rom component/bt: add connect parameter, fix instant reverse, fix tx default octets, fix assert(1024,0), fix assert(512,0) 2020-07-24 12:05:29 +08:00
esp_websocket_client Websocket client: avoid deadlock if stop called from event handler 2020-09-01 15:43:49 +08:00
esp_wifi esp_wifi_mesh: update wifi mesh libs 2020-11-05 23:54:45 +08:00
esp-tls esp-tls: enable TLS renegotiation using explicit API call 2020-07-13 15:56:00 +05:30
espcoredump espcoredump: fix error reported for blank partition 2020-07-15 08:30:28 +02:00
esptool_py tools: Fix flashing encrypted binaries from IDF Monitor 2020-03-27 10:31:37 +01:00
expat expat: Update library from 2.2.5 to 2.2.9 2019-12-05 09:17:39 +01:00
fatfs Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() 2019-10-18 10:27:37 +02:00
freemodbus freemodbus: add comments for limitation in current version of freemodbus 2020-06-08 08:39:49 +02:00
freertos Add fixes for gcc8 psram fix improvement 2020-07-14 14:04:53 +07:00
heap Merge branch 'bugfix/heap_psram_fill_v4.0' into 'release/v4.0' 2020-05-29 12:43:45 +08:00
idf_test test: move auto test script to new repo (backport) 2020-10-24 09:25:33 +08:00
jsmn components: use new component registration api 2019-06-21 19:53:29 +08:00
json cJSON: include only source file objects for cmake build 2020-02-10 17:32:26 +05:30
libsodium cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
log esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
lwip lwip: provide configuration option to enable TCP ISN hook 2020-11-02 14:30:43 +05:30
mbedtls mbedtls: update to mbedtls release v2.16.7 2020-08-03 15:50:34 +05:30
mdns Merge branch 'bugfix/mdns_deinit_event_crash_v4.0' into 'release/v4.0' 2020-01-09 13:02:28 +08:00
mqtt MQTT: Update submodule reference 2020-09-01 16:03:20 +08:00
newlib newlib: Fix UT for adjtime 2020-08-06 20:03:18 +08:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash NVS Flash: prevent erasing initialized partition 2020-09-08 19:30:06 +08:00
openssl openssl: made verification mode conversion to mbetls modes more strict 2020-09-17 14:38:15 +02:00
partition_table add file stream parameter and log stdout and stderr to same stream 2020-09-18 10:39:40 +02:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm BLE provisioning: Add check for valid ble read offset 2020-07-22 19:42:09 +05:30
pthread pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 2020-05-12 10:35:47 +05:30
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:19:51 +08:00
soc Merge branch 'bugfix/customer_baidu_psram_stack_backtrace_v4.0' into 'release/v4.0' 2020-11-12 21:00:36 +08:00
spi_flash Merge branch 'bugfix/customer_baidu_psram_stack_backtrace_v4.0' into 'release/v4.0' 2020-11-12 21:00:36 +08:00
spiffs spiffs: fix build issue on clean project 2019-11-11 18:11:12 +08:00
tcp_transport ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:11:44 +00:00
tcpip_adapter esp_netif: initialize TCP ISN hook if enabled in configuration 2020-11-02 14:30:43 +05:30
ulp ulp: fix ULP assembler version detection for localized systems 2020-09-10 09:36:03 +02:00
unity cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
vfs vfs: support vfs uart set line endings with specified uart number (release/v4.0) 2020-08-14 15:39:39 +08:00
wear_levelling global: update note in the partition tables 2019-07-27 10:28:16 +02:00
wifi_provisioning wifi_provisioning: Catch the Wi-Fi events even after Connection errors 2020-05-15 13:50:47 +00:00
wpa_supplicant wpa_supplicant: Fix failure to link under some circumstances 2020-10-26 15:13:12 +11:00
xtensa cmake: some formatting fixes 2019-06-21 19:53:29 +08:00