Tomas Rezucha
7788f0114c
Merge branch 'feat/ncm_esp32p4_example' into 'master'
...
feat(usb/example): Enable NCM device example on ESP32-P4
Closes IDF-15741
See merge request espressif/esp-idf!48935
2026-06-10 18:50:27 +02:00
harshal.patil
d8b7df4aa2
fix(examples/partitions_ota): use ECDSA Secure Boot V2 scheme for partitions_ota on C2/C61
...
ESP32-C2 and ESP32-C61 have no RSA based Secure Boot V2 support
so the virt_sb_v2_and_fe configs cannot use the default RSA signing key.
Add target-specific sdkconfig overlays that switch to the ECDSA P-256 key;
on ESP32-C61 the ECDSA scheme must additionally be force-enabled
SECURE_BOOT_V2_ECDSA_INSECURE).
2026-06-10 15:30:06 +05:30
Wang Meng Yang
b6713bf40f
Merge branch 'bugfix/idf_ci_hfp' into 'master'
...
fix: Fix the incorrect connection of the same-name devices in the HFP example
Closes IDFCI-12151
See merge request espressif/esp-idf!49442
2026-06-10 16:19:09 +08:00
Aditya Patwardhan
ebc4806085
Merge branch 'fix/disable_secure_boot_v2_ecdsa' into 'master'
...
Fix/disable secure boot v2 ecdsa
See merge request espressif/esp-idf!48834
2026-06-09 23:46:11 +05:30
yangfeng
b327c9cc8f
fix: Fix the incorrect connection of the same-name devices in the HFP example
2026-06-09 19:32:50 +08:00
Aditya Patwardhan
67e10e2b56
change(secure_boot): mark ECDSA based Secure Boot V2 as insecure on affected SoCs
...
ECDSA based Secure Boot V2 is not functional for certain input vectors on
ESP32-C5/C61/H2/P4 and on the preview targets ESP32-H4/H21. RSA based Secure
Boot V2 is the recommended scheme where the SoC supports it. This issue will be
fixed in a future hardware ECO revision; more details will be shared through the
hardware errata document.
A new hidden Kconfig option SECURE_BOOT_V2_ECDSA_INSECURE marks the affected
mass-production SoCs (ESP32-C5/C61/H2/P4). On these SoCs, when hardware Secure
Boot V2 is enabled, the ECDSA (V2) signing scheme is no longer offered by
default; it must be turned on explicitly via SECURE_BOOT_V2_FORCE_ENABLE_ECDSA
under "Allow potentially insecure options" (CONFIG_SECURE_BOOT_INSECURE). App
signing without hardware Secure Boot is not affected. Note that ESP32-C61 has no
RSA based Secure Boot V2, so it has no Secure Boot scheme enabled by default.
The preview targets ESP32-H4 and ESP32-H21 mark ECDSA Secure Boot V2 as not
supported in their SoC capabilities instead of using the option above. As
ESP32-H4 has no other Secure Boot V2 scheme, Secure Boot is disabled entirely on
it; ESP32-H21 retains RSA based Secure Boot V2.
The security documentation keeps the ECDSA Secure Boot V2 content visible and
adds a warning describing the limitation (including that ECDSA Secure Boot V2 on
ESP32-C61 is not recommended for production). CI apps that exercise ECDSA Secure
Boot V2 on the affected SoCs set CONFIG_SECURE_BOOT_V2_FORCE_ENABLE_ECDSA
accordingly.
2026-06-09 16:55:57 +05:30
Tomas Rezucha
3bb1d62b32
feat(usb/host): Extend USB Host Library example with interactive console
2026-06-09 12:27:00 +02:00
Song Ruo Jing
19287f5f0c
Merge branch 'feature/esp32h4_flash_support' into 'master'
...
feat(spi_flash): Add exclusive support for ESP32H4
Closes IDF-12290, IDF-12389, and IDF-15616
See merge request espressif/esp-idf!47679
2026-06-09 15:23:34 +08:00
Jiang Jiang Jian
853a2cfd3a
Merge branch 'chip/support_wifi_low_power_for_s31_rebase_master' into 'master'
...
Chip/support wifi low power for s31 rebase master
Closes IDF-14579 and IDF-14582
See merge request espressif/esp-idf!48532
2026-06-09 15:16:53 +08:00
morris
021791b0d9
Merge branch 'feat/restful_server_upgrade_vite_version' into 'master'
...
feat(http_server/restful_server): Upgraded Vite version
See merge request espressif/esp-idf!49357
2026-06-08 22:16:09 +08:00
Hrushikesh Bhosale
0e2adccb54
feat(http_server/restful_server): Upgraded Vite version
...
- Bumped up the Vite version to 7.3.2
2026-06-08 17:03:24 +05:30
sibeibei
1ce999e59f
feat(ci): enable build for esp32s31, disable CI test
2026-06-08 19:24:30 +08:00
He Binglin
0f37d02b9d
Merge branch 'fix/esp_idf_lp_uart_wakeup_muti_times' into 'master'
...
fix(ulp): fix lp uart keep wakeup triggered
Closes PM-658
See merge request espressif/esp-idf!49365
2026-06-08 18:09:25 +08:00
Song Ruo Jing
545b31e6b9
feat(spi_flash): Add exclusive support for ESP32H4
...
Add 32bit addr support for esp32s31 as well
2026-06-08 17:56:09 +08:00
Tomas Rezucha
2d19225f46
feat(usb/example): Enable NCM device example on ESP32-P4
2026-06-08 16:56:17 +08:00
hebinglin
46ff88717c
fix(ulp): fix lp uart keep wakeup triggered
2026-06-08 16:17:09 +08:00
Wang Meng Yang
c9eced7205
Merge branch 'bugfix/ci_avrc_abs_vol_example' into 'master'
...
fix: Fix the potential stack overflow issue in the Classic Bluetooth example
Closes IDFCI-11318
See merge request espressif/esp-idf!49245
2026-06-08 15:07:51 +08:00
Rahul Tank
bc6616854e
Merge branch 'bugfix/fix_clang_compilation_issue' into 'master'
...
fix(nimble): Fix for clang compilation issues
See merge request espressif/esp-idf!49277
2026-06-06 09:24:43 +05:30
Zhou Xiao
835c947761
Merge branch 'docs/ble-uart-tutorial' into 'master'
...
docs(ble): added ESP-BLE-UART OpenCode Companion Guide
See merge request espressif/esp-idf!48862
2026-06-05 20:17:23 +08:00
Zhou Xiao
926111e721
docs(ble): add ESP-BLE-UART companion guide
...
Move the OpenCode companion guide into the ble_uart_service example.
Add English and Chinese Markdown guides with image assets.
Keep ESP-BLE-UART naming consistent across the example and bridge tooling.
2026-06-05 19:01:00 +08:00
Konstantin Kondrashov
7a573330b8
Merge branch 'feature/efuse_dump' into 'master'
...
feat(efuse): Support efuse token dump
Closes IDF-14046
See merge request espressif/esp-idf!41754
2026-06-05 11:15:30 +03:00
Marius Vikhammer
1d311a7349
Merge branch 'feature/psram_freertos' into 'master'
...
feat(freertos): added option for automatically placing task stacks in PSRAM
Closes IDF-15538, IDF-15539, and IDF-15540
See merge request espressif/esp-idf!48953
2026-06-05 09:08:33 +08:00
Rahul Tank
804755b4f8
fix(nimble): Fix for clang compilation issues
2026-06-04 21:51:56 +05:30
Mahavir Jain
da6dfc30e9
Merge branch 'feat/adds_ds_qemu_test' into 'master'
...
feat: adds mutual auth example
Closes IDF-2681
See merge request espressif/esp-idf!45641
2026-06-04 20:43:00 +05:30
Marius Vikhammer
d21dc8ca2e
feat(freertos): added option for automatically placing task stacks in PSRAM
...
When CONFIG_FREERTOS_PLACE_TASK_STACKS_IN_EXT_RAM is enabled freertos will
now automatically allocate task stacks to PSRAM.
2026-06-04 16:06:52 +08:00
yangfeng
d2cbbb3d1e
fix: Fix the potential stack overflow issue in the Classic Bluetooth example
2026-06-03 20:08:20 +08:00
Konstantin Kondrashov
885097762f
feat(efuse): Support efuse token dump
...
- efuse token dump is compatible with espefuse tool
- EFSW dump can be burned on chip with esp_efuse_token_burn()
2026-06-03 13:19:59 +03:00
cjin
aaa71d1afc
feat(ble): update ble power save sdkconfig on ESP32-S31
2026-06-03 08:16:59 +08:00
cjin
3fdabaedaa
feat(ble): update ble power save sdkconfig on ESP32-c5
2026-06-03 08:16:46 +08:00
cjin
e603f41667
feat(ble): update ble power save sdkconfig on ESP32-S31
2026-06-03 08:16:29 +08:00
cjin
bff6ad9a76
feat(ble): update ble power save sdkconfig on ESP32-H4
2026-06-03 08:16:18 +08:00
cjin
2f89346103
feat(ble): update ble power save sdkconfig on ESP32-H21
2026-06-02 20:21:45 +08:00
cjin
35c51b8387
fix(ble): use default frequency for ble power save example
2026-06-02 20:00:44 +08:00
Wang Meng Yang
a4c171bf94
Merge branch 'bugfix/example_docs_support_esp32s31' into 'master'
...
fix(bt): Modify the documents in Classic Bluetooth examples to support esp32s31
Closes BT-4359
See merge request espressif/esp-idf!48950
2026-06-02 19:04:32 +08:00
C.S.M
101e693078
Merge branch 'feat/h21_gpspi_flash' into 'master'
...
feat(spi_flash): cleanup and add entire support on esp32h21
Closes IDF-11610
See merge request espressif/esp-idf!48433
2026-06-02 14:09:09 +08:00
Luo Xu
0f00ef0e6b
Merge branch 'feat/supported_esp32h21_for_ble_mesh' into 'master'
...
Feat/supported esp32h21 for ble mesh
Closes BLERP-2799 and IDF-11654
See merge request espressif/esp-idf!48683
2026-06-02 11:19:30 +08:00
Gao Xu
b19b7a651a
Merge branch 'feat/h21_adc_support' into 'master'
...
feat(adc): support ADC oneshot and continuous mode on ESP32-H21
Closes IDF-11589 and IDF-11592
See merge request espressif/esp-idf!48551
2026-06-02 11:17:00 +08:00
C.S.M
e36b9436b9
feat(spi_flash): Add entire support for h21 external flash
2026-06-02 10:41:02 +08:00
Island
2fec1965d1
Merge branch 'bugfix/fix_bluedroid_ai_review_bugs_20260427' into 'master'
...
Bugfix/fix bluedroid ai review bugs 20260427
See merge request espressif/esp-idf!48450
2026-06-01 19:20:35 +08:00
gaoxu
13b4430716
feat(adc): support ADC oneshot and continuous mode on ESP32-H21
2026-06-01 19:04:35 +08:00
luoxu
4fd8b08261
feat(ble_mesh): supported esp32h21 for ble mesh
2026-06-01 18:07:59 +08:00
Chen Ji Chang
40d9657bc1
Merge branch 'fix/fix_mipi_lcd_dirty_buffer' into 'master'
...
feat(lcd): support buffer switch interrupt
Closes IDF-13502
See merge request espressif/esp-idf!46827
2026-06-01 18:06:20 +08:00
Chen Jichang
f8ff130959
feat(lcd): support buffer switch interrupt
2026-06-01 15:19:19 +08:00
Liu Linyan
8dbef3bad4
feat(ble_audio): Support running ISO & LE Audio with Bluedroid Host
2026-05-29 17:24:54 +08:00
yangfeng
f4efc8aafe
fix(bt): Modify the documents in Classic Bluetooth examples to support esp32s31
2026-05-29 17:20:44 +08:00
Ashish Sharma
c6e86872d6
feat(esp_http_client_mutual_auth): add mutual TLS example
...
Closes https://github.com/espressif/esp-idf/issues/18393
2026-05-29 11:58:25 +08:00
morris
5a1e63f071
feat(example): set default GPIO for esp32-s31 blink example
...
for both Function-Core Board and Korvo Board
2026-05-29 10:53:17 +08:00
zhiweijian
bfc47ace48
fix(examples): improve bluedroid BLE example error handling
...
Check GAP/GATT event status, fix prepare-write buffer lifecycle, and
align example code with updated Bluedroid API behavior.
2026-05-29 10:20:55 +08:00
zhiweijian
b4b640f233
refactor(examples): disable unused BT options in bluedroid BLE examples
...
Add sdkconfig.defaults to turn off unused Bluedroid host features per
example role (GATT client/server, SMP, legacy adv, etc.).
2026-05-29 10:16:21 +08:00
Rahul Tank
c8407ee5c8
Merge branch 'bugfix/fix_service_compilation_issue' into 'master'
...
fix(nimble): Fix compilation issues in Gatt SPS service
See merge request espressif/esp-idf!48936
2026-05-28 15:16:03 +05:30