Marius Vikhammer
defe1cde71
feat(ulp/lp_spi): bring up LP SPI on ESP32-S31
...
Add LP SPI HAL LL layer for ESP32-S31 and ESP32-P4, enable the
peripheral in soc_caps, and port the HP-side and LP-core-side SPI
drivers to use the new LL abstraction.
2026-04-28 10:20:02 +08:00
Lv Xin Yue
e17f46e240
Merge branch 'docs/update_sd_pullup_requirements' into 'master'
...
docs(esp32): Updated wording to avoid misunderstanding
See merge request espressif/esp-idf!47871
2026-04-28 09:53:22 +08:00
Lv Xin Yue
475f9b6156
docs(esp32): Updated wording to avoid misunderstanding
2026-04-28 09:18:04 +08:00
Harshal Patil
8f254a2056
Merge branch 'fix/supported_key_mgr_key_types_check' into 'master'
...
fix(esp_security): guard key manager APIs against unsupported chip revs
Closes IDF-15621
See merge request espressif/esp-idf!47946
2026-04-27 18:40:06 +05:30
Island
3cedc1f484
Merge branch 'change/ble_update_lib_20260424' into 'master'
...
change(ble): [AUTO_MR] 20260424 - Update ESP BLE Controller Lib
See merge request espressif/esp-idf!47948
2026-04-27 20:04:58 +08:00
Kapil Gupta
1886d5269e
Merge branch 'bugfix/fix_dangling_pointer_issue' into 'master'
...
fix(esp_wifi): clean up fragment rx flow
Closes WIFIBUG-1853
See merge request espressif/esp-idf!47915
2026-04-27 15:44:08 +05:30
harshal.patil
8bfc4f7255
fix(esp_security): guard key manager APIs against unsupported chip revs
...
On ESP32-P4 rev < 3.0, Key Manager is software-disabled, but the public
esp_key_mgr.h APIs had no runtime check.
Calls using HMAC/DS/PSRAM key types fell through to
HAL_ASSERT("Unsupported ...") paths in key_mgr_ll.h. Gate
each public API with key_mgr_ll_is_supported() and return
ESP_ERR_NOT_SUPPORTED cleanly instead.
2026-04-27 15:18:34 +05:30
Island
75edd960c2
Merge branch 'feat/support-ble-uart-bridge' into 'master'
...
feat: Support BLE UART Bridge
See merge request espressif/esp-idf!47982
2026-04-27 17:42:17 +08:00
Island
1176eb8c37
Merge branch 'feat/support_ble_uart_service' into 'master'
...
Feat/support ble uart service
See merge request espressif/esp-idf!47835
2026-04-27 17:26:22 +08:00
zhiweijian
9de3eea3de
feat(ble): Support nimble uart service
2026-04-27 16:34:20 +08:00
Zhou Xiao
5636a96a72
feat(ble): add BLE UART daemon notify API
2026-04-27 16:33:56 +08:00
Island
05e61fe765
Merge branch 'feat/support_ble_iso_coex' into 'master'
...
Support blufi on esp32s31
Closes BT-4318
See merge request espressif/esp-idf!47861
2026-04-27 16:18:11 +08:00
Zhou Xiao
e209dd1c9e
docs(ble): document BLE UART bridge usage
2026-04-27 15:57:49 +08:00
Zhou Xiao
0dd9c29a28
feat(ble): wire BLE UART bridge CLI
2026-04-27 15:57:49 +08:00
Zhou Xiao
379dfec8d7
feat(ble): add BLE UART daemon RPC API
2026-04-27 15:57:49 +08:00
Zhou Xiao
7cce3dec88
feat(ble): add BLE UART bridge console
2026-04-27 15:57:49 +08:00
Zhou Xiao
1de9ccf2ba
feat(ble): add BLE UART bridge core
2026-04-27 15:57:49 +08:00
Island
1c8b737ba1
Merge branch 'fix/fix_blufi_memory_copy_len_error' into 'master'
...
fix(ble): Fix blufi fragment reassembly bounds and buffer overflows
See merge request espressif/esp-idf!47090
2026-04-27 15:38:23 +08:00
Omar Chebib
5a2e84c07c
Merge branch 'feat/esp_mmu_map_virt' into 'master'
...
feat(esp_mm): implement a mapping function to map at given virtual address
Closes IDF-15537 and IDF-6132
See merge request espressif/esp-idf!47219
2026-04-27 13:44:52 +08:00
Zhou Xiao
836f87cc4a
change(ble_log): update ble log version to 5 for esp ble controller log encoding indication
2026-04-27 12:09:54 +08:00
ShenWeilong
70acbd85f2
change(ble): [AUTO_MR] Update lib_esp32c6 to 6c6de5d6
2026-04-27 12:09:54 +08:00
ShenWeilong
27e95081d2
change(ble): [AUTO_MR] Update lib_esp32c5 to 6c6de5d6
2026-04-27 12:09:54 +08:00
ShenWeilong
f3b2bf78aa
change(ble): [AUTO_MR] Update lib_esp32h2 to 6c6de5d6
2026-04-27 12:09:54 +08:00
Chen Chen
bd1afdeb48
Merge branch 'feat/pcnt_support_s31' into 'master'
...
feat(pcnt): support pcnt on esp32s31
Closes IDF-14699
See merge request espressif/esp-idf!47767
2026-04-27 12:07:33 +08:00
Island
cd249686f9
Merge branch 'feture/separate_bt_cmakelists' into 'master'
...
Feture/separate bt cmakelists
See merge request espressif/esp-idf!47905
2026-04-27 12:01:20 +08:00
zhiweijian
bc43eedc35
fix(ble/bluedroid): Changed sdkconfig.default in ble_get_started examples
2026-04-27 11:49:41 +08:00
Rahul Tank
730366b020
fix(nimble): Fix blufi compilation issue for esp32s31
2026-04-27 11:47:23 +08:00
zhiweijian
666c1894c5
fix(ble/bluedroid): Fixed init crash when bluedroid BLE is enabled in BREDR only mode
2026-04-27 11:47:23 +08:00
zhiweijian
093a521048
feat(ble): Supported blufi on esp32s31
2026-04-27 11:47:22 +08:00
Jiang Jiang Jian
533a2d9a80
Merge branch 'fix/bluetooth_example_size_esp32s31' into 'master'
...
fix(examples): enlarge BT example partitions for esp32s31 CI builds
See merge request espressif/esp-idf!47965
2026-04-27 11:31:28 +08:00
Mahavir Jain
35fe22582a
Merge branch 'fix/protocomm-security2-srp-hd-double-free' into 'master'
...
fix(protocomm): null srp_hd after free in sec2 command0 error paths
Closes IDF-15579
See merge request espressif/esp-idf!47888
2026-04-27 08:50:20 +05:30
Fu Hanxi
394e62724d
Merge branch 'ci/fix-frozen-dict' into 'master'
...
ci: frozenset for no_runner_tags
See merge request espressif/esp-idf!47919
2026-04-27 03:23:54 +02:00
Michael.B
1dc41840ad
fix(examples): enlarge BT example partitions for esp32s31 CI builds
...
build_non_test_related_apps failed on esp32s31: Bluedroid_GATT_Server and ble_spp_client binaries exceeded the default 1MiB factory partition; esp_hid_host with sdkconfig.ci.test exceeded 1.5MiB single-app-large.
Use PARTITION_TABLE_SINGLE_APP_LARGE for the Bluedroid examples. For esp_hid_host, switch to a custom single-factory table with a 1700KiB app slot (same size unit as partitions_two_ota_large.csv).
2026-04-26 18:28:14 +08:00
Michael (XIAO Xufeng)
d6e82d42e8
Merge branch 'idfgh-17542' into 'master'
...
hal/twai: honor prop_seg in legacy timing config
Closes IDFGH-17542
See merge request espressif/esp-idf!47710
2026-04-25 00:49:23 +08:00
Kapil Gupta
b700548c49
fix(wpa_supplicant): Fix issues reported by compiler
2026-04-24 20:12:40 +05:30
luoxu
0f2935389a
fix(bt): Normalize source paths for log compression pattern matching
2026-04-24 22:28:25 +08:00
morris
92c7389527
Merge branch 'feature/gdma-retention-refactor' into 'master'
...
feat(gdma): move sleep retention info from HAL to driver layer
See merge request espressif/esp-idf!47881
2026-04-24 20:39:32 +08:00
Jiang Jiang Jian
df5a2d8774
Merge branch 'fix/fix_blacklist_beacon_timeout_issue' into 'master'
...
fix(wifi): fix blacklist beacon timeout issue
Closes WIFIBUG-1849
See merge request espressif/esp-idf!47886
2026-04-24 20:15:01 +08:00
Kapil Gupta
41e67e1efb
Merge branch 'bugfix/wps_pin_len' into 'master'
...
fix(wpa_supplicant): initialize wps pin len correctly
See merge request espressif/esp-idf!47326
2026-04-24 16:12:37 +05:30
Omar Chebib
8e2c7cd3aa
Merge branch 'fix/update_p4_clic_registers' into 'master'
...
fix(soc): update the ESP32-P4 CLIC registers that changed with Rev3
See merge request espressif/esp-idf!46372
2026-04-24 18:27:13 +08:00
Zhang Wen Xu
ef14ca1a46
Merge branch 'feat/merge_ot_autostart' into 'master'
...
feat(openthread): optimized the autostart macro
See merge request espressif/esp-idf!47683
2026-04-24 10:02:13 +00:00
Kapil Gupta
2670cbf4a6
Merge branch 'ci/wifi_remote_header_correction' into 'master'
...
ci(esp_remote): Add wifi-remote pre-commit hook
See merge request espressif/esp-idf!46204
2026-04-24 15:16:32 +05:30
Kapil Gupta
11a0dfcc7c
ci(esp_remote): Add wifi-remote pre-commit hook
2026-04-24 15:16:32 +05:30
Chen Chen
2658eda240
feat(pcnt): support pcnt on esp32s31 & add group_id config
2026-04-24 17:16:15 +08:00
igor.udot
a800a06a83
ci: frozenset for no_runner_tags
2026-04-24 15:46:48 +08:00
Song Ruo Jing
b18f90cd82
Merge branch 'feature/esp32s31_ppa_support' into 'master'
...
feat(ppa): add support for ESP32S31
Closes IDF-14769
See merge request espressif/esp-idf!47281
2026-04-24 15:43:38 +08:00
Kapil Gupta
cb84db85ca
fix(esp_wifi): clean up fragment rx flow
2026-04-24 13:07:50 +05:30
morris
d318aeaafb
feat(gdma): move gdma sleep retention info from esp_hal_dma to esp_driver_dma
2026-04-24 15:35:35 +08:00
wangtao@espressif.com
696ee4f66c
fix(wifi): fix blacklist beacon timeout issue
2026-04-24 15:26:02 +08:00
Ivan Grokhotkov
0aa8b1ce13
Merge branch 'ci/github-dangerjs-fix-permissions' into 'master'
...
ci(github): fix permissions for GitHub-dangerjs (to content read)
See merge request espressif/esp-idf!47913
2026-04-24 09:24:48 +02:00