Jiang Jiang Jian
5be7fb669a
Merge branch 'bugfix/l2cap_throughput_degrading_v6.0' into 'release/v6.0'
...
Preserve throughput when switching from LE Coded to 1M/2M PHY (v6.0)
See merge request espressif/esp-idf!50830
2026-09-03 19:48:35 +08:00
Jiang Jiang Jian
d89355bdd8
Merge branch 'opt/hfp_audio_quality_v6.0' into 'release/v6.0'
...
change(bt/bluedroid): optimized the HFP example workflow to improve audio quality (v6.0)
See merge request espressif/esp-idf!51549
2026-09-03 19:31:50 +08:00
Shu Chen
247726d332
Merge branch 'feat/support_multipan_feature_rcp_20260603_v6.0' into 'release/v6.0'
...
feat(openthread): support multipan feature for RCP (v6.0)
See merge request espressif/esp-idf!51778
2026-09-03 09:07:44 +00:00
Mahavir Jain
78f0f418c8
Merge branch 'fix/disable-key-mgr_v6.0' into 'release/v6.0'
...
Disable Key Manager support (v6.0)
See merge request espressif/esp-idf!51391
2026-09-03 13:42:49 +05:30
Jan Beran
aa81a64417
fix(kconfig): use 'n' instead of '0'/'false' for bool defaults
...
Bool symbols in nimble, BTDM, and two examples used invalid default
literals. The parser already falls back to 'n'; set that explicitly.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-25 09:43:39 +02:00
Xu Si Yu
1a4f49ac7d
feat(openthread): support multipan feature for RCP
2026-08-14 18:48:30 +08:00
harshal.patil
516e849636
change(security): disable Key Manager support on ESP32-C5/P4/S31
...
The Key Manager hardware peripheral in its current form needs further
design changes before it can be offered as a production feature.
Until a revised peripheral design is available, withdraw ESP-IDF
support for it on all Key Manager capable targets.
2026-08-11 09:41:38 +05:30
Jin Cheng
57963a826d
change(bt/bluedroid): optimized the HFP example workflow to improve audio quality
...
Disabled inquiry scan and page scan after SCO connection establishment
to reduce over-the-air bandwidth usage and improve audio quality by
prevent scan activities from interrupting SCO traffic.
2026-08-05 17:45:23 +08:00
Astha Verma
d4c0686061
fix(nimble): Restore throughput after switching from LE Coded PHY
2026-07-24 18:03:04 +05:30
Mahavir Jain
c9fc9d6103
Merge branch 'fix/esp_image_format_v6.0' into 'release/v6.0'
...
fix(esp_image_format): Fix some memory-safety issues (v6.0)
See merge request espressif/esp-idf!50180
2026-07-24 17:16:22 +05:30
Rahul Tank
fa1bf5e2fc
fix(nimble): Fix issues found in review for nimble examples
2026-07-24 17:50:29 +08:00
morris
aff0fb071a
Merge branch 'feature/isp-flash-dma-input_v6.0' into 'release/v6.0'
...
feat(isp): add aligned flash DMA input example (v6.0)
See merge request espressif/esp-idf!51120
2026-07-24 16:48:11 +08:00
morris
91a87cfb36
refactor(isp): read DMA input directly from flash
...
Avoid the PSRAM copy for unencrypted flash
2026-07-24 11:48:42 +08:00
morris
16c8013af4
feat(build): support aligned embedded binary data
...
Allow callers to align embedded binary start symbols for DMA-capable
assets.
2026-07-24 11:48:17 +08:00
Chen Jichang
dd79849654
docs(pcnt): add gpio pull mode migration guide
...
Closes https://github.com/espressif/esp-idf/issues/18862
2026-07-24 11:10:42 +08:00
yangfeng
76a3f84779
fix(bt/example): Add log in the failure path for avrcp_ct_metadata example
2026-07-22 15:36:27 +08:00
Jiang Jiang Jian
7bcd65c9be
Merge branch 'fix/fix_esp_tee_iv_length_check_v6.0' into 'release/v6.0'
...
feat(esp_tee): ESP-TEE Security Audit fixes (v6.0)
See merge request espressif/esp-idf!50851
2026-07-22 10:37:48 +08:00
Konstantin Kondrashov
666dc3b438
fix(bootloader): increase partition table offset for ESP32-P4 in affected test configs
2026-07-21 13:35:35 +03:00
Alexey Gerenkov
c0992a3a5a
Merge branch 'sysview_test_fixes_v6.0' into 'release/v6.0'
...
Sysview test fixes v6.0
See merge request espressif/esp-idf!50729
2026-07-20 18:45:30 +08:00
Laukik Hase
3fd876dffa
feat(esp_tee): Restrict REE access to TEE-owned secure storage keys
2026-07-17 18:15:37 +05:30
morris
80f969e279
Merge branch 'isp_dma_one_frame_v6.0' into 'release/v6.0'
...
feat(isp): support isp dma input and add example (v6.0)
See merge request espressif/esp-idf!50755
2026-07-16 17:17:25 +08:00
Erhan Kurubas
a9b09e4a58
test(sysview_tracing): wait for apptrace stop before validating capture
2026-07-15 22:57:52 +02:00
Island
2dc3285e57
Merge branch 'bugfix/fix_bluedroid_read_multi_v6.0' into 'release/v6.0'
...
fix(ble/bluedroid): fix GATT Read Multiple response handling (6.0)
See merge request espressif/esp-idf!50709
2026-07-15 15:38:50 +08:00
gaoxu
0df7a1f2cf
feat(isp): Add example and script to check raw picture by ISP dma input
2026-07-15 14:15:29 +08:00
gaoxu
e4f9f672b0
feat(isp): support isp dma input and add example
2026-07-15 14:15:28 +08:00
Island
1dc74d56a2
Merge branch 'feat/support_bluedroid_le_coc_and_eatt_v6.0' into 'release/v6.0'
...
feat(ble/bluedroid): Support bluedroid LE COC and EATT features (6.0)
See merge request espressif/esp-idf!50715
2026-07-15 14:02:50 +08:00
Erhan Kurubas
f5cca63bb0
test(usb_serial_jtag): pin console uart to ttyUSBx port
2026-07-14 12:15:35 +02:00
Erhan Kurubas
683e206571
fix(esp_trace): limit USB-Serial-JTAG trace flush timeout
2026-07-14 12:04:03 +02:00
Erhan Kurubas
48eb426d3f
fix(sysview): add prefix to the example sysview module desc
2026-07-14 12:02:38 +02:00
Erhan Kurubas
942f2269b9
fix(sysview): handle variable-length timestamp in TRACE_STOP validation
2026-07-14 12:01:13 +02:00
Zhi Wei Jian
1119d40a2c
feat(ble/bluedroid): Add bluedroid dual identify server example
...
(cherry picked from commit 1de0d2fef7 )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-07-14 14:52:45 +08:00
Zhang Hai Peng
7020f17b59
docs(ble/bluedroid): fix markdown formatting in example docs
...
(cherry picked from commit dba450de6b )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2026-07-14 12:02:17 +08:00
C.S.M
1873ca6359
fix(jpeg): JPEG can encode and decode in encryption situation
2026-07-13 19:56:28 +08:00
morris
c2aa496f98
feat(jpeg): simplify decoder example and add pytest coverage
2026-07-13 15:15:39 +08:00
Jiang Jiang Jian
a217842919
Merge branch 'bugfix/idf_ci_hid_example_v6.0' into 'release/v6.0'
...
fix(bt/example): Add print the device name to verify if it matches in HID example (v6.0)
See merge request espressif/esp-idf!50483
2026-07-10 10:31:10 +08:00
Aditya Patwardhan
6d7d89378c
fix(esp-tls): Use runtime assignment for static key config length in examples
...
Linker symbol differences (prvtkey_pem_end - prvtkey_pem_start) are not
compile-time constants and cannot be used in static initializers.
(cherry picked from commit 4196734d1a )
2026-07-09 11:17:02 +05:30
Aditya Patwardhan
d93ab71681
feat(esp-tls): Add unified private key interface via esp_key_config_t
...
Add ESP_KEY_SOURCE_BUFFER and ESP_KEY_SOURCE_PSA key sources so all
hardware backends (DS, ECDSA, secure element) are accessed via PSA
key IDs through a single esp_tls_cfg_t.client_key field.
(cherry picked from commit 36090b7161 )
2026-07-09 11:14:11 +05:30
Jiang Jiang Jian
20792c5ada
Merge branch 'feat/seperate_ot_citest_tags_v6.0' into 'release/v6.0'
...
ci: seperate openthread test cases (v6.0)
See merge request espressif/esp-idf!50170
2026-07-09 12:33:14 +08:00
Rahul Tank
519ff91e23
Merge branch 'bugfix/ai_reviewer_nimble_1.6_v6.0' into 'release/v6.0'
...
fix(nimble): Fixes for AI reported issues (v6.0)
See merge request espressif/esp-idf!50014
2026-07-08 13:57:25 +05:30
yangfeng
41897b6239
fix(bt/example): Add print the device name to verify if it matches in HID example
2026-07-08 15:28:06 +08:00
Rahul Tank
38f4edb16e
fix(nimble): Fixes for AI reported issues
2026-07-07 16:18:32 +05:30
muhaidong
0ed8d91726
fix(wifi): update auth mode threshold doc
2026-07-07 16:00:39 +08:00
Chen Jichang
8350d77bfc
fix(i2c_oled): fix example hang when i2c transaction fails
...
Closes https://github.com/espressif/esp-idf/issues/18713
2026-07-06 15:02:33 +08:00
Wang Meng Yang
e865ee1b39
Merge branch 'bugfix/hfp_example_ci_v6.0' into 'release/v6.0'
...
fix: Fix the HFP example fails to discovery target device (v6.0)
See merge request espressif/esp-idf!50289
2026-07-06 10:41:33 +08:00
Mahavir Jain
c65d0bb434
Merge branch 'feat/psa_its_custom_backend_v6.0' into 'release/v6.0'
...
Support custom storage backend for persistent PSA keys (v6.0)
See merge request espressif/esp-idf!48569
2026-07-03 13:45:11 +05:30
Jiang Jiang Jian
039b46f4cc
Merge branch 'backport/backport_some_wifi_changes_260701_v6.0' into 'release/v6.0'
...
backport/backport some wifi changes 260701 v6.0(backport v6.0)
See merge request espressif/esp-idf!50269
2026-07-03 14:12:37 +08:00
harshal.patil
bac955ae9d
feat(examples/security): Add example to demonstrate the usage of custom key storages with PSA
2026-07-03 10:25:49 +05:30
yangfeng
9e5416b346
fix: Fix the HFP example fails to discovery target device
2026-07-02 15:04:48 +08:00
Hrushikesh Bhosale
725e0b612d
fix(esp_http_server): merge release/v6.0 to resolve backport conflict
...
Merge branch 'release/v6.0' into backport-48352-resolve to resolve a
conflict in esp_httpd_priv.h between this backport's sdkconfig.h
include and the ctrl-socket semaphore's freertos/semphr.h include.
2026-07-02 11:41:38 +05:30
yinqingzhao
38cf2d4158
fix(itwt): fix flow id 0 cannot suspend in itwt example
2026-07-01 20:39:41 +08:00