wuzhenghui
3ee348fe52
fix(esp_hw_support): add p4 rev3.0 MSPI workaround for deepsleep
2025-10-30 19:09:44 +08:00
morris
90abcd1ffa
Merge branch 'bugfix/fix_gptimer_premature_match_partial_data_v5.5' into 'release/v5.5'
...
fix(gptimer): update regex patterns in example test to include non-digit characters (v5.5)
See merge request espressif/esp-idf!42955
2025-10-29 09:49:09 +08:00
Shu Chen
6334043f9b
Merge branch 'feat/allow_set_ot_netif_config_v5.5' into 'release/v5.5'
...
feat: allow set ot netif config (v5.5)
See merge request espressif/esp-idf!42901
2025-10-28 05:29:50 +00:00
morris
eaf0d76529
fix(gptimer): update regex patterns in example test to include non-digit characters
...
This prevents premature matching on partial data when the output is
being streamed, which was causing the test to capture 100000 instead of
the full 1000002.
2025-10-28 11:50:09 +08:00
Shu Chen
05867446e8
Merge branch 'feat/support_dhcpv6_v5.5' into 'release/v5.5'
...
feat(openthread): support OT upstream dhcpv6 feature (v5.5)
See merge request espressif/esp-idf!42912
2025-10-27 21:22:56 +00:00
Tan Yan Quan
889c77957d
feat(openthread): add kconfig option for timing optimization
2025-10-27 16:06:31 +08:00
morris
a0de5f7387
Merge branch 'feature/esp32p4_eco5_support_v5.5' into 'release/v5.5'
...
feat(gpio/ledc/uart/2ddma/ppa): ESP32P4 ECO5 related updates (v5.5)
See merge request espressif/esp-idf!42816
2025-10-27 15:50:42 +08:00
morris
d939ad7db7
Merge branch 'feat/dvp_format_trans_v5.5' into 'release/v5.5'
...
feat(cam): support format conversion function (v5.5)
See merge request espressif/esp-idf!41785
2025-10-27 15:04:35 +08:00
Xu Si Yu
96fc6f15d9
feat(openthread): update examples for API changes
2025-10-27 11:59:10 +08:00
morris
1484524ed6
Merge branch 'feat/p4_rev3_isp_blc_v5.5' into 'release/v5.5'
...
isp: black level correction driver support on p4 eco5 (v5.5)
See merge request espressif/esp-idf!42796
2025-10-24 12:10:23 +08:00
armando
7a6eb73a93
feat(isp): support BLC driver
2025-10-23 01:17:52 +00:00
Song Ruo Jing
fbdb9413de
feat(ledc): ESP32P4 ECO5 LEDC related updates
2025-10-22 20:05:59 +08:00
morris
be2b6efadc
feat(dsi): split the dphy config clock and pll reference clock
...
this is a breaking change in the esp32p4 ver3.0 silicon.
2025-10-22 17:26:25 +08:00
Wang Meng Yang
bad5f3b446
Merge branch 'bugfix/ci_c3eco7_pwr_save_fail_v5.5' into 'release/v5.5'
...
fix(ble): fix ci power save test connection failure(v5.5)
See merge request espressif/esp-idf!42776
2025-10-22 17:01:00 +08:00
Rocha Euripedes
7a496f0864
Merge branch 'fix/ethernet_init_v5_5' into 'release/v5.5'
...
Fix/ethernet init v5 5
See merge request espressif/esp-idf!42743
2025-10-22 16:55:08 +08:00
Shu Chen
31b8066cc0
Merge branch 'feat/add_openthread_start_stop_api_v5.5' into 'release/v5.5'
...
feat(openthread): add openthread start stop APIs (v5.5)
See merge request espressif/esp-idf!42645
2025-10-22 08:30:00 +00:00
xiongweichao
262fefd137
fix(ble): fix ci power save test connection failure
2025-10-21 17:31:26 +08:00
Ondrej Kosta
c80867e16a
fix(examples): fix version ref. to ethernet_init in static_ip example
2025-10-21 09:57:06 +02:00
Jiang Jiang Jian
65dd74337d
Merge branch 'feat/add_cherryusb_demo_v5.5' into 'release/v5.5'
...
feat(usb): add CherryUSB serial device and host example (v5.5)
See merge request espressif/esp-idf!41700
2025-10-21 14:00:57 +08:00
Xu Si Yu
964fde55dc
feat(openthread): examples adaptation of new APIs
2025-10-21 12:11:03 +08:00
Xu Si Yu
c6359c36b3
feat(openthread): add common components for openthread examples
2025-10-21 11:27:27 +08:00
Jiang Jiang Jian
5c2880049c
Merge branch 'bugfix/ftm_example_issues_v5.5' into 'release/v5.5'
...
Improve FTM Query logging for AP-Sta mode (v5.5)
See merge request espressif/esp-idf!42671
2025-10-20 15:24:19 +08:00
morris
bc3457caab
Merge branch 'feature/usb_device_examples_update_v2.0.0_backport_v5.5' into 'release/v5.5'
...
feature(usb_device): Examples update to esp_tinyusb v2.0.0 (backport to v5.5)
See merge request espressif/esp-idf!42049
2025-10-20 14:29:44 +08:00
gaoxu
de3e6d22e3
feat(cam): support format conversion function
2025-10-20 14:21:34 +08:00
akshat
b58b6a62d9
bugfix(wifi): Improve FTM Query logging for AP-Sta mode
2025-10-17 10:08:09 +05:30
Jin Chen
d1298525a9
fix(ble): update the example docs for pawr
...
(cherry picked from commit 164fec9e74 )
Co-authored-by: cjin <jinchen@espressif.com >
2025-10-16 20:14:03 +08:00
Jiang Jiang Jian
eee4837542
Merge branch 'refactor/wps_eap_cleanup_v5.5' into 'release/v5.5'
...
refactor(esp_wifi): Remove WPS task code (v5.5)
See merge request espressif/esp-idf!42441
2025-10-16 15:12:53 +08:00
Mahavir Jain
ea36c4f609
Merge branch 'feature/esp_tee_c5_v5.5' into 'release/v5.5'
...
feat(esp_tee): Initial support for ESP32-C5 and related changes (v5.5)
See merge request espressif/esp-idf!42357
2025-10-16 09:39:23 +05:30
Kapil Gupta
f63e81c044
refactor(esp_wifi): Remove WPS task code
2025-10-16 11:12:22 +08:00
Jiang Jiang Jian
fb8d0336ae
Merge branch 'bugfix/bt_idf_ci_v5.5' into 'release/v5.5'
...
fix(example/classic_bt): Fix the potential stack overflow tasks (v5.5)
See merge request espressif/esp-idf!42537
2025-10-16 10:24:20 +08:00
Rahul Tank
39b9662258
Merge branch 'feat/channel_sounding_nimble_v5.5' into 'release/v5.5'
...
feat(nimble): Add initial support for CS HCI (v5.5)
See merge request espressif/esp-idf!42278
2025-10-15 12:47:59 +05:30
Jiang Jiang Jian
b490bc0613
Merge branch 'feat/support_esp32c5_cert_test_example_v5.5' into 'release/v5.5'
...
Feat/support esp32c5 cert test example v5.5(Backport v5.5)
See merge request espressif/esp-idf!42535
2025-10-15 10:32:24 +08:00
Rahul Tank
126b8f8789
fix(nimble): Added CS service support
2025-10-14 16:41:02 +05:30
yangfeng
a5735b3252
fix(example/classic_bt): Fix potential stack overflow tasks
2025-10-14 16:38:13 +08:00
Rahul Tank
5652984db9
feat(nimble): Base support for Channel sounding HCI command and events
2025-10-14 12:14:19 +05:30
Laukik Hase
78737a757a
feat(esp_tee): Added support for PBKDF2-based (HMAC) ECDSA signing
2025-10-14 10:12:13 +05:30
Laukik Hase
4aafa4d11b
feat(esp_tee): Miscellaneous fixes and updates
...
- Rename `tee_test_fw` app configs for better CI tracking
- Decrease the lower bound of TEE I/DRAM config options
- Trim the TEE test-apps build
- Improve the TEE/REE OTA pytest script with additional checks
- Fix build issues when `tee_sec_storage`/`tee_ota_ops` are a
a part of the project build but ESP-TEE is disabled
2025-10-14 10:12:12 +05:30
hrushikesh.bhosale
067faa25c2
fix(http_server): Fix CI test failure async_handler
...
pytest trying to hit the server, before registration
of URI handlers or starting of server
2025-10-13 10:36:52 +05:30
muhaidong
c64b751c50
fix(phy): fix cmd get_rx_result log error issue
2025-10-13 10:42:37 +08:00
muhaidong
a58bae6812
fix(phy): add tx_contain_en cmd for esp32c5
2025-10-13 10:42:37 +08:00
muhaidong
c4aa4d47fc
feat(phy): support esp32c5 cert test
2025-10-13 10:42:37 +08:00
yangfeng
9664e406cc
fix(example/classic_bt): Fix the stack overflow of the SPPAppT and mouse_move_task tasks
2025-10-10 16:13:51 +08:00
C.S.M
4475b138af
doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part
2025-10-10 14:00:37 +08:00
Rahul Tank
67003b5630
fix(nimble): Declutter the nimble menu config options
2025-09-30 14:41:45 +05:30
peter.marcisovsky
ad1aa5dbd4
fix(usb_host): Updaing changed Kconfig value from usb_host_uvc component in UVC example
2025-09-29 17:24:07 +08:00
morris
82ed0c7cd3
Merge branch 'fix/twai_new_driver_example_and_fixs_v5.5' into 'release/v5.5'
...
feat(driver_twai): backport new driver examples and fixs (v5.5)
See merge request espressif/esp-idf!42008
2025-09-28 18:06:07 +08:00
Chen Chen
7eec1cadf1
feat: Update driver dependency for new version outside components
2025-09-26 16:35:45 +08:00
Island
e93f0e56b6
Merge branch 'change/ble_update_lib_20250828_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20250828 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!41962
2025-09-24 10:27:50 +08:00
xieqinan@espressif.com
da54e34dbb
feat(zigbee): move the zcl_utility into the examples_utils of zb_common_components
2025-09-23 16:38:48 +08:00
wanckl
b2bca25a98
fix(driver_twai): added ctu_official listen only workaround
...
Closes https://github.com/espressif/esp-idf/issues/17461
2025-09-22 20:24:52 +08:00