mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-16 04:22:22 +00:00
feat(tools): Enables unicore_bootloader test for ESP32P4
This commit is contained in:
committed by
BOT
parent
422d6f9c23
commit
a2802ef121
@@ -178,7 +178,3 @@ tools/test_apps/system/unicore_bootloader:
|
||||
enable:
|
||||
- if: SOC_CPU_CORES_NUM > 1
|
||||
reason: the test should be run on multicore chips
|
||||
disable:
|
||||
- if: IDF_TARGET in ["esp32p4"] # TODO: IDF-7692
|
||||
temporary: true
|
||||
reason: not supported on esp32p4 yet
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| Supported Targets | ESP32 | ESP32-S3 |
|
||||
| ----------------- | ----- | -------- |
|
||||
| Supported Targets | ESP32 | ESP32-P4 | ESP32-S3 |
|
||||
| ----------------- | ----- | -------- | -------- |
|
||||
|
||||
@@ -9,6 +9,7 @@ from pytest_embedded import Dut
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32p4
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.parametrize('config', ['multicore'], indirect=True)
|
||||
def test_multicore_app_and_unicore_bootloader(dut: Dut) -> None:
|
||||
@@ -25,6 +26,7 @@ def test_multicore_app_and_unicore_bootloader(dut: Dut) -> None:
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32p4
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.parametrize('config', ['unicore'], indirect=True)
|
||||
def test_unicore_app_and_multicore_bootloader(dut: Dut) -> None:
|
||||
|
||||
Reference in New Issue
Block a user