morris
aff0fb071a
Merge branch 'feature/isp-flash-dma-input_v6.0' into 'release/v6.0'
...
feat(isp): add aligned flash DMA input example (v6.0)
See merge request espressif/esp-idf!51120
2026-07-24 16:48:11 +08:00
morris
91a87cfb36
refactor(isp): read DMA input directly from flash
...
Avoid the PSRAM copy for unencrypted flash
2026-07-24 11:48:42 +08:00
Chen Jichang
dd79849654
docs(pcnt): add gpio pull mode migration guide
...
Closes https://github.com/espressif/esp-idf/issues/18862
2026-07-24 11:10:42 +08:00
gaoxu
0df7a1f2cf
feat(isp): Add example and script to check raw picture by ISP dma input
2026-07-15 14:15:29 +08:00
gaoxu
e4f9f672b0
feat(isp): support isp dma input and add example
2026-07-15 14:15:28 +08:00
C.S.M
1873ca6359
fix(jpeg): JPEG can encode and decode in encryption situation
2026-07-13 19:56:28 +08:00
morris
c2aa496f98
feat(jpeg): simplify decoder example and add pytest coverage
2026-07-13 15:15:39 +08:00
Chen Jichang
8350d77bfc
fix(i2c_oled): fix example hang when i2c transaction fails
...
Closes https://github.com/espressif/esp-idf/issues/18713
2026-07-06 15:02:33 +08:00
morris
2d1782900e
feat(dma2d): added async color converter example
...
illustrate how to use DMA2D convert a YUV422 image to RGB888 format
2026-06-30 12:00:13 +08:00
morris
e2f23ea0bd
feat(jpeg): simplify encode example and add pytest coverage
...
Embed a 720p BGR raw asset and stream the encoded JPEG over UART so
this example no longer depends on SD card setup.
Add pytest coverage that reconstructs the JPEG from base64 output and
compares it against a checked-in golden image.
2026-06-29 17:26:21 +08:00
Jiang Jiang Jian
e3ef21aa13
Merge branch 'feat/support_usb_wakeup_v6.0' into 'release/v6.0'
...
feat: support usb as wakeup source from light sleep (v6.0)
See merge request espressif/esp-idf!49502
2026-06-29 15:39:20 +08:00
morris
32a54c35de
Merge branch 'fix/twaifd_assert_fail_v6.0' into 'release/v6.0'
...
fix(driver_twai): fix driver assert fail when send frame (v6.0)
See merge request espressif/esp-idf!49941
2026-06-29 12:35:29 +08:00
morris
d91bff2f0f
Merge branch 'ci/twai-runner-update-v6.0' into 'release/v6.0'
...
ci: twai runner setup v6.0
See merge request espressif/esp-idf!49803
2026-06-29 10:59:17 +08:00
morris
6c6071aa3c
Merge branch 'ci/move_adc_runner_to_generic_v6.0' into 'release/v6.0'
...
ci(adc): move all ADC runners to generic (v6.0)
See merge request espressif/esp-idf!49793
2026-06-29 10:50:11 +08:00
morris
b090f3d602
Merge branch 'fix/fix_mipi_lcd_dirty_buffer_v6.0' into 'release/v6.0'
...
feat(lcd): support buffer switch interrupt (v6.0)
See merge request espressif/esp-idf!49101
2026-06-29 10:49:26 +08:00
morris
94fa48c111
Merge branch 'fix/fix_i80_example_high_failure_ratio_v6.0' into 'release/v6.0'
...
test(lcd): fix i80 lcd example pytest failure (v6.0)
See merge request espressif/esp-idf!49025
2026-06-29 10:20:31 +08:00
morris
6dc0cc8de2
Merge branch 'test/uart_dma_ota_fix_v6.0' into 'release/v6.0'
...
refactor(uhci): refactor uart_dma_ota example (v6.0)
See merge request espressif/esp-idf!48755
2026-06-29 10:15:47 +08:00
wanckl
14b5df881a
feat(driver_twai): add prioritized TX queue support
2026-06-24 14:15:51 +08:00
Wan Lei
9f694876bf
fix(driver_twai): enable ci test for h4
2026-06-24 14:15:51 +08:00
wanckl
35fb412e71
fix(ci): twai test close board to fixed ci jobs pullotion
2026-06-23 14:27:46 +08:00
igor.udot
44b52749af
ci: twai runner setup
2026-06-18 13:26:21 +08:00
gaoxu
84c58612c0
ci(adc): remove ADC runner and move ADC tests to generic
2026-06-18 10:32:44 +08:00
JiangGuangMing
a90989cd6f
feat(usb): add usb wakeup from light sleep example
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-11 09:24:04 +08:00
Chen Jichang
9274289a62
feat(lcd): support buffer switch interrupt
2026-06-01 18:34:58 +08:00
Chen Jichang
a42184d7b7
test(lcd): fix i80 lcd example pytest failure
2026-05-29 10:37:17 +08:00
Hu Rui
98128e8b56
refactor(uhci): improve uart_dma_ota example & uhci docs
...
add const to UHCI rx callback edata->data
2026-05-25 10:57:16 +08:00
Chen Chen
c35eb82724
docs(i2s): add note for the restriction of MCLK on esp32
...
Closes https://github.com/espressif/esp-idf/issues/18564
2026-05-15 16:36:41 +08:00
morris
04c10be114
Merge branch 'fix/uhci_esp32p4_cache_v6.0' into 'release/v6.0'
...
fix(uhci): fix uhci cache issue on ESP32-P4 (v6.0)
See merge request espressif/esp-idf!47917
2026-04-28 16:44:32 +08:00
morris
58bebf92ab
Merge branch 'feature/i80_example_improvement_v6.0' into 'release/v6.0'
...
fix(i80_controller): fixe crash issue when using file system (v6.0)
See merge request espressif/esp-idf!47810
2026-04-28 16:41:43 +08:00
morris
88483aeef2
Merge branch 'fix/isp_clk_error_v6.0' into 'release/v6.0'
...
Fix ISP clk source error and hal init error (v6.0)
See merge request espressif/esp-idf!47323
2026-04-28 16:41:23 +08:00
Hu Rui
e79fe856a5
fix(uhci): fix uhci cache issue on ESP32-P4
2026-04-24 15:24:29 +08:00
gaoxu
3bb8b0a942
fix(isp): fix isp multi pipelines example use wrong CSI output color type
2026-04-24 10:44:06 +08:00
Chen Jichang
d34b27e383
fix(i80_controller): fix example crash when using filesystem
...
- Replace SPIFFS with LittleFS as the preferred
NOR flash file system
- Expand the Image Resource section in README with
detailed file system documentation
- Add pytest_i80_controller_lvgl.py to test both
image_in_bin and image_in_fs configurations
- Increase LVGL task stack size from 4KB to 8KB to
prevent stack overflow when loading images from FS
- Add CONFIG_LV_USE_CLIB_MALLOC to sdkconfig.defaults
Made-with: Cursor
2026-04-21 15:42:49 +08:00
Marius Vikhammer
b67e78ceae
docs(examples): fix remaining README links on release/v6.0
...
release/v6.0 still has additional check_readme_links 404s after the
master backport. Update the remaining board and ESP32-P4 API
references so the release branch no longer fails on those URLs.
Made-with: Cursor
2026-03-27 11:37:37 +08:00
Chen Jichang
444c14dca2
change(parlio_tx): use shift edge instead sample edge
...
Made-with: Cursor
2026-03-24 11:53:09 +08:00
morris
0c95b3e22f
Merge branch 'change/isp_sampling_point_v6.0' into 'release/v6.0'
...
isp: improve sampling point for AE and AWB (6.0)
See merge request espressif/esp-idf!46789
2026-03-23 10:16:12 +08:00
igor.udot
e2a8bbe639
ci: update build-test-rules to use common_components
2026-03-20 15:53:26 +08:00
armando
976292acb0
change(isp): improve sampling point
2026-03-20 06:15:15 +00:00
wanckl
f784342fd2
test(esp_cam_sensor): fixed cam_spi_slave build errors
2026-03-20 11:00:57 +08:00
Jiang Jiang Jian
b556757c94
Merge branch 'refactor/fatfs_vfs_change_esp_vfs_fat_register_prototype_v6.0' into 'release/v6.0'
...
refactor(fatfs): Update esp_vfs_fat_register function prototype (v6.0)
See merge request espressif/esp-idf!45980
2026-03-20 10:55:02 +08:00
morris
251be8fcff
Merge branch 'fix/usb_device_example_enable_compile_warnings_backport_v6.0' into 'release/v6.0'
...
fix(usb_device): Enable compile warning on device examples backport v6.0
See merge request espressif/esp-idf!45927
2026-03-20 10:22:52 +08:00
morris
f463da5474
Merge branch 'feat/csi_customized_data_type_v6.0' into 'release/v6.0'
...
csi: supported customized data type (v6.0)
See merge request espressif/esp-idf!46162
2026-03-19 23:34:59 +08:00
morris
83d922257a
Merge branch 'feat/lcd_example_add_rd_v6.0' into 'release/v6.0'
...
docs(lcd): update rd pin description for i80_controller example (v6.0)
See merge request espressif/esp-idf!46107
2026-03-19 23:09:28 +08:00
morris
fc8f545f62
Merge branch 'contrib/github_pr_18100_v6.0' into 'release/v6.0'
...
fix(driver_twai): backport arbitration lost event, ci depends, sleep retention (v6.0)
See merge request espressif/esp-idf!46147
2026-03-19 22:57:02 +08:00
morris
cea3964d57
Merge branch 'fix/fix_twai_network_test_v6.0' into 'release/v6.0'
...
fix(driver_twai): fixes network test string timeout error (v6.0)
See merge request espressif/esp-idf!46207
2026-03-19 22:49:42 +08:00
morris
8e8c5a2a5f
Merge branch 'feat/fix_mipi_dma2d_example_when_flash_enc_v6.0' into 'release/v6.0'
...
feat(mipi_dsi): allow to use dma2d in example when flash is encrypted (v6.0)
See merge request espressif/esp-idf!46006
2026-03-19 22:42:59 +08:00
wanckl
3f47c84a14
fix(driver_twai): fixes network test string timeout error
2026-03-03 10:24:46 +08:00
morris
afc24e2096
fix(dsi): test apps manifest error
2026-03-02 11:21:03 +08:00
armando
37f9cef6dd
feat(csi): support csi input bit swap
2026-03-02 09:56:10 +08:00
wanckl
58cd9bcc77
fix(driver_twai): clean twai ci build dependency from common_depends
2026-02-28 20:10:38 +08:00