feat(ota): Added support of otatool for esp32c61

Enabled the test for esp32c61 for otatool
This commit is contained in:
hrushikesh.bhosale
2024-10-10 11:43:21 +05:30
parent 6846245815
commit 66ebdd0b32
3 changed files with 5 additions and 18 deletions
+2 -8
View File
@@ -173,14 +173,8 @@ examples/system/ota/native_ota_example:
- protocol_examples_common
examples/system/ota/otatool:
disable:
- if: IDF_TARGET in ["esp32h2"]
temporary: true
reason: target esp32h2 is not supported yet
disable_test:
- if: IDF_TARGET in ["esp32c61"]
reason: target esp32c61 is not supported yet
enable:
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET in ["esp32c5", "esp32c61"]
examples/system/ota/pre_encrypted_ota:
disable: