Euripedes Rocha
cdd8f31a4c
Merge branch 'fix/bridge_example_v5.3' into 'release/v5.3'
...
fix(examples): fixed bridge example test endnode to host send (v5.3)
See merge request espressif/esp-idf!43056
2025-11-20 11:37:41 +01:00
zwx
ef1b7e94b1
fix(802.15.4): fixed energy detection result
2025-11-20 14:19:42 +08:00
morris
319e195aae
Merge branch 'bugfix/fixed_i2s_write_invalid_offset_issue_v5.3' into 'release/v5.3'
...
fix(i2s): fixed invalid offset in the big gap writing scenario (v5.3)
See merge request espressif/esp-idf!42754
2025-11-19 15:43:04 +08:00
morris
0c663f52cf
Merge branch 'contrib/github_pr_17858_v5.3' into 'release/v5.3'
...
fix (GitHub PR) (v5.3)
See merge request espressif/esp-idf!43494
2025-11-19 11:57:32 +08:00
Shu Chen
0e684ec479
Merge branch 'fix/fix_some_deadlock_issue_v5.3' into 'release/v5.3'
...
fix(openthread): resolve deadlock issues due to switching_lock (v5.3)
See merge request espressif/esp-idf!43480
2025-11-18 21:47:42 +00:00
Jeremy Boynes
b935de3eeb
fix(esp_lcd): Issue where M5Stack CoreS3 uses GPIO 35 for MISO and LCD D/C
...
Adopts approach used by M5GFX that enables/diables output during SPI transaction.
2025-11-18 19:02:47 +08:00
morris
00e6f19a14
Merge branch 'bugfix/usb_dp_pin_unusable_after_cpu_reset_v5.3' into 'release/v5.3'
...
fix(gpio): fix USB DP pin unusable after CPU reset for S3/C3 (v5.3)
See merge request espressif/esp-idf!42811
2025-11-18 17:16:07 +08:00
morris
6cf94bc857
Merge branch 'feature/i2s_support_merge_simplex_to_duplex_v5.3' into 'release/v5.3'
...
feat(i2s): support to lazy constitute full-duplex mode (v5.3)
See merge request espressif/esp-idf!41844
2025-11-18 17:15:06 +08:00
morris
1e1f440eac
Merge branch 'fix/pcnt_example_pytest_v5.3' into 'release/v5.3'
...
test(pcnt): fix pcnt example pytest (v5.3)
See merge request espressif/esp-idf!43197
2025-11-18 17:09:58 +08:00
Tan Yan Quan
ccb043bf2e
fix(openthread): resolve deadlock issues due to switching_lock
...
* esp-openthread: thread_zigbee/esp-openthread@d5dd6f2ca
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@6ec13504d
2025-11-18 07:20:14 +00:00
hebinglin
ab5dc6b5f7
feat(esp_hw_support): add gpio reset workaround in esp32h21 & esp32h4
2025-11-18 14:23:41 +08:00
Island
6ec13504df
Merge branch 'opt/opt_ble_log_v5.3' into 'release/v5.3'
...
feat(ble/bluedroid): Added BLE debug LOG for bluedroid (v5.3)
See merge request espressif/esp-idf!42268
2025-11-18 13:52:09 +08:00
Jiang Jiang Jian
0004b04d52
Merge branch 'feat/phy_lib_update_c5eco3_coex_v5.3' into 'release/v5.3'
...
feat(phy): updated phy lib for ESP32-C5 ECO2/ECO3 coex (v5.3)
See merge request espressif/esp-idf!43414
2025-11-18 12:00:32 +08:00
Marius Vikhammer
bd6bd6bc2d
Merge branch 'ci/ulp_fsm_i_wr_reg_v5.3' into 'release/v5.3'
...
test(ulp): added larger delay in ULP FSM I_WR_REG instruction test (v5.3)
See merge request espressif/esp-idf!43424
2025-11-18 09:27:11 +08:00
Chen Jichang
f5e6c22726
test(pcnt): fix pcnt example pytest
2025-11-17 16:34:16 +08:00
Marius Vikhammer
bfc3815ce6
test(ulp): added larger delay in ULP FSM I_WR_REG instruction test
...
Test is flakey, could possibly be due to the ULP occasionally needing
a bit more time to start up.
2025-11-17 16:23:49 +08:00
Zhou Xiao
0adf5ff59a
feat(phy): ESP32-C5 ECO2/ECO3 coex and ESP32-C6 track reset
...
* C5 phy_version: 1 107, 8c534c84, Nov 17 2025
* C6 phy_version: 343, b513b46, Nov 14 2025
2025-11-17 15:39:53 +08:00
Mahavir Jain
9a38d629c1
Merge branch 'feat/update_mbedtls_3.6.5_v5.3' into 'release/v5.3'
...
feat(mbedtls): update to version 3.6.5 (v5.3)
See merge request espressif/esp-idf!43246
2025-11-17 10:17:28 +05:30
Song Ruo Jing
7f18945368
fix(gpio): fix USB DP pin unusable after CPU reset for S3/C3
...
Closes https://github.com/espressif/esp-idf/issues/17488
2025-11-14 21:01:04 +08:00
Wang Meng Yang
06794952f8
Merge branch 'bugfix/bluetooth_chan_map_error_v5.3' into 'release/v5.3'
...
fix(bt/controller): fixed Bluetooth hardware error of 'CHMAP_ERROR' (v5.3)
See merge request espressif/esp-idf!43341
2025-11-14 19:17:13 +08:00
wuzhenghui
92ed9c8d90
test(esp_pm): add test case for USJ printing performance during wake-up
...
Add a new test case to verify that USJ printing doesn't block CPU on chip
wake-up from light sleep. The test measures the average time per print
operation and ensures it's below 5000 microseconds.
2025-11-14 17:43:50 +08:00
wuzhenghui
454d1ac65d
fix(esp_driver_usb_serial_jtag): check USJ accessibility before read/write
...
Add connection checks to usb_serial_jtag_write and usb_serial_jtag_read
functions to return -EIO error code when the USB Serial JTAG is not
connected.
2025-11-14 17:33:09 +08:00
wuzhenghui
29cbccc072
fix(esp_system): fix XTAL32K power breaks ADC function on 32k XTAL clock pin
2025-11-14 17:01:21 +08:00
wuzhenghui
d90989f6b0
fix(esp_hw_support): add dependency of the TOP domain to the RTC_PERIPH domain for esp32c6
2025-11-14 16:44:21 +08:00
Island
4eb4a52f62
Merge branch 'change/ble_update_lib_20251106_v5.3' into 'release/v5.3'
...
change(ble): [AUTO_MR] 20251106 - Update ESP BLE Controller Lib (v5.3)
See merge request espressif/esp-idf!43172
2025-11-14 15:29:55 +08:00
Wang Meng Yang
76e5b51b58
Merge branch 'bugfix/fix_hid_memory_leak_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Fixed HID memory leak (v5.3)
See merge request espressif/esp-idf!43333
2025-11-14 14:08:23 +08:00
zhanghaipeng
e346b83332
feat(ble/bluedroid): Added BLE debug LOG for bluedroid
2025-11-14 11:12:40 +08:00
Jin Cheng
aa76c1127b
fix(bt/controller): Fixed some controller bugs
...
- Fixed Bluetooth hardware error of 'CHMAP_ERROR'
- Fixed encryption collision bug
2025-11-13 19:47:08 +08:00
liqigan
1b9419d7ca
fix(bt/bluedroid): Fixed HID memory leak
2025-11-13 17:44:29 +08:00
Island
245f5f7f43
Merge branch 'fix/increase_ble_log_task_stack_size_for_xtensa_chips_v5.3' into 'release/v5.3'
...
fix(ble): increase default ble log stack size for xtensa chips (v5.3)
See merge request espressif/esp-idf!43285
2025-11-13 16:40:11 +08:00
zwx
7450edafd5
feat(esp_coex): set the pull mode of the external coex input pin
2025-11-13 10:44:58 +08:00
Wang Meng Yang
7348c65df0
Merge branch 'bugfix/oob_in_bta_dm_sdp_result_v5.3' into 'release/v5.3'
...
fix(bt/blurdoird): fixed an OOB write in bta_dm_sdp_result (v5.3)
See merge request espressif/esp-idf!43205
2025-11-13 10:20:17 +08:00
Zhou Xiao
32f83556bf
fix(ble): increase default ble log stack size for xtensa chips
...
(cherry picked from commit 3e0d005987 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-11-12 17:13:53 +08:00
Wang Meng Yang
4bf4327f7a
Merge branch 'bugfix/cod_chg_by_scan_ena_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): update the COD before enabling inquiry scan (v5.3)
See merge request espressif/esp-idf!43239
2025-11-12 15:42:55 +08:00
Zhao Wei Liang
3f54ffe07e
feat(ble): add peripheral fast rx data in latency config on ESP32-C6
...
(cherry picked from commit 0f03da43c8 )
Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com >
2025-11-12 00:07:24 +08:00
Zhao Wei Liang
c099a8956e
feat: rename ble sleep related apt on ESP32-H2
...
(cherry picked from commit 658efa27f0 )
Co-authored-by: cjin <jinchen@espressif.com >
2025-11-12 00:07:24 +08:00
Zhao Wei Liang
26764aa5b7
feat: rename ble sleep related apt on ESP32-C6
...
(cherry picked from commit 8e1292e1f2 )
Co-authored-by: cjin <jinchen@espressif.com >
2025-11-12 00:07:24 +08:00
Zhou Xiao
4a59cf2047
change(ble): [AUTO_MR] Update lib_esp32c6 to b6027aeb
2025-11-12 00:07:24 +08:00
Zhou Xiao
6088831394
change(ble): [AUTO_MR] Update lib_esp32h2 to b6027aeb
2025-11-12 00:07:24 +08:00
Zhou Xiao
0a38d42470
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
2025-11-12 00:07:24 +08:00
Zhou Xiao
a0358ca6e7
change(ble): [AUTO_MR] Update lib_esp32c2 to 27b6e1dc
2025-11-12 00:07:24 +08:00
Shu Chen
9778f67e3e
Merge branch 'fix/fix_save_line_in_debug_for_154_v5.3' into 'release/v5.3'
...
fix(802.15.4): fix line save in 154 debug (v5.3)
See merge request espressif/esp-idf!43224
2025-11-11 11:40:54 +00:00
Marius Vikhammer
36c63efa60
Merge branch 'test/freertos_flaky_tests_stabilization_v5.3' into 'release/v5.3'
...
test(freertos): Added miscellaneous stability fixes to unit tests (v5.3)
See merge request espressif/esp-idf!43125
2025-11-11 17:30:47 +08:00
Ashish Sharma
690dd323fd
feat(mbedtls): update to version 3.6.5
2025-11-11 16:49:04 +08:00
Rahul Tank
8b83620351
Merge branch 'contrib/github_pr_17824_v5.3' into 'release/v5.3'
...
Fix typos in NimBLE example comments (GitHub PR) (v5.3)
See merge request espressif/esp-idf!43113
2025-11-11 14:07:59 +05:30
JinCheng
1bc5b34b90
fix(bt/bluedroid): update the COD before enabling inquiry scan
2025-11-11 15:48:15 +08:00
Rasmus Buurman
23b351acdf
fix(examples): Fix typos in NimBLE example comments
2025-11-11 11:39:54 +05:30
zhuanghang
8070e0fe53
fix(802.15.4): fix line save in 154 debug
2025-11-11 12:02:22 +08:00
Jin Cheng
4d928f2265
fix(bt/blurdoird): fixed an OOB write in bta_dm_sdp_result
2025-11-10 17:07:28 +08:00
Island
cb920e3225
Merge branch 'feat/support_cble50y25_277_v5.3' into 'release/v5.3'
...
feat(ble): Support controller log compression for ESP32-C3 and ESP32-S3(0871069) (v5.3)
See merge request espressif/esp-idf!43106
2025-11-10 14:06:09 +08:00