Skip to content

Commit

Permalink
Another better fix: pull in the other dependency too
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 10, 2024
1 parent 34df0ab commit a4ca06d
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions config/esp32/components/chip/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,22 @@ dependencies:
rules:
- if: "idf_version >=4.4"

# TODO:
# - Insights compilation fails seemingly after
# https://github.com/espressif/esp-insights/pull/47
# - Switching version to 1.0.2 does not seem to work (it says version not found)
# while 1.0.1 pulls in a esp_insights_cbor_encoder.c that uses SHA_SIZE which is
# undefined (unclear why c and header differ)
# espressif/esp_insights:
# version: "1.0.1"
# require: public
# # There is an issue with IDF-Component-Manager when ESP Insights is included.
# # Issue: https://github.com/project-chip/connectedhomeip/issues/29125
# rules:
# - if: "idf_version >=5.0"
# - if: "target != esp32h2"
espressif/esp_insights:
version: "1.0.1"
require: public
# There is an issue with IDF-Component-Manager when ESP Insights is included.
# Issue: https://github.com/project-chip/connectedhomeip/issues/29125
rules:
- if: "idf_version >=5.0"
- if: "target != esp32h2"

# This matches the dependency of esp_insights
espressif/esp_diag_data_store:
version: "1.0.1"
require: public
rules:
- if: "idf_version >=5.0"
- if: "target != esp32h2"

espressif/esp_rcp_update:
version: "1.2.0"
Expand Down

0 comments on commit a4ca06d

Please sign in to comment.