Commit Graph

7816 Commits

Author SHA1 Message Date
Soh Kam Yung 9b71e1415d feat(bridge_hosted): Make Network Bridge work with ESP-Hosted
- update network bridge code to build with wifi-remote
- update `examples/network/bridge` to work with wifi-remote on P4

Closes https://github.com/espressif/esp-hosted-mcu/issues/61
2026-01-22 17:00:02 +08:00
Konstantin Kondrashov 3e36edbd67 Merge branch 'fix/efuse_example_test_for_h2' into 'master'
fix(examples): Use another efuse block for custom efuse table

Closes IDFCI-3744 and IDFCI-3459

See merge request espressif/esp-idf!45312
2026-01-21 17:54:45 +08:00
Ondrej Kosta ec3696a118 Merge branch 'fix/bridge_test' into 'master'
Made ETH bridge test to be more robust

See merge request espressif/esp-idf!43082
2026-01-21 15:34:07 +08:00
Konstantin Kondrashov bb8a5cfe36 fix(examples): Use another efuse block for custom efuse table on ESP32H2 2026-01-21 09:29:10 +02:00
Harshal Patil 87fb2eb4e9 Merge branch 'fix/dead_code_and_uninitialised_scalar' into 'master'
fix(examples/tee): Remove dead code and fix unintialised scalar usage

Closes IDF-15182 and IDF-15183

See merge request espressif/esp-idf!45325
2026-01-21 12:32:44 +05:30
Erhan Kurubas 2c28cfe8a2 Merge branch 'gcov_over_uart' into 'master'
Gcov over uart

Closes IDF-15030 and OCD-1191

See merge request espressif/esp-idf!44615
2026-01-21 06:54:31 +01:00
harshal.patil 16e01b7b75 fix(examples/tee): Remove dead code and fix unintialised scalar usage 2026-01-21 10:12:33 +05:30
armando 51a6490e93 fix(isp): fixed wbg shadow not working issue 2026-01-20 17:08:06 +08:00
Erhan Kurubas f1d43df4a1 feat(examples): dump coverage over uart 2026-01-20 11:30:03 +03:00
Mahavir Jain 518af80bd4 Merge branch 'feat/opaque_ecdsa_drivers' into 'master'
Opaque ECDSA driver

See merge request espressif/esp-idf!44653
2026-01-20 12:21:12 +05:30
Ondrej Kosta a538275c31 Merge branch 'fix/eth_example_clk_loop' into 'master'
fix(esp_eth): fixed basic example RMII CLK loopback config

See merge request espressif/esp-idf!44988
2026-01-19 16:38:06 +08:00
harshal.patil e9ea55bea2 feat(mbedtls/ecdsa): Introduce PSA ECDSA driver 2026-01-19 09:14:37 +05:30
Laukik Hase 4007acade6 Merge branch 'feat/esp_tee_attestation_psa' into 'master'
feat(esp_tee): Migrate TEE attestation to the PSA interface

See merge request espressif/esp-idf!44706
2026-01-17 11:03:10 +05:30
Ondrej Kosta 2598c90e4f ci(esp_eth): update ETH bridge test to be more robust 2026-01-16 11:15:34 +01:00
wanckl 70da170f24 test(esp_cam_sensor): fixed cam_spi_slave build errors 2026-01-16 17:53:21 +08:00
Laukik Hase 169f40658d refactor(esp_tee): Update TEE attestation tests and examples to use the PSA interface 2026-01-16 12:28:58 +05:30
morris 5fe2a941f5 Merge branch 'feat/dedic_gpio_s31' into 'master'
feat(gpio): support dedicated gpio for s31

Closes IDF-14782

See merge request espressif/esp-idf!45093
2026-01-16 11:11:22 +08:00
Yi Wen Xiu a5e3921836 Merge branch 'feat/add_ot_ci_c5_related_testcases' into 'master'
feat(openthread): add C5 sleep test case

Closes TZ-2168

See merge request espressif/esp-idf!43724
2026-01-16 10:26:04 +08:00
yiwenxiu 3ff862eb08 feat(openthread): add C5 sleep test case 2026-01-15 15:43:22 +08:00
Chen Chen a8ef2b0c0c feat(gpio): support dedicated gpio for s31 2026-01-15 14:48:55 +08:00
Rahul Tank 20fd3c99a3 Merge branch 'bugfix/ad_type_example' into 'master'
fix(nimble): Add AD type macros in example

See merge request espressif/esp-idf!44916
2026-01-14 12:01:48 +05:30
C.S.M fa47e101d5 Merge branch 'doc/i3c_programming_guide' into 'master'
Docs(i3c): Add I3C programming guide

See merge request espressif/esp-idf!44568
2026-01-14 14:30:43 +08:00
Rahul Tank 5b01ed8100 fix(nimble): Add AD type macros in example 2026-01-14 09:59:38 +05:30
Shu Chen 3de4dfaf4b Merge branch 'feat/migrate_iperf_cmd' into 'master'
feat(iperf): migrate iperf to use iperf-cmd component

See merge request espressif/esp-idf!44872
2026-01-14 02:58:45 +00:00
Chen Chen 4fc45b4633 Merge branch 'feat/s31_sdm_support' into 'master'
feat(sdm): support SDM on esp32s31

