esp-idf/components
xiehang 8507f1f777 esp_wifi: Fix some WiFi bugs
1. Unlock mutex for esp_wifi_80211_tx when out of memory.
2. Fix issue that esp_wifi_80211_tx can't be used in ap mode.
3. Clear hotspot bss when auth timeout happens.
4. Fix PMK not saved in NVS for SoftAP for PSK mode.
5. Fix the bug for esptouch find hidden AP fail.
6. Fix not connect to open AP when WPA3 auth fail.
7. Fix issue with hidden AP scans after connecting AP.
8. Fix the watchdog issue when receiving action frame.
9. Fix the issue that the parameters obtained form RAM cannot be saved to NVS.
10.Modify not to store the default value in NVS.
11.Delete interface STATIONAP_IF.
12.Modify the _do_wifi_start and _do_wifi_stop parameters to mode.
13.Fixed issue of reason code change from 15 to 204 when provide wrong password.
14.Fix set config return value error.
15.Fix ampdu age timer memory leak.
2021-03-24 03:40:01 +00:00
..
app_trace gcov: Fixes APP CPU syscall table 2020-05-08 03:13:18 +03:00
app_update tools: Redirect some warnings to stderr 2020-12-15 13:16:50 +07:00
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader bootloader: SECURE_ENABLE_SECURE_ROM_DL_MODE cannot be y when SECURE_DISABLE_ROM_DL_MODE=y 2021-02-09 16:34:30 +08:00
bootloader_support spi_flash: add config option to override flash size in bootloader header 2021-02-22 23:18:17 +08:00
bt Merge branch 'bugfix/btdm_assert_without_sw_coex_enable_v4.2' into 'release/v4.2' 2021-03-24 03:23:58 +00:00
cbor
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console vfs: support vfs uart set line endings with specified uart number (release/v4.2) 2020-08-14 16:01:14 +08:00
cxx Revert "CXX: removed exception windowspill test" 2020-09-25 16:29:58 +00:00
driver esp_wifi: Fixes issue of crashing when verbose logs are enabled. 2021-03-23 10:30:32 +05:30
efuse Tools: add Python 2 deprecation warning 2020-12-11 09:14:57 +01:00
esp32 CI: disable performance check for PSRAM config 2021-03-22 11:39:49 +08:00
esp32s2 Merge branch 'bugfix/deep_sleep_stub_heap_rtc_fast_mem_v4.2' into 'release/v4.2' 2021-03-18 04:09:50 +00:00
esp_adc_cal [cxx]: fixed extern "C" declarations 2021-03-15 18:42:19 +08:00
esp_common Merge branch 'bugfix/pm_dump_format_v4.2' into 'release/v4.2' 2021-03-19 04:01:46 +00:00
esp_eth esp_eth: moved extern "C" after includes 2020-09-09 10:19:03 +08:00
esp_event AP_STAIPASSIGNED now passes the IP through 'event_data' 2020-11-16 17:43:51 +08:00
esp_gdbstub Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" 2020-09-17 17:04:48 +00:00
esp_hid esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00
esp_http_client esp_http_client: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:11:20 +05:30
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:16:10 +05:30
esp_https_ota Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 2020-05-07 22:00:27 +02:00
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_ipc esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
esp_local_ctrl esp_local_ctrl: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:10:58 +05:30
esp_netif esp-netif: Fix PPP netif event posting to include esp_netif data 2021-01-04 16:41:25 +01:00
esp_ringbuf freertos: place xQueueGenericCreateStatic into flash 2020-04-22 16:06:13 +08:00
esp_rom flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related https://github.com/espressif/esp-idf/issues/6322, Related https://github.com/espressif/esp-idf/issues/6254 2021-03-11 13:52:28 +08:00
esp_serial_slave_link essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
esp_system components/bt: Shutdown Bluetooth before esp_restart. 2020-12-25 14:06:22 +08:00
esp_timer Merge branch 'refactor/esp_ipc' into 'master' 2020-05-25 15:03:04 +08:00
esp_websocket_client Add options for esp_http_client and esp_websocket_client to support keepalive 2021-01-26 14:09:01 +08:00
esp_wifi esp_wifi: Fix some WiFi bugs 2021-03-24 03:40:01 +00:00
esp-tls esp_tls: Fix misplaced paranthesis in esp_tls_mbedtls.c 2021-03-05 10:06:10 +05:30
espcoredump Bugfix/espcoredump fix error reported for blank partition (Backport v4.2) 2020-07-21 01:05:54 +08:00
esptool_py esptool: Update to v3.0 release version 2020-11-06 17:11:29 +11:00
expat test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
fatfs fatfs: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:08:12 +05:30
freemodbus Merge branch 'bugfix/freemodbus_fix_event_processing_after_destroy_v4.2' into 'release/v4.2' 2021-03-18 04:12:03 +00:00
freertos Merge branch 'bugfix/panic_instr_fetch_prohibited_v4.2' into 'release/v4.2' 2020-12-16 04:09:37 +08:00
heap heap: added alloc failed hook and configuration options 2020-05-04 10:58:38 -03:00
idf_test ci: move auto_test_script to new repo (backport 4.2) 2020-10-24 09:24:38 +08:00
jsmn jsmn: define macros in build system 2019-11-29 18:05:24 +08:00
json cJSON: include only source file objects for cmake build 2020-02-05 11:14:23 +05:30
libsodium test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
log log: correct timestamp formatting to unsigned integer type 2021-03-04 11:54:30 +05:30
lwip lwip: Fixed ping assert reset when ping interval is 0 2021-03-22 03:26:42 +00:00
mbedtls Fix esp_tls: Prevent freeing of global ca store after each connection 2021-03-05 09:55:10 +05:30
mdns mDNS: Fix of text length calculation when detecting a collision 2021-01-15 17:11:14 +04:00
mqtt MQTT: Update submodule reference: config, error handle, minor fixes 2020-11-20 10:24:18 +01:00
newlib Merge branch 'bugfix/adjtime_return_outdelta_before_new_delta_set_v4.2' into 'release/v4.2' 2020-09-25 08:03:11 +08:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash Merge branch 'bugfix/nvs_close_nukes_all_handles_v4.2' into 'release/v4.2' 2021-02-05 10:06:37 +08:00
openssl openssl: made verification mode conversion to mbetls modes more strict 2020-09-17 13:22:36 +02:00
partition_table add file stream parameter and log stdout and stderr to same stream 2020-09-18 10:38:33 +02:00
perfmon test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
protobuf-c
protocomm protocomm: Fixed NULL check of allocated memory 2021-03-05 10:06:18 +05:30
pthread pthread: fix the priority inheritance 2020-11-17 14:48:43 +08:00
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:36:03 +08:00
soc Merge branch 'bugfix/fix_i2s_pdm_config_4.2' into 'release/v4.2' 2021-03-18 04:13:36 +00:00
spi_flash Merge branch 'bugfix/flash_encryption_v4.2' into 'release/v4.2' 2021-03-18 04:09:45 +00:00
spiffs tools: Redirect some warnings to stderr 2020-12-15 13:16:50 +07:00
tcp_transport tcp_transport: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:09:21 +05:30
tcpip_adapter Set default AP handlers in wifi_create_and_start_ap() v4.2 2020-09-15 14:54:46 +08:00
tinyusb usb: removes non-integrated features 2020-07-29 15:50:56 +02:00
ulp Tools: add Python 2 deprecation warning 2020-12-11 09:14:57 +01:00
unity global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
vfs vfs: support vfs uart set line endings with specified uart number (release/v4.2) 2020-08-14 16:01:14 +08:00
wear_levelling test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
wifi_provisioning wifi_provisioning: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:10:36 +05:30
wpa_supplicant wpa_supplicant: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:09:52 +05:30
xtensa Tools: add Python 2 deprecation warning 2020-12-11 09:14:57 +01:00