morris
db750dc1a0
feat(dma): graduate the dma driver from esp_hw_support to esp_driver_dma
2026-01-29 14:41:14 +08:00
gaoxu
6fd07044f8
feat(cam): add format conversion when new dvp cam
2026-01-27 10:44:06 +08:00
gaoxu
aad924bd9a
feat(csi): add csi color format conversion
2026-01-27 10:44:06 +08:00
gaoxu
63adc7ff2a
refactor(cam): use fourcc for cam format
2026-01-27 10:44:06 +08:00
morris
1bbf17f87b
Merge branch 'refactor/gdma_channel_allocator_both_direction_v6.0' into 'release/v6.0'
...
refactor(gdma): channel allocation can return both direction within the same call && Support ESP32-P4 ECO6 (v6.0)
See merge request espressif/esp-idf!44870
2026-01-08 13:31:40 +08:00
morris
7909976e0f
refactor(gdma): channel allocation can return both direction within the same call
2026-01-07 22:44:54 +08:00
Dong Heng
f9a0fbfe48
fix(esp_driver_cam): fix MIPI-CSI RX data broken
2026-01-07 19:28:56 +08:00
morris
95ea240f1c
fix(drivers): enlarge the default DMA burst size in peripheral drivers
2025-12-23 10:15:37 +08:00
armando
0e6c5ef4fd
refactor(isp): use fourcc for isp color formats
2025-12-18 09:21:36 +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
armando
d65621fef3
feat(hal):graudate the isp hal driver into a new component
2025-12-16 14:24:40 +08:00
wanckl
d3e1a4881f
ci(p4): p4 eco5 enable parts of special tests
2025-12-11 15:12:10 +08:00
armando
dfe4a6e5f7
feat(hal):graudate the camera hal driver into a new component
2025-11-26 08:42:12 +08:00
armando
714b022a43
ci(p4): disable p4 rev3 invalid tests temporarily
2025-11-21 02:48:05 +00:00
gaoxu
20878e3b7b
feat(cam): support esp32p4 eco5 dvp cam
2025-11-20 14:07:33 +08:00
Lv Xin Yue
73115c34c9
Merge branch 'docs/improve_cam_ctrl_header_files' into 'master'
...
improve cam driver header files
See merge request espressif/esp-idf!42431
2025-10-21 09:15:02 +08:00
Lv Xin Yue
31700298ed
improve cam driver header files
2025-10-20 18:26:46 +08:00
morris
e5da8951b3
fix(uart): always add NOP workaround for UART FIFO read on esp32
2025-10-17 13:08:25 +08:00
Chen Chen
a4710cc206
refactor(driver): remove redundant driver dependencies
...
now the driver component only contains legacy code for i2c, twai and
touch sensor
2025-09-30 15:47:45 +08:00
Marius Vikhammer
484d2c5c2f
fix(system): fixed issues with unused variable warnings when compiling with NDEBUG
2025-09-19 15:42:07 +08:00
gaoxu
1e674fa044
feat(cam): support format conversion function
2025-08-28 14:14:36 +08:00
Marek Fiala
9d35d63651
feat(cmake): Update minimum cmake version to 3.22 (whole repository)
2025-08-19 14:44:32 +02:00
Gao Xu
b67635cbd4
Merge branch 'ci/add_s3_eye_test_and_runner' into 'master'
...
ci(camera): add esp32s3eye test and runner for DVP
See merge request espressif/esp-idf!41109
2025-08-12 14:58:03 +08:00
Song Ruo Jing
451cfc91c3
Merge branch 'contrib/github_pr_17241' into 'master'
...
Refactor: Use enum values when assigning "pull_[up|down]_en" fields of "gpio_config" (GitHub PR)
Closes IDFGH-16192
See merge request espressif/esp-idf!41058
2025-08-11 12:08:16 +08:00
gaoxu
178b5802f3
ci(camera): add esp32s3eye test and runner for DVP
2025-08-10 18:45:02 +08:00
armando
458070b1b6
fix(cam): fixed dvp dma desc type on s3
2025-08-08 10:17:05 +08:00
armando
b4a482eae1
fix(cam): fixed dvp dma desc type on s3"
2025-08-07 14:11:20 +08:00
Darian Leung
5454499877
refactor: Use enum values for gpio pull up/down fields
...
Ensure that enum values are used When assigning `pull_up_en` and `pull_down_en`
fields of `gpio_config_t`. Helps avoid `invalid conversion` errors when
building those code snippets in C++.
2025-08-07 11:45:11 +08:00
Marius Vikhammer
4065fb20f3
Merge branch 'feature/esp_test_utils_component' into 'master'
...
change(test_utils): moved test_utils out of unit-test-app project
See merge request espressif/esp-idf!40678
2025-08-01 11:04:37 +08:00
gaoxu
5c96c978c9
fix(dvp): fix dvp loss frame error
2025-07-26 17:43:46 +08:00
Marius Vikhammer
bf84ab652a
change(test_utils): moved test_utils component to tools/test_apps/components/
2025-07-21 14:05:50 +08:00
Dong Heng
20f1700053
Merge branch 'feature/lcd_cam_dvp_driver_only_gen_clock' into 'master'
...
feat(esp_driver_cam): DVP driver supports only initializing the clock and XCLK pin to generate a clock for the external device
Closes IDF-13385
See merge request espressif/esp-idf!39837
2025-07-08 16:49:51 +08:00
Dong Heng
c47b72daed
feat(esp_driver_cam): DVP driver supports only initializing the clock and XCLK pin to generate a clock for the external device
2025-07-07 19:04:22 +08:00
gaoxu
ee3de247e2
feat(cam): add camera buffer alloc function
2025-07-07 11:23:07 +08:00
Dong Heng
47721a5803
fix(esp_driver_cam): Fix DVP get trans buffer error
2025-06-24 16:09:14 +08:00
gaoxu
8008347a7c
fix(cam): fix camera kconfig about dw_gdma
2025-06-23 10:58:26 +08:00
gaoxu
b43daa6bbf
feat(cam): add dvp example for ESP32S3-EYE
2025-06-23 10:58:24 +08:00
gaoxu
638cde24d0
feat(cam): add esp32s3 dvp cam support
2025-06-23 10:55:26 +08:00
gaoxu
1533cab12b
fix(cam): fix dvp do not generate clock
2025-06-06 11:50:18 +08:00
gaoxu
449abbab76
fix(cam): fix dvp can not get cam_buffer
2025-05-28 17:29:38 +08:00
wuzhenghui
65b7e70564
feat(driver): support acquire/release clock source dependency for all drivers
2025-05-27 21:21:38 +08:00
morris
c63f51dcb3
refactor(drivers)!: remove unnecessary io_loop_back and pull up/down config option
2025-05-23 18:09:53 +08:00
gaoxu
e7449782d0
ci(cam): test csi/dvp/isp_dvp and test iram_safe
2025-05-14 11:11:59 +08:00
gaoxu
6599ba3c00
feat(cam): esp_cam add pm lock function and test
2025-05-14 11:11:58 +08:00
gaoxu
a329b2a9d3
ci(cam): add csi_0v5647 test and runner
2025-04-30 18:10:34 +08:00
Song Ruo Jing
8b4d46aa46
feat(isp_dvp): add SC030IOT camera support to dvp_isp_dsi example
2025-04-22 15:21:18 +08:00
morris
15e16599ae
refactor(drivers): refactor the iram-safe option of the gdma peripherals
...
Closes https://github.com/espressif/esp-idf/issues/15771
2025-04-15 11:37:18 +08:00
armando
ff38c0c329
test(cam): added cache-safe build test
2025-03-07 15:25:57 +08:00
armando
f0590c860e
refactor(cam): rename IRAM-Safe to Cache-Safe
2025-03-07 15:25:57 +08:00
armando
c53fd5d985
fix(cam): fixed cam iram safe build error
2025-03-07 15:25:57 +08:00