morris
fe436d881e
feat(ci): remove common_components dependencies from peripheral drivers
...
Replace *common_components with specific driver dependencies across all
peripheral driver test apps and examples to prevent unnecessary CI
triggers
when common_components change.
This follows the same pattern established in TWAI driver commit:
6d21cc6c29
Changes made:
- 26 component test apps updated
(esp_driver_*/test_apps/.build-test-rules.yml)
- 1 driver test app updated
(components/driver/test_apps/.build-test-rules.yml)
- Key examples updated in examples/peripherals/.build-test-rules.yml
- Established standard dependency pattern: esp_hal_xxx, esp_hw_support,
soc
- Added esp_driver_gpio for GPIO-dependent drivers
2026-01-29 16:33:17 +08:00
Tomas Rezucha
1840a2fb0f
ci(usb): Run USB tests only on USB related changes
2026-01-27 18:08:19 +08:00
Wan Lei
753e4acc62
Merge branch 'feature/twai_timestamp_low_level' into 'master'
...
feat(driver_twai): support rx frame timestamp feature
Closes IDF-8435 and IDFGH-2413
See merge request espressif/esp-idf!26784
2026-01-27 14:47:30 +08:00
morris
2394707c57
Merge branch 'fix/clean_twai_ci_depends' into 'master'
...
fix(driver_twai): clean twai ci build dependency from common_depends
See merge request espressif/esp-idf!45406
2026-01-27 12:04:30 +08:00
wanckl
1161254877
feat(driver_twai): support rx frame timestamp for all chips
...
Closes https://github.com/espressif/esp-idf/issues/4527
2026-01-26 20:25:26 +08:00
wanckl
6d21cc6c29
fix(driver_twai): clean twai ci build dependency from common_depends
2026-01-26 15:15:21 +08:00
gaoxu
72c4529e7e
feat(cam): add format conversion when new dvp cam
2026-01-26 11:37:12 +08:00
igor.udot
4c26ab876b
ci: update build-test-rules to use common_components
2026-01-23 10:14:09 +08:00
armando
51a6490e93
fix(isp): fixed wbg shadow not working issue
2026-01-20 17:08:06 +08:00
wanckl
70da170f24
test(esp_cam_sensor): fixed cam_spi_slave build errors
2026-01-16 17:53:21 +08:00
Chen Chen
a8ef2b0c0c
feat(gpio): support dedicated gpio for s31
2026-01-15 14:48:55 +08:00
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
C.S.M
e019482a36
docs(i3c): Add i3c master programming guide
2026-01-13 19:56:39 +08:00
Chen Chen
43dbdd75a3
feat(sdm): support SDM on esp32s31
2026-01-13 15:09:55 +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
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
Chen Chen
36ef38d5a1
feat(isp): demonstrate isp awb in current multi-pipeline example
2026-01-08 09:54:41 +08:00
Chen Jichang
94eeb84814
feat(gptimer): add gptimer support on esp32s31
2026-01-07 15:14:54 +08:00
laokaiyao
93b0d49cdd
fix(touch_sens): fixed the oneshot scanning timeout issue in touch sleep example
...
Touch channel 7 (GPIO8) is pulled-up on the dev board
2026-01-06 15:25:44 +08:00
morris
796e85f0f6
refactor(tests): add missing sdkconfig files in the driver test
2026-01-04 22:36:04 +08:00
C.S.M
4f841416a4
feat(i3c): add i3c master example for lsm6dscx
2025-12-31 18:06:15 +08:00
kinho
b3ef1c0cf2
fix:Report the full buffer length to the UAC stack by setting bytes_read in usb_uac_device_input_cb(), so the host correctly detects received audio data instead of seeing zero bytes.
2025-12-31 10:10:45 +08:00
Song Ruo Jing
74aeb3f41f
refactor(uart): split UART HAL into separate component
2025-12-25 14:41:28 +08:00
Song Ruo Jing
a3c63f362b
Merge branch 'refactor/esp_hal_ledc' into 'master'
...
refactor(ledc): split ledc hal into a separate component
Closes IDF-14085
See merge request espressif/esp-idf!44204
2025-12-18 11:59:25 +08:00
Tomas Rohlinek
203c4da5f8
Merge branch 'feat/vfs_remove_old_api' into 'master'
...
feat(storage/vfs): v6 API breaking changes
Closes DOC-13273
See merge request espressif/esp-idf!42182
2025-12-17 20:21:27 +01:00
morris
d31812c251
Merge branch 'refactor/esp_hal_ppa' into 'master'
...
refactor(ppa): split PPA HAL into a separate component
Closes IDF-14097
See merge request espressif/esp-idf!44203
2025-12-17 17:42:18 +08:00
Song Ruo Jing
67a738d1de
refactor(ledc): split ledc hal into a separate component
2025-12-17 15:26:10 +08:00
Tomas Rezucha
a160c64c81
Merge branch 'fix/usb_cdc_example' into 'master'
...
fix(usb/host): Update CDC example so it opens device with any VID/PID
Closes IEC-404
See merge request espressif/esp-idf!44117
2025-12-16 20:27:37 +01:00
Tomáš Rohlínek
8c9d62de98
feat(storage/vfs): Remove old API usage
2025-12-16 17:48:55 +08:00
Tomas Rezucha
b3445d09df
fix(usb/host): Update CDC example so it opens device with any VID/PID
...
Closes https://github.com/espressif/esp-usb/issues/302
2025-12-15 13:37:22 +01:00
Song Ruo Jing
789fdc3598
refactor(ppa): split PPA HAL into a separate component
2025-12-15 17:01:38 +08:00
laokaiyao
1e54a82e42
feat(touch_sens): support touch sensor on esp32h4
2025-12-15 11:18:37 +08:00
C.S.M
f405e51784
ci(esp32s31): Add ci build test for esp32s31
2025-12-11 15:17:15 +08:00
peter.marcisovsky
b670f1cece
fix(usb_host): Dont abort on unsupported client events
...
- suspend and resume client events
2025-12-09 09:58:01 +01:00
morris
b385b6e533
Merge branch 'refactor/reduce_bin_size_when_dsi_without_dma2d' into 'master'
...
feat(lcd): support draw bitmap hook function
Closes IDFGH-15572
See merge request espressif/esp-idf!42209
2025-12-06 13:47:42 +08:00
Chen Jichang
1e190ccd74
feat(lcd): support draw bitmap hook function
...
Closes https://github.com/espressif/esp-idf/issues/16201
2025-12-05 15:44:38 +08:00
Chen Ji Chang
69a5730f34
Merge branch 'feat/support_parlio_on_esp32h4' into 'master'
...
feat(parlio): support parlio on esp32h4
Closes IDF-12345, IDF-12346, and IDF-12347
See merge request espressif/esp-idf!43683
2025-12-05 15:09:02 +08:00
Igor Udot
84d2b57df9
Merge branch 'ci/check_build_test_rules' into 'master'
...
ci: fix mismatch in check_build_test_rules
Closes CII-49 and CII-50
See merge request espressif/esp-idf!43937
2025-12-05 11:56:39 +08:00
igor.udot
8c233aa9bd
ci: temp_skip_ci for p4
2025-12-04 18:08:33 +08:00
Chen Jichang
a67517067c
feat(parlio): support parlio on esp32h4
2025-12-04 11:45:18 +08:00
Chen Chen
3d8bff9945
Merge branch 'refactor/divide_isp_example' into 'master'
...
refactor(isp): split isp pipeline example into different srcs
Closes IDF-14539
See merge request espressif/esp-idf!43443
2025-12-04 09:31:54 +08:00
morris
f8736489fc
Merge branch 'feat/esp_hal_twai' into 'master'
...
feat(twai): graduate the hal drivers into esp_hal_twai component
Closes IDF-14102
See merge request espressif/esp-idf!43557
2025-12-03 16:31:43 +08:00
Chen Chen
b5c40535ef
refactor(isp): split isp pipeline example into different srcs
2025-12-02 11:40:57 +08:00
C.S.M
986481f616
Merge branch 'ci/freertos_header' into 'master'
...
ci(header_check): Add check for public header should not include freertos
Closes IDF-10013
See merge request espressif/esp-idf!43219
2025-12-02 10:42:26 +08:00
morris
ab4200e6f6
feat(twai): graduate the hal drivers into esp_hal_twai component
2025-12-01 22:32:54 +08:00
wanckl
a485d7f8a6
fix(driver_twai): enhance ci test and fix example
2025-12-01 14:21:21 +08:00
C.S.M
d5054072eb
ci(header_check): Add check for public header should not include freertos
2025-11-28 19:15:17 +08:00
Wan Lei
a63fbe838a
Merge branch 'feature/spi_master_support_edma_on_s3' into 'master'
...
feat(spi_master): support using edma to transfer with psram directly
Closes IDF-7373 and IDF-10111
See merge request espressif/esp-idf!23785
2025-11-28 13:59:58 +08:00
Tomas Rezucha
24efd7f1e7
Merge branch 'ci/reenable_p4_usb_device_tests' into 'master'
...
ci(usb/device): re-enable usb_device tests for ESP32-P4
Closes IDF-14369 and IDF-14832
See merge request espressif/esp-idf!43734
2025-11-26 14:44:12 +01:00
wanckl
263de1bb75
fix(driver_spi): support un-aligned dma transaction and psram transaction
2025-11-26 19:20:50 +08:00