Island
4d1964212c
Merge branch 'change/ble_update_lib_20250212_v5.0' into 'release/v5.0'
...
change(ble): [AUTO_MR] 20250212 - Update ESP BLE Controller Lib (v5.0)
See merge request espressif/esp-idf!37040
2025-02-19 17:19:00 +08:00
xiongweichao
dc7b0241ae
fix(bt): Fixed SDP record integrity check bug
2025-02-18 14:10:26 +08:00
xiongweichao
76da49327e
fix(bt/bluedroid): Fixed incorrect types of some variables in SDP
2025-02-18 14:10:26 +08:00
xiongweichao
559bcf1ec9
fix(bt): Fix incorrect type returned when searching SAP record
2025-02-18 14:10:26 +08:00
xiongweichao
bf9f271ca7
fix(bt): Fix the incorrect record found using uuid16 search
2025-02-18 14:10:26 +08:00
morris
085bf84090
Merge branch 'bugfix/gpio_rom_patch_fix_v5.0' into 'release/v5.0'
...
fix(gpio): fix esp_rom_gpio_connect_out_signal for gpio num over 31 on esp32/s2 (v5.0)
See merge request espressif/esp-idf!36869
2025-02-18 10:24:53 +08:00
Zhou Xiao
3fcc64cc05
feat(ble): support enhanced controller log capabilities on ESP32-C2
...
(cherry picked from commit bbcb4a2e1f9c9bc13d59364d42c70bdf02ae14ef)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-02-18 10:22:43 +08:00
liuning
69ae8735c7
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
2025-02-17 14:23:03 +08:00
Astha Verma
8391e9a02b
fix(nimble): Handle nested locks when BT_NIMBLE_DEBUG enabled
2025-02-17 10:34:48 +05:30
Rahul Tank
85109aff8f
Merge branch 'fix/ble_issue_05022025_v5.0' into 'release/v5.0'
...
fix(nimble): Fix/ble issue 05022025 v5.0
See merge request espressif/esp-idf!36759
2025-02-17 12:58:35 +08:00
Island
10bebf8139
Merge branch 'feat/add_spi_output_v5.0' into 'release/v5.0'
...
Feat/add spi output (v5.0)
See merge request espressif/esp-idf!36952
2025-02-17 11:04:29 +08:00
Abhinav Kudnar
f7f91702b8
feat(nimble): Add offset in GATT server long read context
2025-02-15 20:28:36 +05:30
Rahul Tank
30116f0522
fix(nimble): Handle not sending disconnect event if connect was not sent
2025-02-15 20:27:56 +05:30
Astha Verma
698badd76a
fix(nimble): Added sync reattempt for periodic adv
2025-02-15 20:26:35 +05:30
Astha Verma
bcb9511858
fix(nimble): Handle NVS corruption due to incorrect security record
...
deletion
2025-02-15 20:25:55 +05:30
Rahul Tank
9297010c2e
fix(nimble): Fixed warnings with COMPILTER_WARN_WRITE_STRINGS set
2025-02-15 20:25:00 +05:30
Astha Verma
2b5d70b4cf
fix(nimble): Enhanced error handling by adding to print core error definitions
2025-02-15 20:22:41 +05:30
Kapil Gupta
e2a2dcd808
Merge branch 'bugfix/skip_memory_reordering_wpa2_semaphr_v5.0' into 'release/v5.0'
...
fix(esp_wifi): fixed stack corruption in WiFi tasks (v5.0)
See merge request espressif/esp-idf!36940
2025-02-14 19:06:36 +08:00
zhouxiao
0563abdd5e
change(ble): [AUTO_MR] Update lib_esp32c2 to 7b7ee440
2025-02-14 17:39:58 +08:00
Kapil Gupta
e7e15d954c
fix(esp_wifi): Fix stack curruption in btm task (v5.2)
2025-02-14 13:03:32 +05:30
Zhou Xiao
e456978606
change(ble): update esp32c2 rom ld file
...
(cherry picked from commit e5feba6ed314c47aab4ae993edc77c377cb10b7e)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-14 14:09:25 +08:00
Jiang Jiang Jian
5dbf151488
Merge branch 'change/ble_update_lib_20250103_v5.0' into 'release/v5.0'
...
change(ble): [AUTO_MR] 20250103 - Update ESP BLE Controller Lib (v5.0)
See merge request espressif/esp-idf!36369
2025-02-14 13:43:40 +08:00
Zhou Xiao
22bec7a569
feat(ble): add spi output interface for esp ble controller log
2025-02-14 12:18:31 +08:00
Zhou Xiao
11230d884a
feat(ble): support esp ble controller spi output interface for ESP32-C2
...
(cherry picked from commit 0b57f8ae875e52cfc816ebbb0eb1e7c7fb46cfad)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-14 11:53:23 +08:00
Kapil Gupta
cbe890bde6
fix(esp_wifi): fixed Stack corruption in DPP task
2025-02-13 15:57:48 +05:30
Kapil Gupta
968b8a215a
fix(esp_wifi): fixed Stack corruption in WPS processing
2025-02-13 15:57:48 +05:30
Kapil Gupta
90b29be236
fix(esp_wifi): Fixed memory corruption in wifi enterprise
...
Closes https://github.com/espressif/esp-idf/issues/15370
2025-02-13 15:57:41 +05:30
Jiang Jiang Jian
9d8fc56139
Merge branch 'fix/stack_overuse_by_failure_retry_cnt_v5.0' into 'release/v5.0'
...
fix(wifi): Fix stack overflow when failure_retry_cnt is set in station configuration (Backport v5.0)
See merge request espressif/esp-idf!36856
2025-02-12 18:04:50 +08:00
Jiang Jiang Jian
dc58edb50d
Merge branch 'bugfix/fix_i2s_reconfig_slot_issue_v5.0' into 'release/v5.0'
...
fix(i2s): fixed incorrect logic in slot reconfig (v5.0)
See merge request espressif/esp-idf!36645
2025-02-12 16:13:32 +08:00
Jiang Jiang Jian
92f710f8c8
Merge branch 'fix/ringbuf_receives_after_aq_wraparound_v5.0' into 'release/v5.0'
...
fix(esp_ringbuf): Fixed no-split ringbuf issue where acquire pointer wraps around (v5.0)
See merge request espressif/esp-idf!35871
2025-02-12 16:12:49 +08:00
Jiang Jiang Jian
a3136838fa
Merge branch 'bugfix/analyzer_issues_supplicant_v5.0' into 'release/v5.0'
...
fix(esp_wifi): fix some analyzer issues (v5.0)
See merge request espressif/esp-idf!36834
2025-02-12 16:11:16 +08:00
Jiang Jiang Jian
45ff2887e7
Merge branch 'bugfix/wps_scan_freq_v5.0' into 'release/v5.0'
...
fix(esp_wifi): Reduce scan frequency in WPS (v5.0)
See merge request espressif/esp-idf!36824
2025-02-12 16:10:45 +08:00
Island
8dde4f9233
Merge branch 'fix/blufi_example_mem_access_v5.0' into 'release/v5.0'
...
fix(ble/blufi): Fixed blufi example security issue (v5.0)
See merge request espressif/esp-idf!36160
2025-02-12 15:02:33 +08:00
Jiang Jiang Jian
30eba26e51
Merge branch 'bugfix/remove_unused_sco_state_v5.0' into 'release/v5.0'
...
Bugfix/remove unused sco state (v5.0)
See merge request espressif/esp-idf!36733
2025-02-12 14:00:57 +08:00
Zhou Xiao
f73fdaa744
fix(ble): fixed ld file for c2eco0 and c2eco4
...
(cherry picked from commit 937fe2a6e3102ff9a44da2e2288c7df7588a271c)
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
2025-02-12 10:55:00 +08:00
Zhou Xiao
79627f0151
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C2
...
(cherry picked from commit 6a752eeb89a48ee5c1d5e07b8f2ea297ca1c268d)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-02-12 10:55:00 +08:00
Zhou Xiao
14b81fd066
change(ble): Update lib_esp32c2 to 2a00fb0b
...
(cherry picked from commit 7cd3fe6953ce455dcde3bc499d0f09a5c5cd57d7)
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
2025-02-12 10:55:00 +08:00
Song Ruo Jing
834c9da833
fix(gpio): fix esp_rom_gpio_connect_out_signal for gpio num over 31 on esp32/s2
...
Closes https://github.com/espressif/esp-idf/issues/15209
2025-02-11 19:15:08 +08:00
zhanghaipeng
770f713e65
fix(ble): Update bt lib for ESP32(194dd63)
...
- Fix the issue where disconnection events were not reported as a slave.
- Enhance Access Address validation in compatibility mode.
2025-02-11 16:56:31 +08:00
gongyantao
bb039cc318
feat(bt): add vendor hci command and event to support test
...
- add afh related vendor hci command and event
- add vendor event mask command
2025-02-11 16:56:31 +08:00
linruihao
7db6f812af
feat(bt): add coexist scheme status support for bt page
2025-02-11 16:56:31 +08:00
Jin Cheng
13d598d50f
fix(bt/controller): fixed missing critical protections on linked-list structure of (e)SCO buffers
2025-02-11 16:56:31 +08:00
chenjianhua
01d9a716b9
fix(bt): Update bt lib for ESP32(ba6739f)
...
- Fixed assert in lld_evt.c at line 2353
- Fixed interrupt WDT when shutdown bt controller
- Added config for BLE vendor HCI QA command
- Added config for BLE channel assessment and ping procedure
2025-02-11 16:56:31 +08:00
Sarvesh Bodakhe
d2306adc5e
fix(wifi): Fix stack overflow when failure_retry_cnt is set
...
Fix issue of increased stack usage when failure_retry_cnt is set
and wifi driver internally retries connection attempts
2025-02-11 12:25:37 +05:30
zhanghaipeng
b5b9f9559e
docs(ble/bluedroid): Added BLE log when bond info was deleted
2025-02-11 14:17:03 +08:00
zhanghaipeng
d2d3ce7f0c
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
2025-02-11 14:16:53 +08:00
zhanghaipeng
a4c4601e59
fix(ble/blufi): Fixed blufi example security issue
2025-02-11 14:16:43 +08:00
Jiang Jiang Jian
9659bb2d03
Merge branch 'feat/esp32_set_get_bt_lpclk_src_v5.0' into 'release/v5.0'
...
feat(ble): Added API to get/set low power clock source(v5.0)
See merge request espressif/esp-idf!36575
2025-02-11 11:34:04 +08:00
Rahul Tank
f9358b74f0
Merge branch 'bugfix/fix_scan_rsp_evt' into 'release/v5.0'
...
fix(nimble): Add support for missing legacy event type in report parsing (v5.0)
See merge request espressif/esp-idf!36782
2025-02-11 00:23:56 +08:00
Kapil Gupta
b37f89bbce
fix(esp_wifi): fix some analyzer issues
...
Closes https://github.com/espressif/esp-idf/issues/15097
Closes https://github.com/espressif/esp-idf/issues/15098
Closes https://github.com/espressif/esp-idf/issues/15099
2025-02-10 20:16:35 +05:30