Island
f2c8eb0f09
Merge branch 'feat/add_ble_ctrl_log_module_on_esp32c3_v5.1' into 'release/v5.1'
...
feat(bt): Added BLE log module on ESP32-C3 and ESP32-S3(723439d) (v5.1)
See merge request espressif/esp-idf!37358
2025-02-28 14:30:25 +08:00
Shu Chen
0fbfc09641
Merge branch 'fix/fix_ot_uart_init_bug_v5.1' into 'release/v5.1'
...
fix(openthread): fix a bug of openthread uart init port (v5.1)
See merge request espressif/esp-idf!37326
2025-02-28 12:44:12 +08:00
Jiang Jiang Jian
cfc64c7299
Merge branch 'bugfix/ifdef_cplusplus_bracket_v5.1' into 'release/v5.1'
...
bugfix(wifi): Add missing brackets in the C++ guard (Backport v5.1)
See merge request espressif/esp-idf!36848
2025-02-28 11:53:00 +08:00
Jiang Jiang Jian
f4733573bc
Merge branch 'fix/fix_bad_dslp_param_after_lightsleep_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Fixed the issue that light sleep destroyed the parameters of subsequent deep sleep (v5.1)
See merge request espressif/esp-idf!37305
2025-02-28 11:52:30 +08:00
Rahul Tank
bec000aa18
Merge branch 'bugfix/deprecate_link_estab_v5.1' into 'release/v5.1'
...
fix(nimble): Deprecate link_estab event (v5.1)
See merge request espressif/esp-idf!37060
2025-02-27 23:19:41 +08:00
Island
392c30314f
Merge branch 'feat/add_ble_spi_log_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Support SPI log output options for HCI (v5.1)
See merge request espressif/esp-idf!37338
2025-02-27 20:18:02 +08:00
chenjianhua
8b481be911
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(723439d)
...
- Added BLE controller debug log trace
- Added BLE controller log module
2025-02-27 16:10:32 +08:00
akshat
9186cf432a
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
2025-02-27 15:52:10 +08:00
akshat
e4ed53d412
bugfix(wifi): Add missing brackets in the C++ guard
...
Closes https://github.com/espressif/esp-idf/issues/14991
2025-02-27 15:52:10 +08:00
Jiang Jiang Jian
db5f597a91
Merge branch 'fix/fix_s2_s3_rtc_iomux_clock_management_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management (v5.1)
See merge request espressif/esp-idf!37169
2025-02-27 15:51:07 +08:00
Xu Si Yu
1c20f71eeb
fix(openthread): fix a bug of openthread uart init port
2025-02-27 15:42:04 +08:00
Wang Meng Yang
0d0800d9ea
Merge branch 'feat/add_vsc_to_support_test_v5.1' into 'release/v5.1'
...
feat(bt): add vendor hci command and event to support test (v5.1)
See merge request espressif/esp-idf!36568
2025-02-27 14:59:59 +08:00
Jiang Jiang Jian
63342e1e82
Merge branch 'docs/fix_some_coexist_doc_issue_v5.1' into 'release/v5.1'
...
docs(coex): update rf coexistence documents (v5.1)
See merge request espressif/esp-idf!37347
2025-02-27 13:57:46 +08:00
Zhou Xiao
84a7fe240c
fix(ble): fix flushout and sync issues
2025-02-27 13:12:02 +08:00
zhanghaipeng
899140216b
fix(ble/bluedroid): Added SPI output support for Bluedroid host log
2025-02-27 13:11:38 +08:00
zhanghaipeng
45580bb73e
fix(ble/bluedroid): Support SPI log output options for HCI
2025-02-27 13:10:32 +08:00
linruihao
50e6628089
docs(coex): update rf coexistence documents
...
- remove BLE connecting state in coexistence scenario
- remove WIFI section in H2 docs
2025-02-27 11:31:23 +08:00
Shu Chen
a28b62e2b9
docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4
2025-02-27 11:31:02 +08:00
Island
50e63edc9d
Merge branch 'feat/add_save_debug_context_250226_v5.1' into 'release/v5.1'
...
Feat/add save debug context 250226 (v5.1)
See merge request espressif/esp-idf!37294
2025-02-27 10:40:00 +08:00
wuzhenghui
55859a9285
fix(esp_hw_support): fix lightsleep destroys deepsleep rtc parameters
2025-02-26 17:00:28 +08:00
zhanghaipeng
618923ccbf
fix(ble): Update bt lib for ESP32(2a2631f)
...
- Support ESP32 BLE GPIO DEBUG
2025-02-26 16:19:41 +08:00
Zhao Wei Liang
c16a2b345d
feat(ble): add a debug way to retain scene on ESP32-C6
2025-02-26 15:31:42 +08:00
zwl
65037d3831
fix(ble): fixed common kconfig error when controller enable only
2025-02-26 15:26:49 +08:00
Island
58d722a16f
Merge branch 'change/ble_update_lib_20250217_v5.1' into 'release/v5.1'
...
change(ble): [AUTO_MR] 20250217 - Update ESP BLE Controller Lib (v5.1)
See merge request espressif/esp-idf!37128
2025-02-26 14:13:19 +08:00
Island
e9bc012184
Merge branch 'bugfix/fix_ble_report_len_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan (v5.1)
See merge request espressif/esp-idf!37200
2025-02-26 14:11:56 +08:00
morris
6df6ab7d2b
Merge branch 'fix/hub_error_handling' into 'release/v5.1'
...
fix(usb/host): Fix disconnection error handling
See merge request espressif/esp-idf!37228
2025-02-26 10:43:11 +08:00
cjin
2feaf5a89c
change(ble): update esp32c6 lib to 7ead2d29
2025-02-25 18:04:38 +08:00
cjin
1164033475
change(ble): update esp32h2 lib to 7ead2d29
2025-02-25 18:04:38 +08:00
zwl
1195ce2e59
feat(ble): implement ble capture info user handler on ESP32-C6 and ESP32-H2
2025-02-25 18:04:38 +08:00
Shen Weilong
f4a8aaffcb
change(ble): Supported cuttable architecture for ble
2025-02-25 18:04:38 +08:00
Marius Vikhammer
bf11849a79
Merge branch 'bugfix/remove_wdt_both_cpus_test_v5.1' into 'release/v5.1'
...
test(panic): remove WDT both CPU test (v5.1)
See merge request espressif/esp-idf!36623
2025-02-25 11:36:37 +08:00
Island
c9063460d6
Merge branch 'feat/add_ble_log_spi_out_printf_v5.1' into 'release/v5.1'
...
feat(ble): add printf interface for ble log spi out (v5.1)
See merge request espressif/esp-idf!37184
2025-02-25 10:35:30 +08:00
Alexey Gerenkov
3310f88699
Merge branch 'fix/coredump_note_section_alignment_v5.1' into 'release/v5.1'
...
Fix/coredump note section headers and alignments (v5.1)
See merge request espressif/esp-idf!36883
2025-02-24 21:09:45 +08:00
Tomas Rezucha
2ff9085d4d
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 09:29:02 +01:00
Mahavir Jain
7b9f6e2f9a
Merge branch 'ci/fix_pure_ram_app_v5.1' into 'release/v5.1'
...
ci(esp_system): Fix the `test_pure_ram_loadable_app` failure
See merge request espressif/esp-idf!36984
2025-02-24 13:52:32 +08:00
Rahul Tank
303e83df31
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-02-23 15:15:05 +05:30
zhanghaipeng
e71af692b9
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-23 17:40:50 +08:00
gongyantao
286736469d
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-23 17:40:50 +08:00
linruihao
598eff9d27
feat(bt): add coexist scheme status support for bt page
2025-02-23 17:40:50 +08:00
Zhang Hai Peng
d3051495a5
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:33 +08:00
wuzhenghui
dbb4d923ca
fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management
2025-02-21 13:59:56 +08:00
wuzhenghui
a8312fbedb
fix(esp_driver_gpio): manage lp_io module clock by driver
2025-02-21 13:59:51 +08:00
Zhou Xiao
9e7144d171
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:39 +08:00
Jiang Jiang Jian
79c784f814
Merge branch 'fix/lwip_ping_getnetif_threadsafe_v5.1' into 'release/v5.1'
...
fix(lwip): Fix ping session calling thread unsafe API (v5.1)
See merge request espressif/esp-idf!36382
2025-02-21 11:00:52 +08:00
Island
fe44aa768e
Merge branch 'change/ble_update_lib_20250114_v5.1' into 'release/v5.1'
...
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib (v5.1)
See merge request espressif/esp-idf!36477
2025-02-21 10:47:49 +08:00
Island
06da036d83
Merge branch 'feat/improve_bt_log_spi_output_interface_v5.1' into 'release/v5.1'
...
Feat/improve bt log spi output interface (v5.1)
See merge request espressif/esp-idf!37134
2025-02-21 10:47:42 +08:00
Martin Vychodil
8285cd1407
Merge branch 'bugfix/memprot_s2_intr_peri1_v5.1' into 'release/v5.1'
...
fix(security): ESP32S2 memory protection check for Peri1 RTCSLOW interrupt (v5.1)
See merge request espressif/esp-idf!37120
2025-02-21 05:08:27 +08:00
David Cermak
8b0c488184
fix(lwip): Fix potential data-race in ping tcpip callback
...
Need to use tcpip_api_call() instead of tcpip_callback(), since the
former waits for the tcpip task to complete and thus prevents potential
data races with subsequent TCP/IP tasks.
2025-02-20 16:07:21 +08:00
David Cermak
9d3c8f0532
fix(lwip): Fix ping session calling thread unsafe API
...
Closes https://github.com/espressif/esp-idf/issues/14982
2025-02-20 16:07:21 +08:00
Zhou Xiao
59d0d04311
change(ble): [AUTO_MR] Update lib_esp32c2 to 7b7ee440
2025-02-20 14:35:57 +08:00