pcnt_test: fix the error pin on h2

This commit is contained in:
laokaiyao 2023-02-22 19:18:37 +08:00
parent 5297dd2c10
commit 53658e56d6
3 changed files with 2 additions and 6 deletions

View File

@ -58,10 +58,6 @@ components/driver/test_apps/legacy_mcpwm_driver:
components/driver/test_apps/legacy_pcnt_driver:
disable:
- if: SOC_PCNT_SUPPORTED != 1
disable_test:
- if: IDF_TARGET in ["esp32h2"]
temporary: true
reason: cannot pass test IDF-6814
components/driver/test_apps/legacy_rmt_driver:
disable:

View File

@ -21,7 +21,7 @@
#include "unity.h"
#include "esp_rom_gpio.h"
#define PULSE_IO 21
#define PULSE_IO 12
#define PCNT_INPUT_IO 4
#define PCNT_CTRL_VCC_IO 5
#define PCNT_CTRL_GND_IO 2

View File

@ -9,7 +9,7 @@ from pytest_embedded import Dut
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c6
# @pytest.mark.esp32h2 IDF-6814
@pytest.mark.esp32h2
@pytest.mark.generic
@pytest.mark.parametrize(
'config',