We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8b6e7 commit 13a2928Copy full SHA for 13a2928
boards/MICROLITE_S3_SPIRAM_OCTAL/main/idf_component.yml
@@ -1,6 +1,14 @@
1
## IDF Component Manager Manifest File
2
dependencies:
3
espressif/mdns: "~1.1.0"
4
- espressif/esp_tinyusb: "~1.0.0"
+ espressif/esp_tinyusb:
5
+ rules:
6
+ - if: "target in [esp32s2, esp32s3]"
7
+ version: "~1.7.6"
8
+ espressif/lan867x:
9
+ version: "~1.0.0"
10
11
+ - if: "target == esp32"
12
+ - if: "idf_version >=5.3"
13
idf:
- version: ">=5.0.4"
14
+ version: ">=5.2.0"
0 commit comments