Jiang Jiang Jian
|
5a23c96295
|
Merge branch 'bugfix/c3_uhci_rx_fail_v6.0' into 'release/v6.0'
fix(ble): fix(ble): fix assert caused by ringbuffer read size not matching controller expected rx size(v6.0)
See merge request espressif/esp-idf!44623
|
2026-01-08 18:06:26 +08:00 |
|
Jiang Jiang Jian
|
bedb39da3d
|
Merge branch 'fix/fix_an_ot_example_v6.0' into 'release/v6.0'
fix(openthread): remove the default netif configuration from the ot_br example (v6.0)
See merge request espressif/esp-idf!44726
|
2026-01-08 16:53:16 +08:00 |
|
Jiang Jiang Jian
|
8d0fc97530
|
Merge branch 'bugfix/idfgh-16634_v6.0' into 'release/v6.0'
backport v6.0: remove the configurable constraint for sleep memory usage optimization option
See merge request espressif/esp-idf!44754
|
2026-01-08 13:49:39 +08:00 |
|
yinqingzhao
|
28800ed85b
|
refactor(wifi): remove enum values WIFI_BW_HT20 and WIFI_BW_HT40
|
2026-01-08 11:28:17 +08:00 |
|
morris
|
013dd2e61a
|
Merge branch 'bugfix/misconfiguration_sdkconfig_file_not_exist_v6.0' into 'release/v6.0'
add missing sdkconfig files in the driver test (v6.0)
See merge request espressif/esp-idf!44820
|
2026-01-07 16:47:17 +08:00 |
|
Island
|
b92e60d192
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v3_v6.0' into 'release/v6.0'
fix(ble/bluedroid): Fix type mismatch and length validation in HCI packet parser (v6.0)
See merge request espressif/esp-idf!44668
|
2026-01-07 10:33:41 +08:00 |
|
morris
|
40fe34e4ab
|
refactor(tests): add missing sdkconfig files in the driver test
|
2026-01-07 10:16:23 +08:00 |
|
morris
|
4fbcab88f8
|
Merge branch 'refactor/esp_hal_uart_v6.0' into 'release/v6.0'
refactor(uart): split UART HAL into separate component (v6.0)
See merge request espressif/esp-idf!44642
|
2026-01-06 23:31:23 +08:00 |
|
Zhang Hai Peng
|
30902d75ea
|
feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-05 00:03:36 +08:00 |
|
Zhang Hai Peng
|
f279115113
|
docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-05 00:03:36 +08:00 |
|
Zhang Hai Peng
|
1741046791
|
refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-05 00:03:36 +08:00 |
|
Zhang Hai Peng
|
7d6dc68080
|
feat(examples/bluedroid): Add BLE time interval conversion macros for better readability
Add macros to convert time values from milliseconds to BLE interval units:
- ESP_BLE_GAP_ADV_ITVL_MS: Convert advertising interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_ITVL_MS: Convert scan interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_WIN_MS: Convert scan window (0.625ms unit)
- ESP_BLE_GAP_CONN_ITVL_MS: Convert connection interval (1.25ms unit)
- ESP_BLE_GAP_PERIODIC_ADV_ITVL_MS: Convert periodic adv interval (1.25ms unit)
- ESP_BLE_GAP_SUPERVISION_TIMEOUT_MS: Convert supervision timeout (10ms unit)
(cherry picked from commit 7cd2f7b34d)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-05 00:03:36 +08:00 |
|
Zhang Hai Peng
|
c9e7dc3c81
|
fix(ble/hci): Fix OOB read in ble_adv_scan_combined example
(cherry picked from commit c762832600)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-05 00:03:36 +08:00 |
|
Zhang Hai Peng
|
d6c7760232
|
fix(ble/bluedroid): Added security check in example Bluedroid_GATT_Server
(cherry picked from commit a36bf7fe14)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-05 00:03:36 +08:00 |
|
Song Ruo Jing
|
ce475d901d
|
refactor(uart): split UART HAL into separate component
|
2026-01-04 16:02:57 +08:00 |
|
Li Shuai
|
bc4d50b42d
|
change(example): sleep iram optimization support for esp_timer demo
|
2026-01-04 10:43:03 +08:00 |
|
Xu Si Yu
|
fc13b07b65
|
fix(openthread): remove the default netif configuration from the ot_br example
|
2025-12-31 17:43:22 +08:00 |
|
zhiweijian
|
f326ff7ff1
|
feat(ble/bluedroid): Support bluedroid encrypted advertising data
|
2025-12-31 11:51:49 +08:00 |
|
xwc
|
94a05dba51
|
fix(ble): Fix assertion caused by ring buffer read size mismatch expected rx size
|
2025-12-29 12:01:49 +08:00 |
|
Song Ruo Jing
|
6ca90bd14a
|
refactor(ledc): split ledc hal into a separate component
|
2025-12-25 17:23:27 +08:00 |
|
Jiang Jiang Jian
|
847840150b
|
Merge branch 'refactor/esp_hal_ppa_v6.0' into 'release/v6.0'
refactor(ppa): split PPA HAL into a separate component (v6.0)
See merge request espressif/esp-idf!44343
|
2025-12-22 10:12:22 +08:00 |
|
Jiang Jiang Jian
|
2829b78bee
|
Merge branch 'refactor/split_a2dp_sink_v6.0' into 'release/v6.0'
refactor(examples/classic_bt): Split a2dp_sink example(v6.0)
See merge request espressif/esp-idf!44426
|
2025-12-22 10:10:21 +08:00 |
|
Ashish Sharma
|
b02538834c
|
fix: resolves MR comments
|
2025-12-20 23:02:25 +08:00 |
|
yangfeng
|
5b737e16ff
|
refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples
|
2025-12-19 16:41:37 +08:00 |
|
yangfeng
|
1000086456
|
docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
|
2025-12-19 16:41:37 +08:00 |
|
yangfeng
|
3e94884160
|
refactor(examples/classic_bt): Add AVRCP cover art example with LCD display
|
2025-12-19 16:41:37 +08:00 |
|
yangfeng
|
5ca0bba789
|
refactor(examples/classic_bt): Add common code for AVRCP cover art example
|
2025-12-19 16:41:37 +08:00 |
|
yangfeng
|
2b91afdfac
|
refactor: Refactor the example of the coexistence of A2DP sink and GATT service
|
2025-12-19 16:41:37 +08:00 |
|
yangfeng
|
2f452c14e7
|
refactor(examples/classic_bt): Refactor A2DP sink and AVRCP examples
- Add avrcp_ct_metadata example
- Add avrcp_absolute_volume example
- Add the example components about common code for a2dp sink and avrcp
|
2025-12-19 16:41:37 +08:00 |
|
Ashish Sharma
|
5d5ba9d008
|
fix: migrate PSA SHA driver to be similar to parallel engine port
|
2025-12-19 11:06:41 +08:00 |
|
Ashish Sharma
|
76287081ea
|
feat: code cleanup
|
2025-12-19 07:29:43 +08:00 |
|
Ashish Sharma
|
88346ccec5
|
fix: revert back to using mbedtls sha implementation for espcoredump
|
2025-12-19 07:29:08 +08:00 |
|
Ashish Sharma
|
aa88c81dfb
|
fix(wpa_supplicant): revert changes to dpp_crypto
|
2025-12-19 07:29:08 +08:00 |
|
Ashish Sharma
|
06d03e1a12
|
feat: add NVS based secure storage layer for PSA
(cherry picked from commit 31c7bad7f74ce8e54ea0563b670df37a58215600)
Co-authored-by: Mahavir Jain <mahavir@espressif.com>
|
2025-12-19 07:29:00 +08:00 |
|
Ashish Sharma
|
f306dbea84
|
feat(mbedtls): migrates ESP-TEE with PSA APIs
|
2025-12-19 07:28:33 +08:00 |
|
Ashish Sharma
|
c47caf4f0a
|
feat(mbedtls): adds mbedtls alt drivers with PSA
|
2025-12-19 07:28:33 +08:00 |
|
Ashish Sharma
|
7d17e8a024
|
feat(mbedtls): adds AES drivers with PSA
|
2025-12-19 07:28:28 +08:00 |
|
Ashish Sharma
|
a088d2ccdc
|
feat(mbedtls): fix build errors with PSA migration
|
2025-12-18 21:18:58 +08:00 |
|
Ashish Sharma
|
b4fea9cccc
|
feat(lwip): migrate to to PSA API interface
|
2025-12-18 21:18:58 +08:00 |
|
Aditya Patwardhan
|
574a60289d
|
feat(protocomm): Migrate to PSA api interface
|
2025-12-18 21:18:58 +08:00 |
|
Island
|
4af7054b75
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v6.0' into 'release/v6.0'
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v6.0)
See merge request espressif/esp-idf!43808
|
2025-12-18 10:57:44 +08:00 |
|
Island
|
b890d0870c
|
Merge branch 'feat/show_how_to_use_smp_in_blufi_example_v6.0' into 'release/v6.0'
feat(ble/blufi): Support setting BLE encryption for blufi (v6.0)
See merge request espressif/esp-idf!44145
|
2025-12-18 10:55:22 +08:00 |
|
Martin Vychodil
|
4b919caa17
|
Merge branch 'feat/vfs_remove_old_api_v6.0' into 'release/v6.0'
feat(storage/vfs): v6 API breaking changes (v6.0)
See merge request espressif/esp-idf!44315
|
2025-12-18 05:02:41 +08:00 |
|
Song Ruo Jing
|
533231a99e
|
refactor(ppa): split PPA HAL into a separate component
|
2025-12-17 21:36:39 +08:00 |
|
Tomáš Rohlínek
|
1bf8b030e3
|
feat(storage/vfs): Remove old API usage
|
2025-12-17 14:00:22 +01:00 |
|
morris
|
311bec8f82
|
Merge branch 'fix/spi_edma_and_hal_component_6.0' into 'release/v6.0'
feat(driver_spi): split esp_hal_gpspi and support master driver edma (v6.0)
See merge request espressif/esp-idf!44222
|
2025-12-17 14:54:05 +08:00 |
|
morris
|
51769ab2c8
|
Merge branch 'fix/p4_eco5_enable_special_test_6.0' into 'release/v6.0'
fix(ci)p4 eco5 enable special test (v6.0)
See merge request espressif/esp-idf!44127
|
2025-12-17 11:36:35 +08:00 |
|
morris
|
c961c24b80
|
Merge branch 'feat/rgb_lcd_memory_v6.0' into 'release/v6.0'
feat(rgb_lcd): allow users to manage the lifecycle of the frame buffer (v6.0)
See merge request espressif/esp-idf!43051
|
2025-12-17 10:08:41 +08:00 |
|
Euripedes Rocha
|
f3ea84dcf8
|
Merge branch 'ci/fix_mqtt_sll_test_v6.0' into 'release/v6.0'
ci(mqtt): Update and fix MQTT SSL test (v6.0)
See merge request espressif/esp-idf!44113
|
2025-12-16 10:59:56 +01:00 |
|
Zhang Wen Xu
|
08920f0ac7
|
Merge branch 'feat/rcp_spinel_logs_v6.0' into 'release/v6.0'
feat(openthread): support RCP console debug via spinel (v6.0)
See merge request espressif/esp-idf!44136
|
2025-12-16 02:31:49 +00:00 |
|