armando
05c912b5a3
fix(sdmmc): fixed header structure not shown in doc issue
2026-01-07 11:45:13 +08:00
Song Ruo Jing
6eec16cf66
refactor(uart): clean up uart soc_caps
2026-01-04 16:02:57 +08:00
Song Ruo Jing
ce475d901d
refactor(uart): split UART HAL into separate component
2026-01-04 16:02:57 +08:00
Jiang Jiang Jian
b6661b0775
Merge branch 'feat/usb_host_docs_suspend_resume_backport_v6.0' into 'release/v6.0'
...
feat(usb_host): Add documentation about usb host suspend, resume backport v6.0
See merge request espressif/esp-idf!44242
2025-12-21 15:21:05 +08:00
Chen Jichang
10c473fbbd
feat(hal): graudate the RMT hal driver into a new component
2025-12-17 22:31:25 +08:00
morris
c740652f3d
Merge branch 'feat/esp_hal_isp_v6.0' into 'release/v6.0'
...
isp: move isp hal to cam hal (v6.0)
See merge request espressif/esp-idf!44134
2025-12-17 18:52:30 +08: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
30e864c17f
Merge branch 'fix/twai_queue_remain_and_doc_v6.0' into 'release/v6.0'
...
fix(driver_twai): improve error logging in _node_queue_tx function (v6.0)
See merge request espressif/esp-idf!44223
2025-12-17 11:40:04 +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
armando
d65621fef3
feat(hal):graudate the isp hal driver into a new component
2025-12-16 14:24:40 +08:00
renpeiying
5fbac0ecf0
docs: Update CN translation for usb_host.rst
2025-12-15 11:18:01 +01:00
peter.marcisovsky
83b6594307
feat(usb_host): Add documentation about usb host suspend, resume
2025-12-15 11:18:01 +01:00
wanckl
8ff71742e8
fix(driver_spi): support un-aligned dma transaction and psram transaction
2025-12-15 15:59:21 +08:00
Wan Lei
4adf8aecce
feat(spi_master): support dma transfer with psram directly
2025-12-15 15:59:04 +08:00
wanckl
6759fbfa52
fix(driver_spi): docs currect gpio config performs
2025-12-15 15:58:12 +08:00
wanckl
8292430099
fix(driver_twai): improve new driver API description
2025-12-15 15:50:52 +08:00
diplfranzhoepfinger
9be0fe1509
chor(twai): improve error logging in _node_queue_tx function
...
Enhanced error message for unmatched dlc and buffer_len.
Merges https://github.com/espressif/esp-idf/pull/17888
2025-12-15 15:48:33 +08:00
morris
36134f6464
Merge branch 'refactor/ppa_dma2d_fourcc_v6.0' into 'release/v6.0'
...
refactor(ppa): use fourcc for dma2d and ppa color formats (v6.0)
See merge request espressif/esp-idf!44128
2025-12-12 12:23:22 +08: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
Song Ruo Jing
7c63dbb34a
docs(ppa): add a note about bilinear scaling algorithm in PPA SRM
...
Closes https://github.com/espressif/esp-idf/issues/17531
2025-12-11 15:15:41 +08:00
laokaiyao
841cb4caa1
feat(hal): graudate the adc/dac hal driver into a new component
2025-12-11 10:27:00 +08:00
laokaiyao
b8824d2d1a
refactor(parlio): refactor of the private parlio caps
2025-12-11 10:26:07 +08:00
laokaiyao
e964c74618
feat(hal): graudate the parlio hal driver into a new component
2025-12-11 10:26:05 +08:00
laokaiyao
fd918efe43
feat(hal): graudate the I2S hal driver into a new component
2025-12-11 10:25:40 +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
morris
bfb35855ac
Merge branch 'feat/support_parlio_gdma_eof_on_p4eco5_v6.0' into 'release/v6.0'
...
feat(parlio): support parlio gdma eof on p4 rev3.0 (v6.0)
See merge request espressif/esp-idf!44037
2025-12-10 22:35:53 +08:00
morris
37c614d626
feat(twai): graduate the hal drivers into esp_hal_twai component
2025-12-10 13:56:47 +08:00
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
Chen Jichang
aa04d67db1
feat(parlio): support parlio gdma eof on p4 rev3.0
2025-12-08 15:29:06 +08:00
Wang
8fd355ee71
docs: add headings for twai and gptimer api reference
...
Closes https://github.com/espressif/esp-idf/issues/17891
2025-11-28 18:15:04 +08:00
morris
29fc0f8726
Merge branch 'feat/dedic_gpio_esp32h4_v6.0' into 'release/v6.0'
...
feat(gpio): support fast gpio driver on esp32h4 (v6.0)
See merge request espressif/esp-idf!43541
2025-11-21 14:40:03 +08:00
morris
8242e6914b
Merge branch 'feature/ledc_etm_support_v6.0' into 'release/v6.0'
...
feat(ledc): add ETM support for LEDC peripheral (v6.0)
See merge request espressif/esp-idf!43401
2025-11-21 10:38:11 +08:00
morris
ca892b17b9
feat(gpio): support fast gpio driver on esp32h4
2025-11-20 15:50:58 +08:00
morris
ef1b1d1009
Merge branch 'feat/isp_crop_driver_v6.0' into 'release/v6.0'
...
feat(isp): support Crop driver on p4 rev3 (v6.0)
See merge request espressif/esp-idf!43445
2025-11-20 10:16:01 +08:00
Chen Chen
f9d9502e83
feat(isp): support Crop driver on p4 rev3
...
Add support for crop driver on p4eco5 and update example in
`isp/multi_pipelines`
2025-11-18 17:47:28 +08:00
Jiang Jiang Jian
e7238edbee
Merge branch 'docs/esp32h4-usb_v6.0' into 'release/v6.0'
...
docs(usb): add ESP32-H4 support notes and pin map (backport v6.0)
See merge request espressif/esp-idf!43217
2025-11-18 12:26:08 +08:00
Jiang Jiang Jian
91fc1ef035
Merge branch 'docs/sync_en_and_cn_docs_v6.0' into 'release/v6.0'
...
docs: Sync EN and CN docs without 'needs translation' label (v6.0)
See merge request espressif/esp-idf!42998
2025-11-18 12:25:07 +08:00
morris
34587f3788
Merge branch 'feat/isp_shadow_reg_v6.0' into 'release/v6.0'
...
isp: added shadow reg settings (v6.0)
See merge request espressif/esp-idf!43374
2025-11-18 11:03:45 +08:00
Song Ruo Jing
68f9d729cf
feat(ledc): add ETM support for LEDC peripheral
...
Closes https://github.com/espressif/esp-idf/issues/11855
2025-11-14 20:58:17 +08:00
Euripedes Rocha Filho
dcf03ca0d2
remove(mqtt): Moves esp-mqtt to component manager
...
esp-mqtt is now a managed component at espressif/mqtt
2025-11-14 10:53:56 +01:00
armando
35f050a97d
feat(isp): added shadow reg settings
2025-11-14 15:52:44 +08:00
igor.masar
981e271b94
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
(cherry picked from commit 7492f9b9cd )
2025-11-10 15:40:52 +01:00
Chen Chen
ed64a767ef
refactor(mcpwm): make mcpwm_hal independent & cleanup soc_caps
2025-11-10 10:47:10 +08:00
Shen Mengjing
82b08ef651
docs: Sync EN and CN docs without 'needs translation' label
2025-10-30 14:43:17 +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
Zhang Shu Xian
e8ce6566d5
Merge branch 'docs/update_reference_to_esp32_errata' into 'master'
...
docs: Update reference to the specific section in ESP32 Errata
Closes DOC-10080
See merge request espressif/esp-idf!42514
2025-10-20 17:54:19 +08:00
Shen Meng Jing
76dc7098a0
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Update CN translation
Closes DOC-12501
See merge request espressif/esp-idf!42467
2025-10-20 10:37:44 +08:00
Shen Mengjing
5d57ad769d
docs: Update CN translation
2025-10-17 17:21:56 +08:00
Zhang Shuxian
52aa593617
docs: Update reference to the specific section in ESP32 Errata
2025-10-16 10:08:16 +08:00
Song Ruo Jing
22dfacc18d
feat(ledc): ESP32P4 ECO5 LEDC related updates
2025-10-15 16:49:21 +08:00