zwj
911ce08722
add connection parameter check
2021-04-21 12:21:57 +00:00
zwj
f637a0792d
fix ble connection maximum latency is 499
2021-04-21 12:21:57 +00:00
zwj
d0b8d53410
disable bluedroid congest error log print
2021-04-21 12:21:57 +00:00
zhiweijian
722035b846
fix read multi char failed(GATT_27001)
2021-04-21 12:21:57 +00:00
zhiweijian
fcf36466cd
fix add white list failed
2021-04-21 12:21:57 +00:00
zwj
47e5793c73
fix bluedroid repair faild if the two most significant bits of public address is '01'
2021-04-21 12:21:57 +00:00
zwj
d321ee69d5
- fix congest return value
...
- fix system no rsp when doing disconnect
- fix no congest event when ssc do writing performance
2021-04-21 12:21:57 +00:00
zwj
e0362061a5
fix ble read multi char err when the number of handles is more than 10
2021-04-21 12:21:57 +00:00
zwj
0776318c56
fix scan rsp length err
2021-04-21 12:21:57 +00:00
zwj
712feb1e81
fix vendor hci memory leak
2021-04-21 12:21:57 +00:00
Ivan Grokhotkov
33c4e7f953
Merge branch 'bugfix/broken_virtualenv_v4.0' into 'release/v4.0'
...
tools: Reinstall virtualenv if it is broken (v4.0)
See merge request espressif/esp-idf!12954
2021-04-20 23:34:19 +00:00
Ivan Grokhotkov
4ff13dfd7e
Merge branch 'bugfix/fix_idf_monitor_unicode_path_crash_v4.0' into 'release/v4.0'
...
tools: handle exception in case of logging Unicode characters (v4.0)
See merge request espressif/esp-idf!13044
2021-04-20 23:34:02 +00:00
Anton Maklakov
5f2a5c1f93
Merge branch 'bugfix/ci/ci_fetch_submodule_fully_match_return_first_v4.0' into 'release/v4.0'
...
fix(ci): ci_fetch_submodule return full match name first (v4.0)
See merge request espressif/esp-idf!13213
2021-04-20 02:35:49 +00:00
Fu Hanxi
3636d44aa9
fix(ci): ci_fetch_submodule return full match name first
2021-04-19 20:24:20 +08:00
Krzysztof Budzynski
17500de409
Merge branch 'bugfix/doxygen_input_file_bug_v4.0' into 'release/v4.0'
...
docs: fix doxygen compile warnings for doxygen 1.9.1 (v4.0)
See merge request espressif/esp-idf!13079
2021-04-12 00:44:08 +00:00
Marius Vikhammer
531cab5fc4
docs: fix doxygen compile warnings for doxygen 1.9.1
...
Newer versions of doxygen will give warnings for comments in
INPUT lists
Delete all comment lines to fix these warnings, our folder structure
stil gives an OK overview of what we are including
2021-04-12 08:44:04 +08:00
Juraj Michálek
3d83ce6d7a
tools: handle exception in case of logging Unicode characters
2021-04-06 19:17:23 +02:00
Roland Dobai
5ca77d9d2c
tools: Reinstall virtualenv if it is broken
...
Closes https://github.com/espressif/esp-idf/issues/6656
2021-03-29 19:28:29 +02:00
Angus Gratton
acddb8fca2
Merge branch 'bugfix/dport_init_min_stack_size_v4.0' into 'release/v4.0'
...
freertos: Increase minimum task stack size when stack smashing checker is enabled (v4.0)
See merge request espressif/esp-idf!12801
2021-03-29 06:42:42 +00:00
Krzysztof Budzynski
4d5dba250d
Merge branch 'bugfix/remove_readdocs_badge_v4.0' into 'release/v4.0'
...
docs: remove the read the docs CI badge (v.4.0)
See merge request espressif/esp-idf!12844
2021-03-26 08:31:42 +00:00
Krzysztof Budzynski
36383b0648
Merge branch 'bugfix/translation_link_v4.0' into 'release/v4.0'
...
docs: fix "link to translation" being broken (v4.0)
See merge request espressif/esp-idf!12828
2021-03-24 11:00:09 +00:00
Jiang Jiang Jian
8d22544abf
Merge branch 'bugfix/fix_tx_issue_after_esp_restart_v4.0' into 'release/v4.0'
...
components/bt: Shutdown Bluetooth before esp_restart.(V4.0)
See merge request espressif/esp-idf!11757
2021-03-24 06:09:04 +00:00
Jiang Jiang Jian
e46a106a89
Merge branch 'bugfix/wpa_supplicant_coverity_issue_fixes_v4.0' into 'release/v4.0'
...
Bugfix/wpa supplicant coverity issue fixes v4.0
See merge request espressif/esp-idf!12850
2021-03-24 04:18:28 +00:00
Jiang Jiang Jian
a5effa6bf3
Merge branch 'bugfix/revert_refactor_wifi_interface_v4.0' into 'release/v4.0'
...
Revert "Refactor wifi_interface_t" (v4.0)
See merge request espressif/esp-idf!12504
2021-03-23 16:19:51 +00:00
aditi_lonkar
8719683deb
esp_local_ctrl: Fix some memory leak issues by coverity static analyzer.
2021-03-23 12:00:29 +05:30
aditi_lonkar
426e0f3948
esp_http_client: Fix some memory leak issues by coverity static analyzer.
2021-03-23 12:00:01 +05:30
aditi_lonkar
53f5b64887
wifi_provisioning: Fix some memory leak issues by coverity static analyzer.
2021-03-23 11:59:34 +05:30
aditi_lonkar
903f7bb99f
wpa_supplicant: Fix some memory leak issues by coverity static analyzer.
2021-03-23 11:59:09 +05:30
aditi_lonkar
a6e44ac881
tcp_transport: Fix some memory leak issues by coverity static analyzer.
2021-03-23 11:58:32 +05:30
aditi_lonkar
3a40b3b349
fatfs: Fix some memory leak issues by coverity static analyzer.
2021-03-23 11:57:50 +05:30
Marius Vikhammer
87e56f132b
docs: remove the read the docs CI badge
...
Docs are built and hosted on our server, so this badge is
no longer needed.
2021-03-23 12:25:17 +08:00
Jiang Jiang Jian
d3fa4c3749
Merge branch 'bugfix/crash_on_enabling_verbose_logs_v4.0' into 'release/v4.0'
...
esp_wifi: Fixes issue of crashing when verbose logs are enabled (v4.0)
See merge request espressif/esp-idf!12493
2021-03-23 03:05:28 +00:00
Jiang Jiang Jian
33087e3f27
Merge branch 'component_bt/optimize_spp_stop_server_v4.0' into 'release/v4.0'
...
component_bt/Optimize SPP Stop Server API[backport v4.0]
See merge request espressif/esp-idf!12622
2021-03-22 12:59:10 +00:00
xiehang
48050c7c64
Revert "Refactor wifi_interface_t"
...
This reverts commit 9370b74ee0
.
2021-03-22 17:44:33 +08:00
Jiang Jiang Jian
0ab7751926
Merge branch 'bugfix/fix_wifi_interface_use_v4.0' into 'release/v4.0'
...
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA (backport v4.0)
See merge request espressif/esp-idf!12168
2021-03-22 09:06:10 +00:00
Marius Vikhammer
6b251820d7
docs: fix "link to translation" being broken
...
The translation link would link a specifc commit hash instead of
the release name.
2021-03-22 13:55:21 +08:00
Jiang Jiang Jian
63fdd7a03c
Merge branch 'bugfix/fix_arp_buffer_error_in_smart_config_v4.0' into 'release/v4.0'
...
bugfix/fix_arp_buffer_error_in_smart_config_v4.0
See merge request espressif/esp-idf!12256
2021-03-22 04:29:10 +00:00
Jiang Jiang Jian
3ece767fb1
Merge branch 'bugfix/fix_iperf_example_exception_handling_for_no_ap_found_v4.0' into 'release/v4.0'
...
bugfix/fix_iperf_example_exception_handling_for_no_ap_found_v4.0
See merge request espressif/esp-idf!12273
2021-03-22 04:28:54 +00:00
baohongde
b8b91f43f1
components/bt: Fix crash in Bluetooth when esp_restart
2021-03-22 02:54:06 +00:00
baohongde
862f335f05
components/bt: Shutdown Bluetooth before esp_restart.
2021-03-22 02:54:06 +00:00
Angus Gratton
0e5d47836b
freertos: Add a small additional stack when optimization set to None
...
Fix for occasional crash on startup when DPORT task overwrites its stack during
context switch, otherwise.
2021-03-19 13:34:07 +08:00
Angus Gratton
f24e1f5601
freertos: Increase minimum task stack size when stack smashing checker is enabled
...
Fixes issue with DPORT init task, this task uses minimum stack size and may not be
enough if stack smashing detection is set to Overall mode.
Also reworks the way we calculate minimum stack to allow for adding multiple
contributing factors.
Closes https://github.com/espressif/esp-idf/issues/6403
2021-03-19 13:33:48 +08:00
Michael (XIAO Xufeng)
41efdb0b34
Merge branch 'bugfix/spi_master_multiple_dev_with_diff_cs_lvl_4.0' into 'release/v4.0'
...
spi_master: correctly set cs polarity (4.0)
See merge request espressif/esp-idf!10403
2021-03-10 15:24:06 +00:00
Michael (XIAO Xufeng)
98c76d46bd
Merge branch 'bugfix/freemodbus_fix_parity_propagation_issue_v40' into 'release/v4.0'
...
Bugfix/freemodbus fix parity propagation issue (backport v4.0)
See merge request espressif/esp-idf!12387
2021-03-10 03:09:38 +00:00
Jiang Jiang Jian
b9ba76ac9f
Merge branch 'bugfix/fix_csa_channel_crash_v4.0' into 'release/v4.0'
...
esp_wifi: fix CSA and BAR crash issue(v4.0)
See merge request espressif/esp-idf!12551
2021-03-05 12:25:19 +00:00
Jiang Jiang Jian
05e3e58ebb
Merge branch 'feature/add_init_and_deinit_evt_for_a2dp_4_0' into 'release/v4.0'
...
feature/ Add A2DP Init and Deinit Complete Evt [backport v4.0]
See merge request espressif/esp-idf!12152
2021-03-05 12:20:11 +00:00
Jiang Jiang Jian
3118147dc7
Merge branch 'bugfix/fix_a2dp_underrun_issue_4_0' into 'release/v4.0'
...
Fix A2DP Underrun Issue [backport v4.0]
See merge request espressif/esp-idf!12279
2021-03-05 12:17:53 +00:00
Mahavir Jain
772c48041d
Merge branch 'fix/esp_tls_typo_v4.0' into 'release/v4.0'
...
Fix/protocom_null_check(v4.0)
See merge request espressif/esp-idf!12633
2021-03-05 06:22:27 +00:00
Aditya Patwardhan
2803e6b111
protocomm: Fixed NULL check of allocated memory
...
Fixes one part of - https://github.com/espressif/esp-idf/issues/6440
2021-03-05 10:21:24 +05:30
liqigan
75d4004ce6
add API esp_spp_stop_srv_scn
to stop a specific server
2021-03-04 15:46:10 +08:00