akshat
d753986556
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
2025-02-27 13:56:17 +08:00
akshat
8cb861890a
bugfix(wifi): Add missing brackets in the C++ guard
...
Closes https://github.com/espressif/esp-idf/issues/14991
2025-02-27 13:56:17 +08:00
Jiang Jiang Jian
a4f233eacf
Merge branch 'docs/fix_some_coexist_doc_issue_v5.0' into 'release/v5.0'
...
docs(coex): update rf coexistence documents (v5.0)
See merge request espressif/esp-idf!37348
2025-02-27 13:48:10 +08:00
linruihao
06d58996fb
docs(coex): update rf coexistence documents
...
- remove BLE connecting state in coexistence scenario
2025-02-27 11:40:00 +08:00
Martin Vychodil
331e9be3b4
Merge branch 'fix/esp_vfs_register_fd_range_warning_message_v5.0' into 'release/v5.0'
...
fix(storage/vfs): incorrect log level in esp_vfs_register_fd_range (v5.0)
See merge request espressif/esp-idf!36322
2025-02-27 04:27:40 +08:00
Tomáš Rohlínek
4b3d802ba5
fix(storage/vfs): incorrect log level in esp_vfs_register_fd_range
...
Closes https://github.com/espressif/esp-idf/issues/14327
2025-02-26 15:09:40 +01:00
Martin Vychodil
e59cc9822c
Merge branch 'fix/incorrect_console_open_and_close_behaviour_v5.0' into 'release/v5.0'
...
fix(storage/vfs_console): stop new console opens from overwriting existing fds (v5.0)
See merge request espressif/esp-idf!35271
2025-02-26 21:39:44 +08:00
Island
94adab5492
Merge branch 'bugfix/fix_ble_report_len_v5.0' into 'release/v5.0'
...
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan (v5.0)
See merge request espressif/esp-idf!37199
2025-02-26 14:11:51 +08:00
morris
16aba9936a
Merge branch 'fix/hub_error_handling_v5.0' into 'release/v5.0'
...
fix(usb/host): Fix disconnection error handling (backport to v5.0)
See merge request espressif/esp-idf!37229
2025-02-26 10:00:41 +08:00
Island
90766acef1
Merge branch 'feat/add_ble_log_spi_out_printf_v5.0' into 'release/v5.0'
...
feat(ble): add printf interface for ble log spi out (v5.0)
See merge request espressif/esp-idf!37183
2025-02-25 10:35:19 +08:00
Roland Dobai
a5099fa00b
Merge branch 'backport/fix/empty_int_handling' into 'release/v5.0'
...
fix(kconfgen): Improve error message for int/hex without default
See merge request espressif/esp-idf!37215
2025-02-24 21:30:09 +08:00
Tomas Rezucha
e3b21fb932
fix(usb/host): Fix disconnection error handling
...
In a very rare case of having 2 or more events of type
DISCONNECTION/ERROR/OVERCURRENT in a short time,
the driver has not yet recovered from
the 1st error but already got a 2nd error.
Closes https://github.com/espressif/esp-idf/issues/13364
Closes https://github.com/espressif/esp-idf/issues/15290
2025-02-24 10:29:20 +01:00
Jan Beran
2c501d5bac
fix(kconfgen): Improve error message for int/hex without default
...
Non string values without (valid) default value will have their
str_value equal to "" (empty string). If this is detected, a warning is
printed and the value is set to None.
2025-02-21 13:11:31 +01:00
Zhang Hai Peng
e202883133
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan
...
(cherry picked from commit 7f2cedc0488fe30316b7c6a45be1c8933ad36952)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-02-21 16:13:27 +08:00
Zhou Xiao
91d8d8ed11
feat(ble): add printf and write with timestamp interface for ble log spi out
...
(cherry picked from commit f8efa4cd80690579c0e4893d6c596f0cb2bacd7c)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-21 11:53:31 +08:00
Martin Vychodil
ae11fd5c92
Merge branch 'bugfix/memprot_s2_intr_peri1_v5.0' into 'release/v5.0'
...
fix(security): ESP32S2 memory protection check for Peri1 RTCSLOW interrupt (v5.0)
See merge request espressif/esp-idf!37122
2025-02-21 04:56:44 +08:00
Island
f0756ef7cd
Merge branch 'feat/improve_bt_log_spi_output_interface_v5.0' into 'release/v5.0'
...
Feat/improve bt log spi output interface (v5.0)
See merge request espressif/esp-idf!37133
2025-02-20 19:51:30 +08:00
Jiang Jiang Jian
5949919086
Merge branch 'bugfix/fix_delete_queue_error_in_espnow_example_v5.0' into 'release/v5.0'
...
fix(wifi): fix the delete queue error in espnow exapmle (v5.0)
See merge request espressif/esp-idf!37018
2025-02-20 15:44:05 +08:00
Island
0364a68eee
Merge branch 'change/ble_update_lib_20250114_v5.0' into 'release/v5.0'
...
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib (v5.0)
See merge request espressif/esp-idf!36476
2025-02-20 14:48:07 +08:00
Jiang Jiang Jian
f299f69d04
Merge branch 'bugfix/sdp_uuid16_match_err_v5.0' into 'release/v5.0'
...
fix(bt): Fix the incorrect record found using uuid16 search(v5.0)
See merge request espressif/esp-idf!36853
2025-02-20 10:58:35 +08:00
Zhou Xiao
09eef742ea
feat(ble): improved ble log spi output interface to support multisource log
2025-02-20 10:34:27 +08:00
Martin Vychodil
889cfabc89
fix(security): Fixed ESP32S2 memory protection check for Peri1 RTCSLOW interrupt
...
- fixes the issue found in https://github.com/espressif/esp-idf/issues/15359
- extends debug printouts in the related tests
2025-02-19 19:40:23 +01:00
Zhou Xiao
06c6996a2c
feat(ble): support ble log spi out for ESP32-C3 and ESP32-S3
...
(cherry picked from commit e41f6195667fa2724d78c9b33a9894d91675b0d6)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:53:26 +08:00
Zhou Xiao
56e38729b1
feat(ble): support ble log spi out for ESP32
...
(cherry picked from commit e2fbec5d2e70bd0a7d3b2e5f5b5cc7a662157130)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:53:23 +08:00
Zhou Xiao
6bd2ef0083
change(ble): update ble log spi out config for ESP32-C2
...
(cherry picked from commit e4b698fc32249f3d30c6eba69de1d325fee71dee)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:53:21 +08:00
Jiang Jiang Jian
a2e76fa5aa
Merge branch 'feat/add_inq_page_coex_schm_v5.0' into 'release/v5.0'
...
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
See merge request espressif/esp-idf!37009
2025-02-19 20:21:02 +08:00
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
dd5155ea9c
fix(bt/bluedroid): fixed the format error of passkey printing
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
Rahul Tank
608d5a7626
Merge branch 'fix/wifi_provisioning_ble_v5.0' into 'release/v5.0'
...
fix(nimble): Handle nested locks when BT_NIMBLE_DEBUG enabled (v5.0)
See merge request espressif/esp-idf!36502
2025-02-17 18:59:52 +08:00
zhangyanjiao
d6b268361c
fix(wifi): fix the delete queue error in espnow exapmle
...
Closes https://github.com/espressif/esp-idf/issues/15383
2025-02-17 14:59:56 +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