mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(ota): Added support of otatool for esp32c61
Enabled the test for esp32c61 for otatool
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user