Chen Chen
4b85046a4a
refactor(esp_clk_tree): rename esp_clk_tree_enable_src API
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-20 16:49:24 +08:00
morris
c96d9d0380
fix(driver): allocate driver objects containing atomic variables from internal SRAM
...
Objects with atomic members must not be allocated to PSRAM, otherwise
the ordering guarantee of atomic accesses is weakened due to a hardware
behavior on ESP32 chips. Explicitly request MALLOC_CAP_INTERNAL |
MALLOC_CAP_8BIT for:
- i2c master bus object (atomic status/trans_idx)
- i3c master bus object (atomic fsm)
- ISP processor and AE/AF/AWB/HIST controllers (atomic fsm)
- JPEG decoder/encoder dma2d transaction descriptors (atomic started)
- PPA transaction storage embedding dma2d_trans_t
- dma2d m2m test transaction embedding dma2d_trans_t
2026-08-31 13:48:44 +08:00
morris
bff6bf5e8b
Merge branch 'feat/async_memcpy_dw_gdma_backend' into 'master'
...
feat(esp_driver_dma): add dw_gdma backend for async_memcpy
Closes IDF-15760
See merge request espressif/esp-idf!50878
2026-08-10 16:16:53 +08:00
morris
eec76a070e
feat(esp_driver_dma): add dw_gdma backend for async_memcpy
2026-08-10 16:16:53 +08:00
gaoxu
daad26433d
fix(isp): initialize Color defaults for RGB DMA output
2026-08-10 15:15:22 +08:00
gaoxu
30e3df1c7c
feat(isp): support ISP DPC, add tests and use it in multi pipeline example
2026-07-31 10:22:41 +08:00
morris
3af71b792e
refactor(isp): read DMA input directly from flash
...
Avoid the PSRAM copy for unencrypted flash
2026-07-21 10:46:04 +08:00
gaoxu
ea417f202e
feat(isp): support isp dma input and add example
2026-07-14 18:15:44 +08:00
Marius Vikhammer
1c95f60363
fix(isp): fix typo in CONFIG_ISP_ISR_IRAM_SAFE macro reference
...
SAEE -> SAFE in isp_ae.c, causing the IRAM safety check to never
trigger regardless of the Kconfig setting.
2026-05-22 10:43:24 +08:00
armando
1f640f2d0c
fix(isp): corrected isp v size limitation
2026-05-06 18:15:23 +08:00
gaoxu
37160f88af
refactor(isp): avoid isp ll functions using hal.hw before initialization
2026-04-23 19:14:26 +08:00
Gao Xu
eddf3dbec1
Merge branch 'fix/isp_clk_error' into 'master'
...
Fix ISP clk source error and hal init error
See merge request espressif/esp-idf!46993
2026-03-27 15:01:40 +08:00
gaoxu
cf3ed79040
fix(isp): fix isp registers can not be read/write error
2026-03-25 17:09:59 +08:00
armando
418a091240
change(isp): added lut table depth check
2026-03-23 11:31:30 +08:00
armando
94b24b3434
change(isp): added hres and vres limitation check
2026-03-23 11:20:57 +08:00
armando
f154ade586
feat(isp): added isp error interrupts
2026-03-16 11:33:56 +08:00
armando
51a6490e93
fix(isp): fixed wbg shadow not working issue
2026-01-20 17:08:06 +08:00
armando
82b433ad86
fix(isp): fixed awb subwindow always need to be set issue
2026-01-05 15:58:08 +08:00
armando
34da2bdb78
feat(isp): allow to bypass shadow register
2026-01-05 14:49:02 +08:00
Dong Heng
fc54fdf8e1
fix(esp_driver_isp): Fix AWB subwindown compatibility for ESP32-P4 ECO4
2025-12-25 09:50:22 +08:00
armando
a0e52a3a1d
refactor(isp): use fourcc for isp color formats
2025-12-17 01:58:58 +00:00
Chen Chen
dc5b0687b9
Merge branch 'fix/awb_subwindow' into 'master'
...
fix(isp): Added subwindow configuration for AWB
Closes IDF-14342
See merge request espressif/esp-idf!44046
2025-12-12 17:44:15 +08:00
armando
39e2bfe334
feat(isp): allow ccm to bypass shadow register
2025-12-11 10:24:31 +08:00
armando
b856201cc1
feat(hal):graudate the isp hal driver into a new component
2025-12-10 17:56:43 +08:00
Chen Chen
b5fe7cd65c
fix(isp): Added subwindow configuration for AWB
2025-12-10 09:44:29 +08:00
C.S.M
dd73c7cb21
fix(isp): Fix isp build error in single core
2025-12-03 14:06:55 +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
armando
e0b530bd64
feat(isp): added shadow reg settings
2025-11-07 10:49:34 +08:00
armando
5d1c607174
fix(isp): use atomic fsm check
2025-11-06 02:32:37 +00:00
armando
235d607671
change(isp): make wbg standalone
2025-11-06 02:32:37 +00:00
armando
c8029ace8c
feat(isp): support AWB driver setting wbgain and subwindow feature
2025-09-28 01:15:18 +00:00
gaoxu
294868362f
feat(isp_color): support ISP color on P4
2025-09-24 10:23:42 +08:00
armando
7a58274c73
feat(isp): support BLC driver
2025-09-22 09:22:58 +08:00
wuzhenghui
65b7e70564
feat(driver): support acquire/release clock source dependency for all drivers
2025-05-27 21:21:38 +08:00
armando
f31a5dc543
feat(isp): supported byte endianness swap
2025-03-17 10:05:41 +08:00
armando
4abe226cf3
feat(isp): supported bypass isp to use csi
2025-03-17 10:05:41 +08:00
Michael (XIAO Xufeng)
cb227eb260
fix(isp_lsc): fixed warning description for p4 v1.0
2025-02-01 00:10:37 +08:00
Armando
775e4d584c
refactor(isp): use hw auto clock control mode for pipelines
2025-01-16 11:20:15 +08:00
Armando
ae85fe9b08
feat(isp): allow isp bf to be configured dyncamically
2025-01-16 11:20:15 +08:00
Song Ruo Jing
c05603d4a0
fix(isp): isp_dvp raw->rgb needs a workaround
2024-12-23 21:43:43 +08:00
Song Ruo Jing
1363754c19
fix(isp): isp demosaic module should never be disabled for non-raw8 output format
2024-12-23 21:43:43 +08:00
Song Ruo Jing
338b0c707d
Revert "change(isp): enable yuv submodules"
...
This reverts commit e4a4497094 .
2024-12-23 21:43:43 +08:00
Armando
e4a4497094
change(isp): enable yuv submodules
2024-12-05 17:21:05 +08:00
Armando
7e02f87bc9
change(isp): added eco2 check
2024-10-18 11:29:56 +08:00
Armando
0e1ee38ae8
feat(isp): added lsc feature
2024-10-18 11:29:56 +08:00
wuzhenghui
13e42707a0
feat(esp_hw_support): add clk tree source gate management api
2024-09-11 10:53:01 +08:00
gaoxu
7b71d7aaac
feat(isp_color): support ISP color on P4
2024-09-03 14:52:46 +08:00
Armando
02b2f9a4c4
feat(isp): added isp demosaic driver
2024-08-28 10:03:22 +08:00
gaoxu
c3155c39d1
feat(isp_hist): change coeff and weight of HIST to integer/decimal struct
2024-08-27 16:56:18 +08:00
gaoxu
fb5df708a1
feat(isp_hist): Add ISP histogram support and add test for esp32p4(part 2)
2024-08-27 11:26:03 +08:00