Jiang Jiang Jian
b2dae87114
Merge branch 'bugfix/fix_ble_max_tx_power_on_esp32c3_v5.0' into 'release/v5.0'
...
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3 (v5.0)
See merge request espressif/esp-idf!33614
2024-09-21 15:02:04 +08:00
Jiang Jiang Jian
f8a3ba1400
Merge branch 'refactor/rtc_init_before_mspi_tuning_v5.0' into 'release/v5.0'
...
fix(startup): move rtc initialization before MSPI timing tuning to improve stability (v5.0)
See merge request espressif/esp-idf!33627
2024-09-21 14:59:55 +08:00
Jiang Jiang Jian
c01e90daa8
Merge branch 'feat/support_blecrt_242_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails (v5.0)
See merge request espressif/esp-idf!33631
2024-09-21 14:57:25 +08:00
Jiang Jiang Jian
d067a99a6c
Merge branch 'fix/ringbuf_receives_item_not_yet_sent_v5.0' into 'release/v5.0'
...
fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely (v5.0)
See merge request espressif/esp-idf!33652
2024-09-21 14:56:40 +08:00
Sudeep Mohanty
d07c700af8
test(freertos): Added delay to freertos test to avoid memory leaks
...
This commit adds a small delay as tolerance to the
"Test xTaskResumeAll resumes pended tasks" test to let the idle task
clean up all suspended test tasks and avoid memory leaks at the end of
the test.
2024-09-20 10:18:40 +02:00
Sudeep Mohanty
645dc8addf
fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely
...
This commit fixes a bug in the no-split buffer which could receive an
item prematurely if the space on the buffer is acquired until the buffer
is full. The commit also adds a unit test for this scenario.
Closes https://github.com/espressif/esp-idf/issues/14568
2024-09-20 10:18:40 +02:00
Wang Meng Yang
8fc60de3d0
Merge branch 'bugfix/fix_some_bugs_in_avrcp_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): Fixed some bugs in AVRCP (Backport v5.0)
See merge request espressif/esp-idf!33581
2024-09-20 11:41:12 +08:00
Xiao Xufeng
563641f948
ci(h2): disable build test for h2
2024-09-19 22:57:13 +08:00
Island
39878b39ce
Merge branch 'bugfix/fixed_c6_crash_c2_crash_issue_v5.0' into 'release/v5.0'
...
Bugfix/fixed c6 crash c2 crash issue (v5.0)
See merge request espressif/esp-idf!33596
2024-09-19 14:34:15 +08:00
Rahul Tank
a27a2ddfad
Merge branch 'fix/added_a_change_to_print_address_of_advertising_instance_v5.0' into 'release/v5.0'
...
fix(nimble): Added a change to print address of an advertising instance (v5.0)
See merge request espressif/esp-idf!33564
2024-09-19 14:32:03 +08:00
Chen Jian Hua
856bc4bede
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails
...
(cherry picked from commit e4e23087ee
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-09-19 09:12:19 +08:00
Chen Jian Hua
0b8553067c
feat(bt/bluedroid): Add BLE connection id param for ESP_GATTS_RESPONSE_EVT
...
(cherry picked from commit e4a372ab76
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-09-19 09:12:17 +08:00
Xiao Xufeng
f1917f4db3
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-09-18 23:46:41 +08:00
Rahul Tank
ea9136226f
Merge branch 'bugfix/authorize_perm_gatt_read_write' into 'release/v5.0'
...
fix(nimble): Add authroize permission for gatt read / write
See merge request espressif/esp-idf!33584
2024-09-18 21:07:08 +08:00
Island
4c993aeb48
Merge branch 'docs/add_nimble_get_started_v5.0' into 'release/v5.0'
...
feat(ble/example): Added NimBLE Get started examples (v5.0)
See merge request espressif/esp-idf!33031
2024-09-18 17:43:39 +08:00
Chen Jian Hua
fc754b2033
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3
...
(cherry picked from commit fe43c8f1b5
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2024-09-18 17:34:13 +08:00
Zhao Wei Liang
a9d04549ce
fix(ble): fixed memory leak issue when using uart hci
...
(cherry picked from commit 4d2c44f511
)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-09-18 15:57:33 +08:00
Zhao Wei Liang
5f172ab251
fix(ble): fixed occasional assertion issue when enabling logging on ESP32-C2
...
(cherry picked from commit 0ef9ecb715
)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-09-18 15:57:31 +08:00
shreeyash
d81180b0ec
fix(nimble): Add authroize permission for gatt read / write
2024-09-18 11:38:52 +05:30
linruihao
cbd12f5ce5
fix(bt/bluedroid): Fixed some bugs in AVRCP
2024-09-18 11:29:40 +08:00
shreeyash
3da3748e61
fix(nimble): Added a change to print address of an advertising instance
2024-09-17 12:19:15 +05:30
Roland Dobai
f9effecd04
Merge branch 'feat/update_tools_in_tools_json_v5.0' into 'release/v5.0'
...
feat(tools): Update tools: cmake, ninja, ccache (v5.0)
See merge request espressif/esp-idf!33533
2024-09-16 19:43:23 +08:00
Rahul Tank
21aa38dcee
Merge branch 'bugfix/add_dummy_cb_during_deinit_v5.0' into 'release/v5.0'
...
fix(nimble): De-register host cb in stack deinit (v5.0)
See merge request espressif/esp-idf!33376
2024-09-16 18:08:05 +08:00
Rahul Tank
9cd7e32a5b
fix(nimble): De-register host cb in stack deinit
2024-09-16 11:00:06 +05:30
Marek Fiala
5e52ea47d1
feat(tools): Update tools: cmake, ninja, ccache
...
cmake v3.24.0 -> v3.30.2
ninja v1.11.1 -> v1.12.1
ccache v4.8 -> v4.10.2
Closes https://github.com/espressif/esp-idf/pull/14376
2024-09-13 17:13:08 +02:00
weiyuhan
2d018c5023
fix(ble): Added ble_get_started build rule in build-test-rules.yml
2024-09-13 09:50:39 +08:00
Wei Yu Han
e58b10b1f6
fix(ble): Increased the length of addr_str in ble_get_started nimble examples
2024-09-12 12:04:34 +08:00
Yuhan Wei
4ffd741232
fix(ble): Removed unsupported sdkconfig
2024-09-12 12:04:34 +08:00
Zhou Xiao
9a3ae21aa7
docs(ble): Replace advertising interval hex value with BLE_GAP_ADV_ITVL_MS
2024-09-12 12:04:34 +08:00
Zhou Xiao
3e6e68628d
docs(ble): Improved as Weilong and Shenhang requested
2024-09-12 12:04:34 +08:00
zhouxiao
fe46bf48ce
docs(ble): Added BLE Get Started
2024-09-12 12:04:34 +08:00
Wang Meng Yang
871d0c8c9a
Merge branch 'bugfix/fix_hid_cod_setting_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
Bugfix/fix hid cod setting[backport 5.0]
See merge request espressif/esp-idf!33340
2024-09-12 09:34:22 +08:00
Wang Meng Yang
02e0c7a2b8
Merge branch 'bugfix/exit_sniff_immed_enter_sniff_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): Fix the protocol stack to exit sniff mode(v5.0)
See merge request espressif/esp-idf!33400
2024-09-11 15:32:43 +08:00
Rahul Tank
26a300b668
Merge branch 'bugfix/bidirectioanl_data_transfer_ble_spp_v5.0' into 'release/v5.0'
...
fix(nimble): Added support for bidirectional data trasfer (v5.0)
See merge request espressif/esp-idf!33415
2024-09-11 14:05:09 +08:00
xiongweichao
dc937198c9
fix(bt/bluedroid): Fix the protocol stack to exit sniff mode
...
- Already in result mode but request change indication has not been cleared
2024-09-10 11:42:25 +08:00
Island
f082886099
Merge branch 'bugfix/fix_some_ble_bugs_240826_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
Fixed some BLE bugs 240826 on ESP32C3 (8ce789b) (v5.0)
See merge request espressif/esp-idf!33392
2024-09-10 11:37:54 +08:00
Island
c0604365c5
Merge branch 'feat/support_ble_scan_and_init_coex_on_esp32_v5.0' into 'release/v5.0'
...
Support BLE scanning and initiating coexist on ESP32 (v5.0)
See merge request espressif/esp-idf!33388
2024-09-10 11:37:21 +08:00
Astha Verma
bb9134aaf8
fix(nimble): Added support for bidirectional data trasfer
2024-09-09 18:41:37 +05:30
chenjianhua
de2631fc9e
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(8ce789b)
...
- Fixed BLE vendor HCI set scan perfer address command
- Support BLE vendor HCI get controller compile version command
- Fixed BLE util buffer free after controller reset
- Fixed assert when connection already exist and be connected again
2024-09-09 11:35:36 +08:00
chenjianhua
b4c98969ae
feat(bt): Update esp32 bt-lib(bc393dd)
...
- Fixed BLE vendor HCI set scan perfer address command
- Support BLE vendor HCI get controller compile version command
- Support BLE scanning and initiating coexist
2024-09-09 11:30:52 +08:00
Krzysztof Budzynski
a9d75f56f1
Merge branch 'docs/remove_user_guide_for_esp32_pico_kit_related_migration_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
docs: remove user guide for esp32-pico-kit related docs after migration (v5.0)
See merge request espressif/esp-idf!32784
2024-09-06 18:38:24 +08:00
Alexey Gerenkov
4f4adf49b9
Merge branch 'fix/gcov_fault_v5.0' into 'release/v5.0'
...
fix(gcov): fix exceptions on gcov task_tick_hook (v5.0)
See merge request espressif/esp-idf!30027
2024-09-06 17:33:12 +08:00
Rahul Tank
7580682e9a
Merge branch 'bugfix/make_cccd_flags_configurable_v5.0' into 'release/v5.0'
...
fix(nimble): Make CCCD flags configurable (v5.0)
See merge request espressif/esp-idf!33307
2024-09-06 14:03:03 +08:00
Island
2b6c3c6872
Merge branch 'docs/optimized_ble_gattc_multi_connect_example_v5.0' into 'release/v5.0'
...
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic (v5.0)
See merge request espressif/esp-idf!33197
2024-09-06 10:31:41 +08:00
Alexey Lapshin
88c1c6af49
fix(gcov): fix exceptions on gcov task_tick_hook
...
Closes https://github.com/espressif/esp-idf/issues/13511
2024-09-05 18:28:07 +03:00
liqigan
195f08112b
fix(esp_hid): Fixed protocol mode mapping bug
...
Closes https://github.com/espressif/esp-idf/issues/14232
2024-09-05 14:28:02 +08:00
liqigan
9545b5480f
feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
...
Closes https://github.com/espressif/esp-idf/issues/13622
2024-09-05 14:27:55 +08:00
Jiang Jiang Jian
fe84af3012
Merge branch 'bugfix/fix_wrong_typecast_spp_v5.0' into 'release/v5.0'
...
fix(wifi): Fix wrong typecasting of sta_info while getting SPP Caps (Backport v5.0)
See merge request espressif/esp-idf!33122
2024-09-04 17:35:43 +08:00
shreeyash
ac04fe38e0
fix(nimble): Make CCCD flags configurable
2024-09-04 12:56:48 +05:30
Nachiket Kukade
1e88c7a2ff
fix(wifi): Fix wrong typecasting of sta_info while getting SPP Caps
2024-09-04 10:53:22 +08:00