Island
ded1414d7b
Merge branch 'bugfix/update_ble_lib_1018_5_0' into 'release/v5.0'
...
change(ble): update ble lib on c6 h2 and c2 chip
See merge request espressif/esp-idf!26545
2023-10-20 10:25:25 +08:00
gongyantao
65e0356c3d
fix(bt/bluedroid): Send device status of AG to HF with a different api
...
1: replace api esp_hf_ag_devices_status_indchange with esp_hf_ag_ciev_report in bluetooth
hfp_ag example to send device status of AG to HF unit.
2: remove the unused codes
2023-10-20 10:03:34 +08:00
linruihao
dd16903b51
fix(esp_coex): Fix dependency errors in coexist configuration
2023-10-19 19:04:32 +08:00
Roland Dobai
443f2b8ebe
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20230921_v5.0' into 'release/v5.0'
...
feat(tools): Update OpenOCD version to v0.12.0-esp32-20230921 (v5.0)
See merge request espressif/esp-idf!26550
2023-10-19 17:44:10 +08:00
Jiang Jiang Jian
861410f4eb
Merge branch 'docs/update_wifi_and_wpa_supplicant_documentation_v5.0' into 'release/v5.0'
...
docs(wifi): Update wifi and wifi security documentation_v5.0
See merge request espressif/esp-idf!25752
2023-10-19 10:38:30 +08:00
Jiang Jiang Jian
64ceda77f4
Merge branch 'feat/imporve_iperf_performance_v5.0' into 'release/v5.0'
...
feat(wifi): optimize iperf performance (Backport V5.0)
See merge request espressif/esp-idf!26406
2023-10-19 10:33:28 +08:00
Kapil Gupta
28ba29a95d
fix(wifi): Fix static analyzer warning for WPS code
2023-10-18 17:55:38 +05:30
luomanruo
8b7c87028b
ble: update controller log module for ESP32-C2
2023-10-18 18:03:45 +08:00
luomanruo
3d381ba560
ble: update controller log module for ESP32-C2
2023-10-18 16:59:11 +08:00
Alexey Gerenkov
e943bbda36
feat(tools): Update OpenOCD version to v0.12.0-esp32-20230921
2023-10-18 10:51:45 +02:00
cjin
82563128c8
change(ble): update ble lib on c6 h2 and c2 chip
2023-10-18 16:28:22 +08:00
Marius Vikhammer
9ca65d9720
Merge branch 'bugfix/fix_freertos_system_task_names_v5.0' into 'release/v5.0'
...
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix (v5.0)
See merge request espressif/esp-idf!26119
2023-10-18 16:09:48 +08:00
Marius Vikhammer
d5255c9ba8
Merge branch 'contrib/github_pr_12258_v5.0' into 'release/v5.0'
...
fix(vfs): Fix event_write may not exit critical section (GitHub PR) (v5.0)
See merge request espressif/esp-idf!26048
2023-10-18 15:52:04 +08:00
Mahavir Jain
39ea20354d
Merge branch 'fix_esp32s3_irq_names_v5.0' into 'release/v5.0'
...
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers (v5.0)
See merge request espressif/esp-idf!26504
2023-10-18 13:48:55 +08:00
Shreyas Sheth
5004647fb1
fix(wifi): Fix crash occuring when station SAE group is not set to SECP256R1
2023-10-17 14:11:19 +05:30
Shreyas Sheth
79e55b6e92
docs(wifi): Update wifi and wifi security documentation and bugfixes
...
1. Update documentation for WPA3 Enterprise and WPA3 Enterprise 192-bit
mode
2. Update documentation for WPA3 OWE and OWE transition mode
3. Update documentation related to SAE PK, SAE PWE and Transition Disable
4. Update documnetation for wifi connect API
5. Fix config paramter information for wifi scan start
6. Fix documentation related to scan threshold config setting
7. Replace ESP_ERR_WIFI_ARG error code as ESP_ERR_INVALID_ARG
8. Update documentation for 802.11R Fast transition
9. Fix sta connecting with wpa security in enterprise mode
2023-10-17 14:01:18 +05:30
Island
00d58a92dc
Merge branch 'ble_dev/added_modem_reset_on_ble_v5_0' into 'release/v5.0'
...
feat(ble): added modem reset on c2
See merge request espressif/esp-idf!26450
2023-10-17 15:42:12 +08:00
Erhan Kurubas
9fc58a706d
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers
2023-10-17 09:02:31 +02:00
Island
467cae8a41
Merge branch 'backport_v5.0' into 'release/v5.0'
...
Fix some BLE bugs in bluedroid host(backport 5.0)
See merge request espressif/esp-idf!26168
2023-10-17 11:00:39 +08:00
Nic Ballinger
3229216527
fix(docs/jtag): Fix hard-coded HW breakpoints/watchpoints number
...
Closes https://github.com/espressif/esp-idf/pull/11986
2023-10-16 17:33:48 +03:00
zhanghaipeng
baf04c4334
fix(bt/bluedroid): Fix hid example stack overflow bugs when using esp32s3
2023-10-16 19:30:29 +08:00
zhanghaipeng
98d88f86a7
fix(bt/bluedroid): Fix remove resolving list error for esp32
2023-10-16 19:30:18 +08:00
zhanghaipeng
5c6533d574
fix(bt/bluedroid): Fix bugs in ble service change characteristic
2023-10-16 19:30:08 +08:00
zhanghaipeng
c1b8734fb9
feat(bt/bluedroid): Support scan response data length zero in BLE
2023-10-16 19:29:56 +08:00
zhanghaipeng
18c8d0e04c
fix(bt/bluedroid): Optimize the description of Scan Duplicate in BLE
2023-10-16 19:29:45 +08:00
morris
447e9701ef
Merge branch 'bugfix/usb_serial_jtag_write_return_val_v5.0' into 'release/v5.0'
...
bugfix(usb_serial_jtag): Fix usb_serial_jtag wrong return value, vfs lose data randomly (backport v5.0)
See merge request espressif/esp-idf!26439
2023-10-16 14:26:11 +08:00
morris
c33962259c
Merge branch 'bugfix/temp_clk_gate_v5.01' into 'release/v5.0'
...
fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together (backport v5.0)
See merge request espressif/esp-idf!26437
2023-10-16 14:22:13 +08:00
Mahavir Jain
3e90ed6428
fix(mbedtls): remove deprecated MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
...
This config has been removed in the upstream mbedTLS starting 3.0
release. Please see mbedTLS changelog for more details.
2023-10-16 03:54:57 +00:00
Mahavir Jain
088c546964
fix(mbedtls): dynamic buffer feature issue with mbedtls 3.5.0
...
Set max TLS version in the SSL context during setup phase. Dynamic
buffer feature overrides the `mbedtls_ssl_setup` API and hence
this change is required per upstream 3.5.0 codebase change.
2023-10-16 03:54:57 +00:00
Mahavir Jain
97fe016e4e
feat(mbedtls): update to 3.5.0 release
...
Changelog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.5.0
2023-10-16 03:54:57 +00:00
Mahavir Jain
10ef082950
Merge branch 'feature/update_openthread_upstream_manually' into 'release/v5.0'
...
feat(openthread): update upstream manually.
See merge request espressif/esp-idf!26388
2023-10-16 11:53:39 +08:00
Jiang Jiang Jian
65321ea317
Merge branch 'bugfix/use_bt_sdp_bqb_include_macro_for_ertm_mode_flag_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): Add correct macro for ertm mode included flag (v5.0)
See merge request espressif/esp-idf!26456
2023-10-16 11:51:56 +08:00
Wang Meng Yang
209608623c
Merge branch 'bugfix/config_tpoll_fail_v5.0' into 'release/v5.0'
...
Bugfix/config tpoll fail v5.0
See merge request espressif/esp-idf!26452
2023-10-16 10:59:05 +08:00
Island
f8f999870f
Merge branch 'bugfix/0925_update_libble_c2_v5.0' into 'release/v5.0'
...
ble: update c2 libble to 7ec5b5c1
See merge request espressif/esp-idf!26192
2023-10-16 10:47:32 +08:00
gongyantao
c80e82fa07
fix(bt/bluedroid): Add correct macro for ertm mode included flag
2023-10-13 14:44:35 +08:00
baohongde
64e1f2fe5e
feat(bt/hci): Added Vendor-Specific HCI command to disable DM1 for ACL-U
2023-10-13 14:22:39 +08:00
baohongde
299fa49d75
fix(bt/bluedroid): Triggering disconnect event of GAP correctly
2023-10-13 14:22:39 +08:00
baohongde
363f37cc67
fix(bt/bluedroid): Fix issue of QoS configuration failure when t_poll is greater than 40
2023-10-13 14:22:39 +08:00
cjin
dc8e00e22f
feat(ble): added modem reset on c2
2023-10-13 11:44:18 +08:00
Cao Sen Miao
dc6fd94048
fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344
2023-10-12 15:13:41 +08:00
Chip Weinberger
8037563c53
[Usb Serial JTAG] printing to console could sometimes skip bytes
2023-10-12 15:13:30 +08:00
Cao Sen Miao
3a04291f8e
fix(usb_serial_jtag): Fix usb_serial_jtag wrong return value, vfs lose data randomly,
...
Closes https://github.com/espressif/esp-idf/issues/12119 ,
Closes https://github.com/espressif/esp-idf/pull/11344 ,
Closes https://github.com/espressif/esp-idf/issues/9318
Closes https://github.com/espressif/esp-idf/issues/11192
2023-10-12 15:13:21 +08:00
Cao Sen Miao
5c692796e8
fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together
2023-10-12 14:21:24 +08:00
Jiang Jiang Jian
f1efc6223e
Merge branch 'bugfix/authmode_log_192_bit_v5.0' into 'release/v5.0'
...
WPA3 enterprise 192 bit fix and config modification (Backport v5.0)
See merge request espressif/esp-idf!26163
2023-10-12 10:36:10 +08:00
luomanruo
26fbfe7d94
ble: update tx power level index of ESP32-C2
2023-10-11 21:05:21 +08:00
luomanruo
b7f17f7531
ble:update c2 libble to 6a8d1f3d
2023-10-11 20:55:26 +08:00
Island
6a33321693
Merge branch 'bugfix/deepfree_v50' into 'release/v5.0'
...
fix(ble_mesh): fix compilation failure on using scene model. (v5.0)
See merge request espressif/esp-idf!26358
2023-10-11 19:28:53 +08:00
Wu Meng Shi
d9af38524b
fix(ble_mesh): fix compilation failure on using scene model. (v5.0)
2023-10-11 19:28:53 +08:00
xuxiao
d2b82b47c7
feat(wifi): optimize iperf performance (Backport V5.0)
2023-10-11 17:14:52 +08:00
David Čermák
82ccd61c06
Merge branch 'bugfix/napt_updatesV5.0' into 'release/v5.0'
...
feat(lwip): Fixes and Improvements for NAPT and SBOM Support (v5.0)
See merge request espressif/esp-idf!26336
2023-10-11 15:28:16 +08:00