mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
feat(ota): Checked the support of OTA for esp32c5
Checked the support of OTA features for esp32c5, tested examples and added the support in README.md file. Even added the support in systems .build-test-rules.yml
This commit is contained in:
@@ -30,6 +30,7 @@ def _real_test_func(dut: Dut) -> None:
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s3
|
||||
# @pytest.mark.esp32c5 # IDF-10915
|
||||
@pytest.mark.esp32c6
|
||||
@pytest.mark.esp32p4
|
||||
@pytest.mark.generic
|
||||
|
Reference in New Issue
Block a user