Commit Graph

1523 Commits

Author SHA1 Message Date
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
Chen Chen
244017bea3 docs(lcd): update rd pin description for i80_controller example
Closes https://github.com/espressif/esp-idf/issues/18277
2026-02-27 16:23:54 +08:00
wanckl
0acace2d5e fix(driver_twai): test split runner combinations 2026-02-26 11:31:22 +08:00
Chen Jichang
8a5cdcb2e5 feat(mipi_dsi): allow to use dma2d in example when flash is encrypted
Closes https://github.com/espressif/esp-idf/issues/17708
2026-02-24 11:19:07 +08:00
Adam Múdry
785a018380 fix: Update examples etc. to use esp_vfs_fat_register
Instead of deprecated esp_vfs_fat_register_cfg
2026-02-20 13:12:44 +01:00
Adam Múdry
121b95ef75 fix: Update cherryusb_host and examples using esp_tinyusb and usb_host_msc 2026-02-20 13:07:09 +01:00
peter.marcisovsky
bb5a3928b9 fix(usb_device): Enable compile warning on device examples 2026-02-17 09:48:18 +01:00
morris
1275b05ff4 Merge branch 'feature/twai_timestamp_low_level_6.0' into 'release/v6.0'
feat(driver_twai): support rx frame timestamp for all chips (v6.0)

See merge request espressif/esp-idf!45528
2026-02-02 10:07:07 +08:00
morris
88a2632a27 Merge branch 'feat/support_parlio_on_esp32h4_v6.0' into 'release/v6.0'
feat(parlio): support parlio on esp32h4 (v6.0)

See merge request espressif/esp-idf!44178
2026-02-02 09:50:59 +08:00
wanckl
e4753c8019 feat(driver_twai): support rx frame timestamp for all chips
Closes https://github.com/espressif/esp-idf/issues/4527
2026-01-30 15:33:03 +08:00
Jiang Jiang Jian
af70304aeb Merge branch 'contrib/github_pr_17926_v6.0' into 'release/v6.0'
fix:Report the full buffer length to the UAC stack by setting bytes_r… (GitHub PR) (v6.0)

See merge request espressif/esp-idf!45129
2026-01-30 14:34:08 +08:00
morris
0b00918890 Merge branch 'feat/isp_awb_example_v6.0' into 'release/v6.0'
Feat/isp awb example (v6.0)

See merge request espressif/esp-idf!44963
2026-01-30 10:35:21 +08:00
gaoxu
6fd07044f8 feat(cam): add format conversion when new dvp cam 2026-01-27 10:44:06 +08:00
armando
4e8231f733 fix(isp): fixed wbg shadow not working issue 2026-01-21 10:27:02 +08:00
kinho
9a6537e228 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. 2026-01-15 11:48:54 +08:00
Chen Jichang
954a7619a2 feat(parlio): support parlio on esp32h4 2026-01-13 17:07:28 +08:00
Chen Chen
85b5688241 feat(isp): demonstrate isp awb in current multi-pipeline example 2026-01-09 15:25:52 +08:00
morris
40fe34e4ab refactor(tests): add missing sdkconfig files in the driver test 2026-01-07 10:16:23 +08:00
Song Ruo Jing
ce475d901d refactor(uart): split UART HAL into separate component 2026-01-04 16:02:57 +08:00
Song Ruo Jing
6ca90bd14a refactor(ledc): split ledc hal into a separate component 2025-12-25 17:23:27 +08:00
Jiang Jiang Jian
847840150b Merge branch 'refactor/esp_hal_ppa_v6.0' into 'release/v6.0'
refactor(ppa): split PPA HAL into a separate component (v6.0)

See merge request espressif/esp-idf!44343
2025-12-22 10:12:22 +08:00
Martin Vychodil
4b919caa17 Merge branch 'feat/vfs_remove_old_api_v6.0' into 'release/v6.0'
feat(storage/vfs): v6 API breaking changes (v6.0)

See merge request espressif/esp-idf!44315
2025-12-18 05:02:41 +08:00
Song Ruo Jing
533231a99e refactor(ppa): split PPA HAL into a separate component 2025-12-17 21:36:39 +08:00
Tomáš Rohlínek
1bf8b030e3 feat(storage/vfs): Remove old API usage 2025-12-17 14:00:22 +01: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
wanckl
8ff71742e8 fix(driver_spi): support un-aligned dma transaction and psram transaction 2025-12-15 15:59:21 +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
morris
5c5d78b639 Merge branch 'ci/freertos_header_v6.0' into 'release/v6.0'
ci(header_check): Add check for public header should not include freertos  (backport v6.0)

See merge request espressif/esp-idf!44104
2025-12-11 18:00:57 +08:00