liqigan
5ac289c463
fix(bt/bluedroid): Fixed AVRCP compatibility issue on absolute volume synchronization
2024-11-08 14:50:42 +08:00
Island
287e71269a
Merge branch 'bugfix/fixed_h2_assert_master_1031_v5.1' into 'release/v5.1'
...
Bugfix/fixed h2 assert master 1031 (v5.1)
See merge request espressif/esp-idf!34538
2024-11-08 11:47:16 +08:00
Shu Chen
954f6baa88
Merge branch 'backport/openthread_related_feature_v51_20241018' into 'release/v5.1'
...
Backport/openthread related feature to release/v5.1
See merge request espressif/esp-idf!34282
2024-11-08 11:40:00 +08:00
Wang Meng Yang
2b5b526227
Merge branch 'bugfix/fix_memory_leak_in_sco_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable (v5.1)
See merge request espressif/esp-idf!34567
2024-11-08 10:33:05 +08:00
Sergei Silnov
39baee4b1d
Merge branch 'ci/5.1_fix_macos_arm_python_version' into 'release/v5.1'
...
Remove PYTHON_VER=3.7.10 from .gitlab-ci.yml as it breaks test_build_system_cmake_macos on ARM
See merge request espressif/esp-idf!33882
2024-11-07 22:15:06 +08:00
Simon Dean
bdb090f629
enable openthread coap client for mtd
2024-11-07 11:55:56 +08:00
zwx
fec70691db
fix(802154): pass hardware abort reason into processing function
2024-11-07 11:55:56 +08:00
Xu Si Yu
11e72011b7
fix(ieee802154): fix a bug in the usage of a macro
2024-11-07 11:55:56 +08:00
zwx
b3c6e5efc5
feat(ieee802154): add frame type checking for hw autoack feature
2024-11-07 11:55:56 +08:00
Xu Si Yu
9c4d817726
feat(openthread): support vendor hook for rcp spi
2024-11-07 11:55:56 +08:00
Xu Si Yu
b59b0e0926
feat(openthread): allow enabling trel before getting interface
2024-11-07 11:55:56 +08:00
Xu Si Yu
88077e0b16
feat(openthread): support trel feature
2024-11-07 11:55:56 +08:00
Xu Si Yu
d697fda6a1
fix(openthread): add macro for rcp init
2024-11-07 11:55:56 +08:00
Shu Chen
b45d7fa97f
Merge branch 'backport/linker_script_check_missing_function_v51' into 'release/v5.1'
...
fix(ieee802154): fix linker error due to static function being inlined(Backport v5.1)
See merge request espressif/esp-idf!34719
2024-11-07 11:52:29 +08:00
Shu Chen
bdc59fc751
Merge branch 'backport/upgrade-zigbee-examples-v5.1' into 'release/v5.1'
...
feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples(Backport v5.1)
See merge request espressif/esp-idf!34711
2024-11-07 11:39:33 +08:00
Shu Chen
937d309634
Merge branch 'fix/esp_prov_ipv6_resolve_v5_1' into 'release/v5.1'
...
fix(tools/esp_prov): Fix hostname resolving for IPv6-only host(v5.1)
See merge request espressif/esp-idf!34676
2024-11-07 11:06:57 +08:00
xieqinan@espressif.com
60c50d101b
feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples
...
- Optimize the Zigbee light, switch and gateway examples
- Remove the esp_zigbee_rcp example
2024-11-07 10:45:12 +08:00
zwl
3e782595ca
fix(ble): fixed occasional crash issue in low memory scenarios on ESP32-C6
2024-11-07 09:39:21 +08:00
Mahavir Jain
9e1474b88f
Merge branch 'fix/fetch_image_hdr_v5.1' into 'release/v5.1'
...
fix(esp_system): Correct address used to fetch application image header (v5.1)
See merge request espressif/esp-idf!34630
2024-11-06 20:06:59 +08:00
zwx
2ecf40cf90
fix(802.15.4): add no inline to some static function
2024-11-06 19:51:58 +08:00
Ivan Grokhotkov
4a451e485c
fix(ieee802154): fix linker error due to static function being inlined
...
When the compiler decides to inline a static function, linker script
generator will complain about the missing function.
2024-11-06 19:51:54 +08:00
Zhao Wei Liang
bf5e64de81
fix(ble): fixed occasional crash issue in low memory scenarios on ESP32-H2
...
(cherry picked from commit dbad6a0ca5430ff79f8339de8ca6236255b9c5c4)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-11-06 18:05:29 +08:00
Island
26dabfd177
Merge branch 'bugfix/fix_ble_build_fail_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0 (v5.1)
See merge request espressif/esp-idf!34662
2024-11-06 16:36:58 +08:00
Island
3f87a40a4f
Merge branch 'bugfix/fix_some_ble_bugs_240926_esp32c3_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs 240926 on ESP32C3 (v5.1)
See merge request espressif/esp-idf!34555
2024-11-06 11:50:32 +08:00
Island
c17d169da0
Merge branch 'feat/support_blecrt_90_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Added API to set supported channel selection algorithm (v5.1)
See merge request espressif/esp-idf!34503
2024-11-06 11:50:13 +08:00
WanqQixiang
da05404bbb
fix(tools/esp_prov): Fix hostname resolving for IPv6-only host
2024-11-05 17:24:41 +08:00
Island
192f3c11d7
Merge branch 'bugfix/fix_ble_adv_start_fail_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fixed crash issue in BLE SMP when a disconnection process is ongoing(v5.1)
See merge request espressif/esp-idf!34526
2024-11-05 16:37:09 +08:00
Zhang Hai Peng
0d56d39b0d
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
...
(cherry picked from commit 94d1a4f1c009031c7623153b885f1f75b39b4555)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-11-05 16:13:34 +08:00
linruihao
3dbf454c15
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
2024-11-05 15:17:13 +08:00
Shu Chen
740de1465f
Merge branch 'backport/fix_energy_scan_api_para_mismatch_v51' into 'release/v5.1'
...
fix(openthread): set channel for energy scan(Backport v5.1)
See merge request espressif/esp-idf!34594
2024-11-05 14:17:22 +08:00
Michael (XIAO Xufeng)
5b6aa19189
Merge branch 'feat/new_xmc_id_v5.1' into 'release/v5.1'
...
feat(spi_flash): Add new xmc chip id (backport v5.1)
See merge request espressif/esp-idf!34286
2024-11-05 14:09:34 +08:00
Shu Chen
122462f846
Merge branch 'feat/openthread_dataset_changed_event_v5_1' into 'release/v5.1'
...
feat(openthread): Add dataset changed event and post it in state change callback(v5.1)
See merge request espressif/esp-idf!34544
2024-11-05 12:53:12 +08:00
Rahul Tank
4f21e5b11d
Merge branch 'bugfix/fix_datalen_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Adjust time parameter in set Data len API in case BLE 5.0 support is not present (v5.1)
See merge request espressif/esp-idf!34221
2024-11-05 11:53:26 +08:00
Jiang Jiang Jian
8dc131b661
Merge branch 'fix/fix_wifi_bugs_11_4_v5.1' into 'release/v5.1'
...
fix(wifi): fix some bss color issues
See merge request espressif/esp-idf!34618
2024-11-05 10:40:51 +08:00
Chen Jian Hua
07858aeec9
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(52ee788)
...
- Fixed BLE vendor HCI set and get tx power
- Support BLE vendor HCI set adv aux offset command
- Support BLE vendor HCI set CSA support command
- Added config for BLE instant passed workaround
- Fixed btdm_sleep_clock_sync timeout workaround
(cherry picked from commit 1e3220b0b084ce0363e8268d6d1cf9d20fa07a59)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-11-04 18:05:23 +08:00
Laukik Hase
8dee18faae
fix(esp_system): Correct address used to fetch application image header
2024-11-04 14:12:25 +05:30
Rahul Tank
cabaf74249
fix(nimble): Adjust Data len time in case BLE 5.0 support is not present
2024-11-04 11:33:10 +05:30
xuxiao
fb2a0f1824
fix(wifi): fix some bss color issues
2024-11-04 11:12:34 +08:00
Zhang Hai Peng
3461f85c66
fix(ble/bluedroid): Fixed crash issue in BLE SMP when a disconnection process is ongoing
...
(cherry picked from commit 76e1650161a019bca22c2855ab37f11608f130bd)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-11-04 00:04:45 +08:00
Zhang Hai Peng
1685368ea2
fix(ble/bluedroid): Support enable BLE topology check by API
...
(cherry picked from commit dbc94c70562ad1f9734424a8cf20787d72d37a3d)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-11-04 00:04:45 +08:00
chenjianhua
1bfee38a09
fix(bt/bluedroid): Fixed error when memory debug enabled
2024-11-03 06:04:26 +08:00
chenjianhua
f45e76d906
fix(bt/bluedroid): Fixed GATTC app status check when BT and BLE coexist
2024-11-03 06:04:26 +08:00
chenjianhua
df08c03024
fix(bt/bluedroid): Update address type for BLE link when the connection is completed
2024-11-03 06:04:26 +08:00
Chen Jian Hua
2f7419e06d
feat(bt/bluedroid): Added API to set supported channel selection algorithm
...
(cherry picked from commit 4ae7b4aecf473b96113284b096e5f1b95f2f4b2e)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-11-03 06:04:26 +08:00
Jiang Jiang Jian
263a3ed82d
Merge branch 'bugfix/wifi_set_mode_error_propagation_v5.1' into 'release/v5.1'
...
Handle missing error propagation in esp_wifi_set_mode() API (Backport v5.1)
See merge request espressif/esp-idf!33874
2024-11-01 16:47:30 +08:00
zwx
8494f2a47f
fix(openthread): set channel for energy scan
2024-11-01 16:35:58 +08:00
akshat
0e9e1e470e
fix(esp_wifi): Handle missing error propagation in esp_wifi_set_mode
2024-11-01 13:53:41 +08:00
Island
dc64b09dc5
Merge branch 'modified_ble_multi_conn_example_readme_v5.1' into 'release/v5.1'
...
update(ble): Modified the ble multi_conn example's readme (v5.1)
See merge request espressif/esp-idf!33991
2024-11-01 12:21:29 +08:00
Jiang Jiang Jian
b3e6d62c70
Merge branch 'bugfix/wpa2_ent_fixes_v5.1' into 'release/v5.1'
...
Few fixes in wpa_supplicant(v5.1)
See merge request espressif/esp-idf!34446
2024-11-01 11:39:25 +08:00
WanqQixiang
7bb4bafea0
feat(openthread): Add dataset changed event and post it in state change callback
2024-10-31 19:06:02 +08:00