Commit Graph

7627 Commits

Author SHA1 Message Date
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
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
wanckl
8ff71742e8 fix(driver_spi): support un-aligned dma transaction and psram transaction 2025-12-15 15:59:21 +08:00
Erhan Kurubas
bf0dfc2cb3 docs(esp_trace): update README for SystemView as external managed component 2025-12-12 09:32:14 +01:00
Chen Jichang
58e1e16faa feat(rgb_lcd): allow users to manage the lifecycle of the frame buffer 2025-12-11 18:25:59 +08:00
morris
5c5d78b639 Merge branch 'ci/freertos_header_v6.0' into 'release/v6.0'
ci(header_check): Add check for public header should not include freertos  (backport v6.0)

See merge request espressif/esp-idf!44104
2025-12-11 18:00:57 +08:00
Zhang Hai Peng
1fd2f90326 feat(ble/blufi): Support setting BLE encryption for blufi
(cherry picked from commit 60a028fb17)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-11 16:21:50 +08:00
Tan Yan Quan
9c162f1b9b feat(openthread): support RCP console debug via spinel 2025-12-11 16:09:50 +08:00
wanckl
d3e1a4881f ci(p4): p4 eco5 enable parts of special tests 2025-12-11 15:12:10 +08:00
armando
327ae7e8c9 fix(ci): fixed sdspi pytest check 2025-12-11 11:54:00 +08:00
morris
95721e99fd Merge branch 'feat/esp_hal_twai_v6.0' into 'release/v6.0'
feat(twai): graduate the hal drivers into esp_hal_twai component (v6.0)

See merge request espressif/esp-idf!43963
2025-12-11 09:50:02 +08:00
Bogdan Kolendovskyy
0c910b770f ci(mqtt): Update and fix MQTT SSL test, remove the binary file send/receive stage 2025-12-10 11:27:52 +01:00
C.S.M
ed64e7bf78 ci(header_check): Add check for public header should not include freertos 2025-12-10 15:10:43 +08:00
morris
473b2fe27d Merge branch 'feat/usb_host_example_unknown_client_event_backport_v6.0' into 'release/v6.0'
fix(usb_host): Dont abort on unsupported client events backport v6.0

See merge request espressif/esp-idf!44060
2025-12-10 14:08:44 +08:00
morris
37c614d626 feat(twai): graduate the hal drivers into esp_hal_twai component 2025-12-10 13:56:47 +08:00
morris
59930b57d8 Merge branch 'fix/twai_ci_test_enhance_v6.0' into 'release/v6.0'
fix(driver_twai): enhance ci test and fix example (v6.0)

See merge request espressif/esp-idf!44054
2025-12-10 13:53:16 +08:00
morris
88716d047b Merge branch 'refactor/reduce_bin_size_when_dsi_without_dma2d_v6.0' into 'release/v6.0'
feat(lcd): support draw bitmap hook function (v6.0)

See merge request espressif/esp-idf!44047
2025-12-09 19:23:34 +08:00
wanckl
cebed5c976 fix(driver_twai): enhance ci test and fix example 2025-12-09 16:50:49 +08:00
morris
4ca7b95d83 Merge branch 'refactor/esp_hal_gpio_v6.0' into 'release/v6.0'
refactor(gpio): split GPIO HAL into separate component (v6.0)

See merge request espressif/esp-idf!43895
2025-12-09 16:02:49 +08:00
peter.marcisovsky
99aa407cf1 fix(usb_host): Dont abort on unsupported client events
- suspend and resume client events
2025-12-08 14:01:28 +01:00
Shu Chen
22316a3570 Merge branch 'feat/simple_ota_h2_v6.0' into 'release/v6.0'
feat(openthread/ota): support esp32h2 for simple ota example over thread (v6.0)

See merge request espressif/esp-idf!43973
2025-12-08 12:14:29 +00:00
Alexey Gerenkov
effa1e4248 Merge branch 'feature/update-toolchain-to-esp-15.2.0_20250929.4-6d3fdb7_v6.0' into 'release/v6.0'
Make Picolibc the default libc (v6.0)

See merge request espressif/esp-idf!43966
2025-12-08 18:13:08 +08:00
Mahavir Jain
ca667e18ad Merge branch 'fix/align_ota_written_size_during_ota_resumption_to_last_16_byte_boundry_v6.0' into 'release/v6.0'
fix(esp_https_ota): align OTA resumption offset to 16-byte boundary (v6.0)

See merge request espressif/esp-idf!44033
2025-12-08 14:21:40 +05:30
Chen Jichang
20bb7a2977 feat(lcd): support draw bitmap hook function
Closes https://github.com/espressif/esp-idf/issues/16201
2025-12-08 15:49:25 +08:00
Song Ruo Jing
62899cbba6 refactor(gpio): split GPIO HAL into separate component
cleaned up some includes in GPIO peripheral files
2025-12-08 14:33:26 +08:00
Alexey Lapshin
dc65c332cb fix(tee): fix incorrect test expectation logic 2025-12-06 00:08:36 +07:00
Alexey Lapshin
f676a1e76a fix(icmp_echo): fix incorrect test expectation logic 2025-12-06 00:08:36 +07:00
Alexey Lapshin
aaf0d4c9ea fix(iperf): fix incorrect test expectation logic 2025-12-06 00:08:36 +07:00
Alexey Lapshin
ad7f4b9670 feat(esp_libc): make picolibc default libc 2025-12-06 00:08:35 +07:00
Alexey Gerenkov
9f1dfea0a2 Merge branch 'enable_sysview_tests_v6.0' into 'release/v6.0'
test(sysview): re-enable SEGGER SystemView example builds and tests (v6.0)

See merge request espressif/esp-idf!43925
2025-12-05 17:57:45 +08:00
nilesh.kale
1ee8ced7dd feat: added testcase to check ota resumption if FE is enabled
This commit also added config option to set default buffer size for OTA.
This testcase mainly checks if OTA resumption fails if data written is
not 16 byte aligned when Flash Encryption is enabled.
2025-12-05 14:12:25 +05:30
Jiang Jiang Jian
18a4332f92 Merge branch 'ci/fix_wifi_cases_6.0' into 'release/v6.0'
Ci: fix wifi cases 6.0

See merge request espressif/esp-idf!43784
2025-12-05 12:30:18 +08:00
morris
35fffe9661 Merge branch 'feature/tusb_hid_remote_wakeup_backport_v6.0' into 'release/v6.0'
feat(tusb_hid_example): Added possibility to wakeup the Host with the button press (backport v6.0)

See merge request espressif/esp-idf!43161
2025-12-05 10:01:15 +08:00
Erhan Kurubas
d76956df93 test(sysview): re-enable SEGGER SystemView example builds and tests 2025-12-05 00:51:31 +08:00
morris
cfb8f3bc2f Merge branch 'refactor/divide_isp_example_v6.0' into 'release/v6.0'
refactor(isp): split isp pipeline example into different srcs (v6.0)

See merge request espressif/esp-idf!43967
2025-12-04 16:10:42 +08:00