Closes IDF-14783

See merge request espressif/esp-idf!45032
2026-01-14 09:42:18 +08:00
C.S.M e019482a36 docs(i3c): Add i3c master programming guide 2026-01-13 19:56:39 +08:00
He Binglin 40df15b1fc Merge branch 'feat/esp_idf_esp32h21_sdm_retention' into 'master'
Feat/esp idf esp32h21 sdm retention

Closes IDF-14159

See merge request espressif/esp-idf!45014
2026-01-13 19:53:24 +08:00
Ondrej Kosta a45f42de7c Merge branch 'feat/esp32p4_eco5_emac' into 'master'
Added PTP PPS Feature

Closes IDF-13513

See merge request espressif/esp-idf!44345
2026-01-13 16:24:09 +08:00
Tan Yan Quan 00f36e0c5b docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-13 15:24:08 +08:00
Chen Chen 43dbdd75a3 feat(sdm): support SDM on esp32s31 2026-01-13 15:09:55 +08:00
Wang Meng Yang 3feb5a3663 Merge branch 'bugfix/a2dp_utils' into 'master'
fix(bt/bluedroid): add status management for audio sink service channel

See merge request espressif/esp-idf!44961
2026-01-13 10:06:09 +08:00
hebinglin 0e4ae326e9 feat(esp_hw_support): support sdm retention in esp32h21 2026-01-12 19:57:47 +08:00
Jin Cheng 4adb4b9010 fix(bt/bluedroid): add status management for audio sink service channel 2026-01-12 19:16:33 +08:00
morris 2a5e52f77a Merge branch 'feat/support_gptimer_on_s31' into 'master'
feat(gptimer): add gptimer support on esp32s31

Closes IDF-14745 and IDF-14746

See merge request espressif/esp-idf!44719
2026-01-12 17:57:21 +08:00
Ondrej Kosta f8b055bd11 feat(esp_eth): added PTP EMAC PPS0 support on ESP32P4v3
feat(esp_eth): added options to configure PTP module

feat(esp_eth): removed all PTP ioctl commands and created API
2026-01-12 17:13:25 +08:00
Adam Múdry b831cccdd3 Merge branch 'fix/example_sd_card_pytest_wrong_timeout' into 'master'
fix(examples): Fixed wrong timeout placement in examples/sd_card/* pytest

Closes IDFCI-7325

See merge request espressif/esp-idf!44944
2026-01-12 04:31:53 +01:00
Ondrej Kosta 3777138e85 fix(esp_eth): fixed basic example RMII CLK loopback config 2026-01-09 15:37:05 +01:00
Tan Yan Quan 16c6765e0a feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-09 16:47:06 +08:00
Tan Yan Quan 0b6facabf4 feat(openthread): migrate iperf to use iperf-cmd component 2026-01-09 16:46:59 +08:00
morris 3bf3249cd6 Merge branch 'feat/isp_awb_example' into 'master'
Feat/isp awb example

Closes IDF-10498

See merge request espressif/esp-idf!43946
2026-01-09 15:04:52 +08:00
Adam Múdry fdaeef206c fix(examples): Fixed wrong timeout placement in examples/sd_card/* pytest 2026-01-08 15:19:35 +01:00
Island a8cfb404e5 Merge branch 'fix/change_some_example_config' into 'master'
feat(ble/bluedroid): Add new bluedroid host examples (master)

Closes BLERP-2492

See merge request espressif/esp-idf!44896
2026-01-08 21:03:13 +08:00
Ashish Sharma 22f0d73d51 Merge branch 'fix/file_serving_pytest_failure' into 'master'
fix(file_server): File servering example pytest failure

Closes IDFCI-2392

See merge request espressif/esp-idf!44704
2026-01-08 14:27:35 +08:00
zhiweijian ce72e90291 feat(ble/bluedroid): Add new bluedroid host examples 2026-01-08 12:17:26 +08:00
Wang Meng Yang 6894343bc7 Merge branch 'docs/update_bt_api_ref' into 'master'
docs(bt): update Classic Bluetooth api reference

Closes BT-4190

See merge request espressif/esp-idf!43872
2026-01-08 11:51:21 +08:00
Chen Chen 36ef38d5a1 feat(isp): demonstrate isp awb in current multi-pipeline example 2026-01-08 09:54:41 +08:00
Shu Chen e6422d3db7 Merge branch 'fix/restore_ot_led' into 'master'
fix(openthread): restore LED state indicator for example code

See merge request espressif/esp-idf!44636
2026-01-08 01:44:52 +00:00
Adam Múdry f9b9eadc44 Merge branch 'fix/fatfs_pytest_expecting_typo' into 'master'
fix(sd): Fixed typo in pytest output expectation

Closes IDFCI-5088 and IDFCI-3728

See merge request espressif/esp-idf!44847
2026-01-07 15:33:03 +01:00
Adam Múdry 712c02e03c fix: Fixed typo in pytest output expectation 2026-01-07 13:35:51 +01:00
yangfeng 322984c0cb docs(bt): update Classic Bluetooth api reference of A2DP 2026-01-07 20:18:02 +08:00