aleks
6eb6745a59
ci: temporarily disable RS485 related tests
2020-07-13 07:38:48 +02:00
Jiang Jiang Jian
a5c8cdd30e
Merge branch 'bugfix/beacon_security_downgrade_v3.2' into 'release/v3.2'
...
Avoid parsing RSN/WPA IE's after connection (Backport v3.2)
See merge request espressif/esp-idf!9347
2020-07-03 14:00:05 +08:00
Island
39e1cd4d74
Merge branch 'bugfix/blufi_buffer_overflow_report_v3.2' into 'release/v3.2'
...
blufi: When the format of the received data packet is wrong, reply with an error response(backport 3.2)
See merge request espressif/esp-idf!9197
2020-07-03 10:42:12 +08:00
Mahavir Jain
dc237e205a
Merge branch 'bugfix/http_server_lru_v3.2' into 'release/v3.2'
...
esp_http_server: Update LRU counter on accepting a new connection (v3.2)
See merge request espressif/esp-idf!9354
2020-07-02 15:37:46 +08:00
Nachiket Kukade
231773b28a
esp_wifi: Update wifi lib
...
1. Avoid parsing RSN/WPA IE's after connection
2. Remove AUTH_CHANGED reason code logic
2020-07-02 06:37:13 +00:00
Jiang Jiang Jian
2ce9add5ba
Merge branch 'bugfix/config_btu_stack_size_by_menuconfig_v3.2' into 'release/v3.2'
...
components/bt: Config BTU stack size by menuconifg
See merge request espressif/esp-idf!9385
2020-07-01 16:34:51 +08:00
baohongde
56019e2c9d
components/bt: Config BTU stack size by menuconifg
2020-06-29 21:22:16 +08:00
Shubham Kulkarni
86c18a8e05
esp_http_server: Update LRU counter on accepting a new connection
...
Closes https://github.com/espressif/esp-idf/issues/3851
2020-06-26 19:26:07 +05:30
Jiang Jiang Jian
89bf6c2799
Merge branch 'bugfix/btdm_ble_assert_64_0_v3.2' into 'release/v3.2'
...
components/bt: Fix ble assert(64, 0)
See merge request espressif/esp-idf!8921
2020-06-24 17:17:56 +08:00
Jiang Jiang Jian
26cad6beaa
Merge branch 'bugfix/att_buffer_count_fixed_v3.2' into 'release/v3.2'
...
Bugfix/att buffer count fixed v3.2
See merge request espressif/esp-idf!9163
2020-06-24 17:17:26 +08:00
baohongde
a915420eec
components/bt: Fix ble assert(64, 0)
2020-06-17 06:06:52 +00:00
Mahavir Jain
1503a8951e
Merge branch 'bugfix/httpd_lru_purge_v3.2' into 'release/v3.2'
...
esp_http_server: Fixed a bug which could cause issues with LRU purge (v3.2)
See merge request espressif/esp-idf!8835
2020-06-17 13:31:01 +08:00
wangcheng
ee79ef9ba1
blufi: When the format of the received data packet is wrong, reply with an error response
2020-06-17 12:31:15 +08:00
Jiang Jiang Jian
1cd415dfc1
Merge branch 'bugfix/authmode_degrade_fix_v3.2' into 'release/v3.2'
...
esp_wifi: Remove auth_changed event and fix wpa2_ent authmode threshold(backport v3.2)
See merge request espressif/esp-idf!9086
2020-06-15 23:20:13 +08:00
wangcheng
637090410b
components/bt:Fixed the problem of incomplete data packets caused by disordered acl data packets
2020-06-13 15:33:36 +08:00
wangcheng
0df77d5a69
components/bt: Consider link_xmit_data_q in congest events to prevent excessive memory usage
2020-06-13 15:33:28 +08:00
Jiang Jiang Jian
e5dde19f74
Merge branch 'bugfix/modify_TCP_MSS_range_v3.2' into 'release/v3.2'
...
Change the default value of TCP_MSS (backport v3.2)
See merge request espressif/esp-idf!9049
2020-06-08 11:16:55 +08:00
kapil.gupta
4de12b3c0c
esp_wifi: Remove auth_changed event and fix wpa2 authmode threshold
2020-06-07 11:25:50 +05:30
Piyush Shah
eb39527318
esp_http_server: Fixed a bug which could cause issues with LRU purge
...
LRU counter should be started from 1, and not 0, so that all checks
work fine.
Closes https://github.com/espressif/esp-idf/issues/4753
2020-06-05 20:32:01 +00:00
xiehang
0a08a35962
Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]
2020-06-04 12:02:40 +08:00
He Yin Ling
d15f2629b0
Merge branch 'bugfix/ci_push_to_github_on_label_v3.2' into 'release/v3.2'
...
ci: Don't push to Github or deploy docs on customized pipelines (v3.2)
See merge request espressif/esp-idf!8940
2020-05-27 18:42:35 +08:00
Angus Gratton
f66312d41c
ci: Don't push to Github or deploy docs on customized pipelines
...
BOT_TRIGGER_WITH_LABEL must be empty (meaning all tests are running).
2020-05-27 19:08:52 +10:00
David Čermák
c55901bf02
Merge branch 'bugfix/ws_client_fragmented_send_v3.2' into 'release/v3.2'
...
ws_client: fix fragmented send setting proper opcodes (v3.2)
See merge request espressif/esp-idf!8693
2020-05-25 17:50:55 +08:00
Michael (XIAO Xufeng)
75ebfacd28
Merge branch 'bugfix/mcpwm_period_error_v3.2' into 'release/v3.2'
...
bugfix(mcpwm_period_error): fix the issue of wrong period (backport v3.2)
See merge request espressif/esp-idf!7188
2020-05-25 15:36:11 +08:00
Jiang Jiang Jian
8e74a471ea
Merge branch 'bugfix/fix_some_wifi_bugs_0427_v3.2' into 'release/v3.2'
...
Bugfix/fix some wifi bugs 0427 (v3.2)
See merge request espressif/esp-idf!8575
2020-05-22 22:00:31 +08:00
Jiang Jiang Jian
caf889f04d
Merge branch 'bufix/fix_v3.2_bluedroid_bugs_mr' into 'release/v3.2'
...
component/bt: fix notify malloc failed , fix no BLE_AUTH_CMPL_EVT and fix bluedroid btc deinit crash(backport 3.2)
See merge request espressif/esp-idf!8753
2020-05-22 21:16:41 +08:00
David Cermak
af839f371f
ws_client: fix fragmented send setting proper opcodes
...
Previous implementation violated the RFC by having both the actual opcode and WS_FIN flag set for all fragments of a message.
Fixed by setting the opcode only for the first fragment and WS_FIN for the last one
Closes IDFGH-2938
Closes https://github.com/espressif/esp-idf/issues/4974
2020-05-22 06:18:13 +00:00
Jiang Jiang Jian
2ebd93e1d2
Merge branch 'bugfix/wps_config_method_war' into 'release/v3.2'
...
wpa_supplicant: WPS Inter operatability Fixes
See merge request espressif/esp-idf!8589
2020-05-22 01:07:18 +08:00
zhangyanjiao
caff697a3d
wifi changes:
...
Zhang Yan Jiao authored 2 weeks ago
1. fix the bug for softAP update second channel wrong
2. change wifi_scan_time_t from union to struct
3. query country code wrong when policy change from manual to auto
4. fix the crash issue when fetch peer after delete the cur_peer
5. fix the timeout issue of EAPOL four-way handshake
2020-05-20 17:40:01 +08:00
zhangyanjiao
fe1969dd3b
esp_wifi:Add softap example channel configuration
2020-05-20 11:22:38 +08:00
Jiang Jiang Jian
0fd913708c
Merge branch 'bugfix/fix_switch_channel_without_discon_issue_v3.2' into 'release/v3.2'
...
esp_wifi: Fix AP switch to adjacent channel without disconnect (backport v3.2)
See merge request espressif/esp-idf!8769
2020-05-18 22:27:04 +08:00
zwj
c14e7c3360
:add congest direct callback and modify congest evt triger threshold
2020-05-15 16:09:53 +08:00
wangcheng
38d9958c11
master missing BLE_AUTH_CMPL_EVT after restart
2020-05-15 16:09:15 +08:00
wangcheng
026cec78e9
fix bta_dm_deinit_cb
2020-05-15 16:09:15 +08:00
xiehang
5c25689f7f
esp_wifi: Fix AP switch to adjacent channel without disconnect
2020-05-15 14:31:40 +08:00
Angus Gratton
5895ecff50
Merge branch 'bugfix/fix_spi_flash_clock_config_error_v3.2' into 'release/v3.2'
...
flash: fix spi flash clock config error (backport v3.2)
See merge request espressif/esp-idf!8516
2020-05-13 15:32:35 +08:00
kapil.gupta
90de9f4942
wpa_supplicant: WPS Inter operatability Fixes
...
Add WPS IOT fixes under config option
Current fixes under this flag.
1. Allow NULL-padded WPS attributes.
2. Bypass WPS-Config method validation
2020-05-11 14:02:39 +05:30
Nachiket Kukade
f27b37a4f0
wpa_supplicant: Allow NULL-padded WPS attributes
...
Some AP's keep NULL-padding at the end of some variable length WPS
Attributes. This is not as par the WPS2.0 specs, but to avoid interop
issues, ignore the padding by reducing the attribute length by 1.
2020-05-11 09:29:51 +05:30
Michael (XIAO Xufeng)
e24b875621
Merge branch 'bugfix/timer_group_intr_enable_v3.2' into 'release/v3.2'
...
Fix timer group intr enable (backport v3.2)
See merge request espressif/esp-idf!8532
2020-05-08 14:59:54 +08:00
David Čermák
0b56e9d8b3
Merge branch 'feature/config_mqtt_task_prio_v3.2' into 'release/v3.2'
...
esp_mqtt: configure task priority, esp_mqtt_abort_connection race condition, clenaup logs and docs (v3.2)
See merge request espressif/esp-idf!8478
2020-05-06 16:17:51 +08:00
David Cermak
13c40b53d1
mqtt: clenaup logs and docs, esp_mqtt_abort_connection race condition
...
esp_mqtt_abort_connection: Fixed an issue which could result in a race condition and subsequent crash
esp_mqtt: Change an error print to use ESP_LOGE instead of ESP_LOGI
Move Sending MQTT connect message log from Info to Debug level
docs: Makes clear that publish API could block
Change the message printed after MQTT connection failure
2020-05-04 08:09:57 +02:00
Chen Zheng Wei
65f012d612
mcpwm: fix the issue of wrong period (backport v3.2)
2020-04-28 21:40:17 +08:00
morris
ec50038f84
timer_group: fix intr_enable
...
timer group interrupt enable is controled by level_int_ena instead of int_ena
Closes https://github.com/espressif/esp-idf/issues/5103
2020-04-28 12:43:12 +08:00
dowster
eee46733f0
Fix typo with sigmadelta.h #ifdef
2020-04-28 12:43:02 +08:00
Jiang Jiang Jian
19f43f92fa
Merge branch 'bugfix/can_not_get_IP_address_from_China_mobile_v3.2' into 'release/v3.2'
...
wifi: fix the bug that ESP32 can't get IP address from China Mobile router (v3.2)
See merge request espressif/esp-idf!8409
2020-04-28 11:36:47 +08:00
chenjianqiang
04bf2db720
flash: fix spi flash clock config error
...
Closes https://github.com/espressif/esp-idf/issues/5099
2020-04-27 17:44:57 +08:00
Simon Brélivet
7a9d02a18b
esp_mqtt: add option to configure mqtt task priority.
...
Merges https://github.com/espressif/esp-idf/pull/4947
2020-04-24 16:37:25 +02:00
Angus Gratton
43175f22e9
Merge branch 'fix/ci_example_test_prov_v3.2' into 'release/v3.2'
...
CI: Fix prov example test exception handle (v3.2)
See merge request espressif/esp-idf!8442
2020-04-24 16:13:31 +08:00
Shivani Tipnis
fc067fda94
CI: Fix prov example test cryptography package version exception handling
2020-04-23 00:48:18 +05:30
zhangyanjiao
f8ddcc7d74
wifi: fix the bug that ESP32 can't get IP address from China Mobile router
2020-04-20 20:05:36 +08:00