Merge branch 'fix/fix_isp_ci' into 'master'

fix(isp): fix isp rev012 build

See merge request espressif/esp-idf!44177
This commit is contained in:
Armando (Dou Yiwen)
2025-12-15 03:45:50 +00:00
4 changed files with 19 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ def test_adc_esp32c2_xtal_26mhz(dut: Dut) -> None:
dut.run_all_single_board_cases(timeout=120, reset=True)
# TODO: IDF-15005
# P4 REV2 adc
# @pytest.mark.adc
# @pytest.mark.esp32p4_eco4

View File

@@ -11,3 +11,18 @@ from pytest_embedded_idf.utils import soc_filtered_targets
@idf_parametrize('target', soc_filtered_targets('SOC_ISP_SUPPORTED == 1'), indirect=['target'])
def test_isp(dut: Dut) -> None:
dut.run_all_single_board_cases()
# TODO: IDF-15006
# @pytest.mark.generic
# @pytest.mark.esp32p4_eco4
# @pytest.mark.parametrize(
# 'config',
# [
# ('esp32p4_eco4'),
# ],
# indirect=True,
# )
# @idf_parametrize('target', ['esp32p4'], indirect=['target'])
# def test_isp_esp32p4_rev2(dut: Dut) -> None:
# dut.run_all_single_board_cases()

View File

@@ -0,0 +1,2 @@
CONFIG_IDF_TARGET="esp32p4"
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y

View File

@@ -2093,7 +2093,7 @@ static inline bool isp_ll_shadow_update_wbg(isp_dev_t *hw)
return true;
}
static inline bool isp_ll_shadow_update_ccm(isp_dev_t *hw)
static inline bool isp_ll_shadow_update_ccm(isp_dev_t *hw, bool force_update)
{
//for compatibility
return true;