mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(isp): fix isp rev012 build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
CONFIG_IDF_TARGET="esp32p4"
|
||||
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user