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
Tomas Rezucha
98af307c66
ci(usb/device): re-enable usb_device tests for ESP32-P4
2025-11-25 16:06:57 +01:00
gaoxu
c5c586af3e
ci(adc): re-enable ADC test on ESP32P4
2025-11-25 17:27:20 +08:00
armando
66da426c83
feat(hal):graudate the camera hal driver into a new component
2025-11-21 10:51:28 +08:00
Ondrej Kosta
1e6f49d178
Merge branch 'chore/update-protocol-eth-connect' into 'master'
...
feat(protocol_examples_common): Use Ethernet Init component
Closes IDF-14227
See merge request espressif/esp-idf!42265
2025-11-20 17:28:17 +08:00
glmfe
f398594982
feat(protocol_examples_common): Use Ethernet Init component
...
- Refactored protocol_examples_common to use ethernet_init component
2025-11-19 15:58:12 +01:00
morris
892611191b
feat(gpio): support fast gpio driver on esp32h4
2025-11-18 16:59:27 +08:00
Chen Chen
c6ab28f336
feat(mcpwm): support mcpwm on esp32h21
2025-11-17 19:01:16 +08:00
Armando (Dou Yiwen)
1275fb1f42
Merge branch 'feat/make_p4_rev3_default' into 'master'
...
p4: make v3 as default
See merge request espressif/esp-idf!43142
2025-11-17 10:10:05 +00:00
armando
b25ba4a0c1
ci(p4): disable p4 rev3 invalid tests temporarily
2025-11-17 12:11:39 +08:00
morris
f86febdc87
feat(gpio): add fast gpio && sdm && filter support on esp32h21
2025-11-14 18:34:06 +08:00
morris
5fb55adb74
Merge branch 'feat/etm_esp32h21' into 'master'
...
feat(etm): support ETM driver on esp32h21
Closes IDF-11576, IDF-11577, and IDF-11614
See merge request espressif/esp-idf!43294
2025-11-14 17:00:59 +08:00
morris
5189f9af3c
Merge branch 'feat/isp_crop_driver' into 'master'
...
feat(isp): support Crop driver on p4 rev3
Closes IDF-12216 and IDF-13933
See merge request espressif/esp-idf!42586
2025-11-14 15:53:52 +08:00
morris
6bd8524115
feat(etm): support ETM driver on esp32h21
2025-11-14 10:40:40 +08:00
Chen Chen
61d363fd58
feat(isp): support Crop driver on p4 rev3
...
Add support for crop driver on p4eco5 and update example in
`isp/multi_pipelines`
2025-11-13 08:47:11 +08:00
Tomas Rezucha
b6db931b0d
refactor(usb): Make usb hal layer independent
2025-11-10 17:04:22 +01:00
morris
26dc40594e
refactor(example): enable minimal build for peripheral examples
...
Closes https://github.com/espressif/esp-idf/issues/17836
2025-11-10 17:13:58 +08:00
igor.masar
7492f9b9cd
docs(usb): add ESP32-H4 support notes and pin map
...
- usb_device: add esp32h4 DP/DM defaults (GPIO22/21) and "only:: esp32h4";
add H4 PHY considerations; add H4 MSC write-speed table; generalize MSC SD
note to {IDF_TARGET_NAME}; exclude tusb_ncm on H4
- usb_host: include esp32h4 in feature gates; add H4 PHY considerations
- usb_host_notes_dwc_otg: enable H4 by extending "only::" selector
- examples/usb: add ESP32-H4 row to DP/DM pin map
- docs_not_updated: drop H4 entries for usb_device, usb_host, and related
usb_host notes now covered
- soc(esp32h4): set internal PHY mapping to DP=22, DM=21
2025-11-07 12:19:26 +01:00
Chen Chen
83c315c28d
Merge branch 'feat/mcpwm_support_h4' into 'master'
...
Feat/mcpwm support h4
Closes IDF-12380 and IDF-12381
See merge request espressif/esp-idf!43003
2025-11-07 11:46:03 +08:00
Kevin (Lao Kaiyao)
be3dd5a591
Merge branch 'feature/support_i2s_on_h21' into 'master'
...
feat(i2s): support i2s on esp32h21
Closes IDF-11606, IDF-11607, and IDF-11608
See merge request espressif/esp-idf!41767
2025-11-07 11:41:45 +08:00
Chen Chen
4a22e36ab4
feat(mcpwm): support mcpwm on esp32h4
2025-11-07 09:28:31 +08:00
Roman Leonov
4be7070aa6
Merge branch 'feature/tusb_hid_remote_wakeup' into 'master'
...
feat(tusb_hid_example): Added possibility to wakeup the Host with the button press
Closes IDFGH-12837
See merge request espressif/esp-idf!41851
2025-11-06 19:15:32 +08:00
laokaiyao
6bb2a6b66d
feat(i2s): support i2s on esp32h21
2025-11-06 17:23:15 +08:00
Chen Ji Chang
fc3709f050
Merge branch 'fix/pcnt_example_pytest' into 'master'
...
test(pcnt): fix pcnt example pytest
Closes IDFCI-3827, IDFCI-3590, and IDFCI-4802
See merge request espressif/esp-idf!43081
2025-11-05 18:23:19 +08:00
Roman Leonov
dc2013697a
feat(tusb_hid_example): Added possibility to wakeup the Host with the button press
2025-11-04 22:17:25 +08:00
Chen Jichang
c696401782
test(pcnt): fix pcnt example pytest
2025-11-04 15:16:41 +08:00
gaoxu
96959a2128
feat(cam): support esp32p4 eco5 dvp cam
2025-11-04 11:46:38 +08:00
Chen Jichang
74b18dac5c
feat(rgb_lcd): allow users to manage the lifecycle of the frame buffer
2025-10-29 17:39:18 +08:00
Marius Vikhammer
74d5a120c3
Merge branch 'ci/limit_test_app_builds' into 'master'
...
test(test_apps): set minimal build for misc test-apps
Closes IDF-14198, IDF-14208, IDF-14194, and IDF-14199
See merge request espressif/esp-idf!42921
2025-10-29 03:56:43 +08:00
Marius Vikhammer
27059a16f8
test(test_apps): set minimal build for misc test-apps
2025-10-28 10:17:41 +08:00
morris
6fd24b6f5b
Merge branch 'bugfix/fix_gptimer_premature_match_partial_data' into 'master'
...
fix(gptimer): update regex patterns in example test to include non-digit characters
Closes IDFCI-4481
See merge request espressif/esp-idf!42911
2025-10-27 23:53:17 +08:00
morris
e3cf730cfa
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-27 14:18:09 +08:00
Song Ruo Jing
cc3577e31a
feat(ledc): add ETM support for LEDC peripheral
...
Closes https://github.com/espressif/esp-idf/issues/11855
2025-10-23 16:24:11 +08:00
Song Ruo Jing
21237012e6
change(example/ledc): add power management support for the example
...
Closes https://github.com/espressif/esp-idf/issues/17517
2025-10-23 16:24:11 +08:00
morris
d4d8b09ced
feat(hal):graudate the LCD hal driver into a new component
...
- Introduced new HAL components for LCD and MIPI DSI, including:
- `lcd_hal.c` and `lcd_hal.h` for LCD hardware abstraction layer.
- `mipi_dsi_hal.c` and `mipi_dsi_hal.h` for MIPI DSI hardware
abstraction layer.
- Peripheral connection definitions in `lcd_periph.c` and
`lcd_periph.h`.
- Added necessary types and utility functions in `lcd_types.h` and
`mipi_dsi_types.h`.
- Updated CMakeLists to include the new HAL components in the build
system.
- Removed legacy references to LCD and MIPI DSI in the HAL and SOC
CMakeLists.
2025-10-22 17:00:18 +08:00
Song Ruo Jing
22dfacc18d
feat(ledc): ESP32P4 ECO5 LEDC related updates
2025-10-15 16:49:21 +08:00
Mahavir Jain
269acda53c
Merge branch 'cleanup/use_cjson_from_registry' into 'master'
...
cleanup: move cJSON to component manager
See merge request espressif/esp-idf!42379
2025-10-13 11:54:10 +05:30
morris
4e62b0e44e
Merge branch 'refactor/mcpwm_generator_remove_varg_api' into 'master'
...
refactor(mcpwm): remove varg action setting functions for timer, compare, and brake events
Closes IDF-13901, IDF-13890, IDF-13865, and IDF-13880
See merge request espressif/esp-idf!42259
2025-10-10 03:25:40 +08:00
morris
b76254895c
refactor(mcpwm): remove varg action setting functions for timer, compare, and brake events
2025-10-09 16:38:39 +08:00
Mahavir Jain
439b1d6d08
cleanup: move cJSON to component manager
2025-10-06 14:08:06 +05:30
igor.masar
c74ce1c201
feat(usb/h4): Add USB OTG host support for ESP32-H4
...
- hal: add DWC OTG core LL (usb_dwc_ll.h) and USB wrap LL (usb_wrap_ll.h)
- soc: add DWC register map/cfg (usb_dwc_struct.h, usb_dwc_cfg.h) and caps
- soc/kconfig: enable SOC_USB_OTG_SUPPORTED=1, SOC_USB_OTG_PERIPH_NUM=1
- docs: add ESP32-H4 to usb_phy test app “Supported Targets”
- ld: export USB_WRAP symbol
- doxygen: include USB Host headers for H4 to emit .inc files
2025-10-02 23:21:08 +02:00