forked from espressif/esp-idf
Merge branch 'ci/re-enable_mcpwm_test_on_c5' into 'master'
ci(mcpwm): re-enable mcpwm test on c5 Closes IDF-10334 See merge request espressif/esp-idf!31970
This commit is contained in:
@@ -3,9 +3,5 @@
|
|||||||
components/esp_driver_mcpwm/test_apps/mcpwm:
|
components/esp_driver_mcpwm/test_apps/mcpwm:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_MCPWM_SUPPORTED != 1
|
- if: SOC_MCPWM_SUPPORTED != 1
|
||||||
disable_test:
|
|
||||||
- if: IDF_TARGET == "esp32c5"
|
|
||||||
temporary: true
|
|
||||||
reason: test not pass, should be re-enable # TODO: [ESP32C5] IDF-10334
|
|
||||||
depends_components:
|
depends_components:
|
||||||
- esp_driver_mcpwm
|
- esp_driver_mcpwm
|
||||||
|
@@ -31,7 +31,7 @@ extern "C" {
|
|||||||
#define TEST_FAULT_GPIO0 2
|
#define TEST_FAULT_GPIO0 2
|
||||||
#define TEST_FAULT_GPIO1 4
|
#define TEST_FAULT_GPIO1 4
|
||||||
#define TEST_FAULT_GPIO2 5
|
#define TEST_FAULT_GPIO2 5
|
||||||
#define TEST_SYNC_GPIO 12
|
#define TEST_SYNC_GPIO 13
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_MCPWM_ISR_IRAM_SAFE
|
#if CONFIG_MCPWM_ISR_IRAM_SAFE
|
||||||
|
@@ -6,7 +6,7 @@ from pytest_embedded import Dut
|
|||||||
|
|
||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
@pytest.mark.esp32s3
|
@pytest.mark.esp32s3
|
||||||
# @pytest.mark.esp32c5 # TODO: [ESP32C5] IDF-10334
|
@pytest.mark.esp32c5
|
||||||
@pytest.mark.esp32c6
|
@pytest.mark.esp32c6
|
||||||
@pytest.mark.esp32h2
|
@pytest.mark.esp32h2
|
||||||
@pytest.mark.esp32p4
|
@pytest.mark.esp32p4
|
||||||
|
Reference in New Issue
Block a user