esp-idf/components
Mahavir Jain 857b34cfd8 Merge branch 'bugfix/softap_prov_cookies_v4.0' into 'release/v4.0'
protocomm_httpd: Use HTTP cookies to track session (v4.0)

See merge request espressif/esp-idf!12267
2021-02-09 16:59:24 +08:00
..
app_trace
app_update tools: Redirect some warnings to stderr 2020-12-15 13:32:49 +07:00
asio
bootloader spi_flash: add config option to enable encrypted partition read/write 2021-01-29 11:45:50 +05:30
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 ble_mesh: stack: Fix deinit server models with no matching id 2021-02-07 11:18:49 +08:00
coap coap: update libcoap to fix its broken submodule pointer 2020-09-14 10:59:52 +05:30
console
cxx toolchain: C++ exception workaround 2020-12-16 09:25:36 +07:00
driver i2c: Acquire PM lock after acquiring mutex 2020-12-30 13:25:21 +05:30
efuse Tools: add Python 2 deprecation warning 2020-12-08 15:46:41 +01:00
esp-tls Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection 2021-01-25 21:01:25 +08:00
esp32 Merge branch 'spi_dma_close_before_cpu_reset_v4.0' into 'release/v4.0' 2021-02-05 00:52:09 +08:00
esp_adc_cal esp_adc_cal: Remove deprecated ADC calibration functions 2019-09-19 18:48:14 +10:00
esp_common esp_pm: fix formatting issues in esp_pm_dump_locks 2021-01-15 12:42:34 +01:00
esp_eth esp_eth: moved extern "C" after includes 2020-11-21 09:37:34 +00:00
esp_event esp_wifi: Update wifi lib 2020-12-01 19:28:56 +08:00
esp_gdbstub gdb: Modify PC in case of invalid PC 2020-07-31 07:40:12 +00:00
esp_http_client Add options for esp_http_client and esp_websocket_client to support keepalive 2021-01-25 21:01:30 +08:00
esp_http_server esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru 2021-01-22 11:17:17 +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_local_ctrl
esp_ringbuf ringbuf: Remove deprecated RingbufferType_t 2019-09-19 18:48:55 +10:00
esp_rom Confirmed bugfix from Baidu Project 2020-12-17 20:35:57 +08:00
esp_websocket_client Add options for esp_http_client and esp_websocket_client to support keepalive 2021-01-25 21:01:30 +08:00
esp_wifi esp_wifi: Update WiFi lib 2021-01-15 03:51:36 +00:00
espcoredump espcoredump: fix error reported for blank partition 2020-07-15 08:30:28 +02:00
esptool_py Changed esptool version to latest v2.x 2020-12-11 13:08:47 +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: fix compilation issue when slave id support is enabled 2021-01-21 18:50:39 +01:00
freertos esp32: Switch SPIRAM stack in esp_restart_noos() to internal stack 2020-12-08 16:55:50 +00: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
json cJSON: include only source file objects for cmake build 2020-02-10 17:32:26 +05:30
libsodium
log esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
lwip esp_wifi: Update WiFi lib 2021-01-15 03:51:36 +00:00
mbedtls mbedtls: upgrade to v2.16.9 release 2021-01-07 11:20:30 +05:30
mdns mDNS: Fix of text length calculation when detecting a collision 2021-01-15 16:53:27 +04:00
mqtt MQTT: Update submodule reference: config, error handle, minor fixes 2020-11-20 10:25:40 +01:00
newlib newlib: Fix UT for adjtime 2020-08-06 20:03:18 +08:00
nghttp
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
protocomm protocomm security1: Restart security session if SESSION_STATE_CMD0 is received 2021-02-05 14:28:45 +05:30
pthread pthread: fix the priority inheritance 2020-11-21 08:21:57 +00:00
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:19:51 +08:00
soc fix compiler warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' 2021-01-19 09:15:52 +11:00
spi_flash spi_flash: add config option to enable encrypted partition read/write 2021-01-29 11:45:50 +05:30
spiffs tools: Redirect some warnings to stderr 2020-12-15 13:32:49 +07:00
tcp_transport Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection 2021-01-25 21:01:25 +08:00
tcpip_adapter esp_wifi: Fix some wifi bugs 1117 2020-12-03 17:49:22 +08:00
ulp Tools: add Python 2 deprecation warning 2020-12-08 15:46:41 +01:00
unity
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
wifi_provisioning wifi_provisioning: Catch the Wi-Fi events even after Connection errors 2020-05-15 13:50:47 +00:00
wpa_supplicant esp_wifi: Add WPS Reason code in all failures 2020-12-23 17:35:06 +08:00
xtensa add CN translation for adding python2 deprecation warning(MR 11115) 2020-12-09 23:50:19 +01:00