Jin Cheng
5ba5b3bc0b
fix(bt/bluedroid): fixed stuck sec_state on authention HCI command send failure
...
Closes SEC-1164
2026-07-09 17:14:03 +08:00
Jin Cheng
5d136bf113
fix(bt/bluedroid): fixed HID host slot leak on local VUP ACL drop
...
Closes SEC-1169
2026-07-09 17:14:03 +08:00
Jin Cheng
b6d199ea34
fix(bt/bluedroid): fixed NULL dereference in remote legacy authentication handler
...
Closes SEC-1143
2026-07-09 17:14:02 +08:00
Jin Cheng
61a66689ce
fix(bt/bluedroid): fixed integer overflow in HID report descriptor parser
...
Closes SEC-084
2026-07-09 17:14:02 +08:00
Jin Cheng
eb31ebd509
fix(bt/bluedroid): fixed wrong link key flag cleared on legacy BR/EDR authentication failure
...
Stale bond trust state cound remain after authenticaion failure, causing
incorrect bond status and link key auto-reply behavior.
Closes SEC-1153
2026-07-09 17:14:02 +08:00
morris
853990fb6e
Merge branch 'fix/dac_continuous_flag_v5.4' into 'release/v5.4'
...
fix(dac): dac_continuous set is_cyclic flag in async mode (v5.4)
See merge request espressif/esp-idf!50541
2026-07-09 16:25:15 +08:00
Hu Rui
58af065f82
fix(dac): dac_continuous set is_cyclic flag in async mode
2026-07-09 11:21:03 +08:00
Rahul Tank
28b43f2e8d
Merge branch 'bugfix/ai_reviewer_nimble_1.6_v5.4' into 'release/v5.4'
...
fix(nimble): Fixes for AI reported issues (v5.4)
See merge request espressif/esp-idf!50016
2026-07-08 13:58:46 +05:30
Zhang Wen Xu
3ddfa464ba
Merge branch 'fix/reverse-extended-address-byte-order-in-esp-radio-spiel_v5.4' into 'release/v5.4'
...
fix(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel (v5.4)
See merge request espressif/esp-idf!50455
2026-07-08 02:35:01 +00:00
Rahul Tank
a3aeccbed4
fix(nimble): Fixes for AI reported issues
2026-07-07 16:28:48 +05:30
Xu Si Yu
073473ccf0
feat(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel
2026-07-07 17:39:56 +08:00
Marius Vikhammer
581bc0c5ce
Merge branch 'fix/vfs_fatfs_test_stale_partition_v5.4' into 'release/v5.4'
...
test(vfs): reformat WL FATFS in setup to avoid stale-partition flakes (v5.4)
See merge request espressif/esp-idf!50434
2026-07-07 14:43:08 +08:00
Jiang Jiang Jian
a089512c33
Merge branch 'fix/use_unilock_for_sleep_process_v5.4' into 'release/v5.4'
...
fix(esp_hw_support): use same lock for lightsleep/deepsleep process (v5.4)
See merge request espressif/esp-idf!49846
2026-07-07 11:10:41 +08:00
morris
98bbceecfe
Merge branch 'feature/dma2d_ppa_sleep_retention_support_v5.4' into 'release/v5.4'
...
feat(ppa): add sleep retention support for DMA2D and PPA (v5.4)
See merge request espressif/esp-idf!50356
2026-07-07 10:34:39 +08:00
Jiang Jiang Jian
a04e46e6dc
Merge branch 'bugfix/fix_some_wifi_bugs_260706_v5.4' into 'release/v5.4'
...
fix(wifi): fix some wifi bugs 260706 v5.4(Backport v5.4)
See merge request espressif/esp-idf!50409
2026-07-07 10:32:30 +08:00
Martin Vychodil
abc1b742f8
test(vfs): reformat WL FATFS in setup to avoid stale-partition flakes
...
Reformat the test partition before each mount so those tests always start from
a known-empty filesystem.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-06 16:59:37 +02:00
muhaidong
d44e869233
fix(wifi): fix some wifi bugs 260706 v5.4
...
1. support weak func for wifi lmac assert
2. post disconnect event after disassociation tx callback
2026-07-06 17:53:05 +08:00
muhaidong
f2f3dfa947
fix(wifi): support weak func for wifi lmac assert
2026-07-06 17:49:38 +08:00
muhaidong
81de7b1c23
fix(coex): remove unsupported external coex soc caps
2026-07-06 17:48:01 +08:00
Jiang Jiang Jian
5fb8206bd6
Merge branch 'fix/ble_mesh_disable_adv_pkt_discard_log_v5.4' into 'release/v5.4'
...
fix(ble_mesh): Disable warning logging when advertising packets are discarded (5.4)
See merge request espressif/esp-idf!50165
2026-07-06 15:13:23 +08:00
Island
f14e94bb83
Merge branch 'fix/ble-log-64-bit-io-setup-support_v5.4' into 'release/v5.4'
...
fix(ble_log): use BIT64 over BIT to support 64-bit IO setup (5.4)
See merge request espressif/esp-idf!50329
2026-07-06 12:21:09 +08:00
Wang Meng Yang
36e78269b8
Merge branch 'bugfix/bbp_issues_v5.4' into 'release/v5.4'
...
Bugfix/bbp issues v5.4
See merge request espressif/esp-idf!50191
2026-07-06 11:16:44 +08:00
Wang Meng Yang
499b237bcf
Merge branch 'bugfix/hfp_example_ci_v5.4' into 'release/v5.4'
...
fix: Fix the HFP example fails to discovery target device (v5.4)
See merge request espressif/esp-idf!50291
2026-07-06 10:41:13 +08:00
Song Ruo Jing
de7b3abfe0
feat(ppa): add sleep retention support for DMA2D and PPA
2026-07-03 21:37:45 +08:00
Rahul Tank
c8d74d975a
Merge branch 'bugfix/queue_att_cmd_v5.4' into 'release/v5.4'
...
feat(nimble): Defer all ATT commands until connection event is sent to GAP layer (v5.4)
See merge request espressif/esp-idf!48179
2026-07-03 16:07:00 +05:30
Jiang Jiang Jian
07f6e7d4a3
Merge branch 'backport/backport_some_wifi_changes_260701_v5.4' into 'release/v5.4'
...
backport/backport_some_wifi_changes_260701_v5.4(backport v5.4)
See merge request espressif/esp-idf!50263
2026-07-03 16:47:40 +08:00
Rahul Tank
b5b35c0d25
fix(nimble): Defer Events / ATT related information from stack
...
Defer Events/ ATT related GAP events from stack until connection
event is sent to GAP layer
2026-07-03 11:19:43 +05:30
Zhou Xiao
8db6befe08
fix(ble_log): use BIT64 over BIT to support 64-bit IO setup
...
(cherry picked from commit a2876d304e )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-07-03 12:04:55 +08:00
Island
ffa24ce5cf
Merge branch 'change/ble_update_lib_20260610_v5.4' into 'release/v5.4'
...
change(ble): [AUTO_MR] 20260610 - Update ESP BLE Controller Lib (5.4)
See merge request espressif/esp-idf!50224
2026-07-03 00:55:19 +08:00
yangfeng
fe1f84d53d
fix: Fix the HFP example fails to discovery target device
2026-07-02 15:07:37 +08:00
yinqingzhao
bbfb2840f5
fix(wifi): comment out functions from ld files
2026-07-02 10:16:23 +08:00
yinqingzhao
e0f5dd572c
fix(wifi): optimizations of csa procedure and keep alive mechanism
2026-07-01 20:10:08 +08:00
yinqingzhao
3a5ddbc07b
fix(itwt): fix flow id 0 cannot suspend in itwt example
2026-07-01 17:35:30 +08:00
yinqingzhao
ddec495cf7
fix(wifi): fix scheduling issue when tasks have the same priority as the Wi-Fi task
2026-07-01 17:35:10 +08:00
yinqingzhao
d51b8c26f4
fix(phy): fix still put multiple phy init date bin into flash when CONFIG_ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED is enabled
2026-07-01 17:33:55 +08:00
yinqingzhao
302e636a13
feat(phy): support change multiple phy init bin path
2026-07-01 17:30:44 +08:00
Rahul Tank
e2fcc9d55b
Merge branch 'contrib/github_pr_18761_v5.4' into 'release/v5.4'
...
fix(nimble): initialize return value in LED characteristic access cal… (GitHub PR) (v5.4)
See merge request espressif/esp-idf!50153
2026-07-01 09:26:11 +05:30
Zhou Xiao
48f98395f8
change(ble): [AUTO_MR] Update lib_esp32c6 to a6519790
...
(cherry picked from commit 226a0483b1 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-07-01 10:35:29 +08:00
Zhou Xiao
8d3d04c60a
change(ble): [AUTO_MR] Update lib_esp32h2 to a6519790
...
(cherry picked from commit 8a744e8e93 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-07-01 10:35:28 +08:00
Wang Meng Yang
1ce3dfb50c
Merge branch 'bugfix/ai_review_btu_common_v5.4' into 'release/v5.4'
...
fix: Fix the critical issues of btu and bt_common from AI review report (v5.4)
See merge request espressif/esp-idf!50124
2026-06-30 19:24:27 +08:00
Wang Meng Yang
d3d0963239
Merge branch 'bugfix/ai_review_a2dp_v5.4' into 'release/v5.4'
...
fix(bt): Fix the critical issues related to A2DP from AI review report (v5.4)
See merge request espressif/esp-idf!50130
2026-06-30 19:23:54 +08:00
luoxu
316a6cd50f
fix(ble_mesh): Disable warning logging when advertising packets are discarded
2026-06-30 17:00:43 +08:00
morris
582e0d5c1d
Merge branch 'refactor/jpeg_encoder_example_v5.4' into 'release/v5.4'
...
fix(jpeg): broken link in the example readme (v5.4)
See merge request espressif/esp-idf!50142
2026-06-30 16:18:05 +08:00
Jin Cheng
66be8af7ee
fix(bt/bluedroid): fixed possible OOB read/write in process_l2cap_cmd
2026-06-30 15:10:44 +08:00
morris
8c731d258b
doc(jpeg): fix broken link in the example readme
2026-06-30 13:49:22 +08:00
morris
091b0aecac
Merge branch 'fix/spi_buslock_multi_dev_acq_release_issue_v5.4' into 'release/v5.4'
...
fix(esp_hw_support): fixed spi buslock multi dev acq/release logic issue (v5.4)
See merge request espressif/esp-idf!49172
2026-06-30 11:48:17 +08:00
morris
ca4758cd00
Merge branch 'bugfix/sdio_slave_buffer_size_limit_v5.4' into 'release/v5.4'
...
fix(sdio_slave): align buffer size checks with descriptor limits (v5.4)
See merge request espressif/esp-idf!49901
2026-06-30 11:33:47 +08:00
Island
416cd10dd5
Merge branch 'bugfix/fix_bluedroid_static_random_conn_rpa_v5.4' into 'release/v5.4'
...
fix(ble/bluedroid): skip identity conversion for static random direct connect (5.4)
See merge request espressif/esp-idf!50083
2026-06-30 10:24:53 +08:00
Island
6d69f146be
Merge branch 'bugfix/fix_bluedroid_rpa_whitelist_conn_v5.4' into 'release/v5.4'
...
Fix connection failure when using RPA with whitelist filtering(ESP32) (5.4)
See merge request espressif/esp-idf!50089
2026-06-30 10:23:14 +08:00
Shuai Wang
18ba3901d6
fix(nimble): initialize return value in LED characteristic access callback
...
When the NimBLE stack called this callback for a GATT Write Request, the
uninitialized stack value was interpreted as a non-zero GATT error code,
causing the stack to send BLE_ATT_ERR_UNLIKELY (0x0E) back to the client.
2026-06-29 17:30:21 +05:30