Skip to content

Commit 1797133

Browse files
authored
fix(matte): include all fqbn in ci.json using qio
1 parent 96672e6 commit 1797133

File tree

1 file changed

+12
-0
lines changed
  • libraries/Matter/examples/MatterCommissionTest

1 file changed

+12
-0
lines changed

libraries/Matter/examples/MatterCommissionTest/ci.json

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
"fqbn": {
33
"esp32s3": [
44
"espressif:esp32:esp32s3:PartitionScheme=huge_app,FlashMode=qio"
5+
],
6+
"esp32s2": [
7+
"espressif:esp32:esp32s2:PartitionScheme=huge_app,FlashMode=qio"
8+
],
9+
"esp32": [
10+
"espressif:esp32:esp32:PartitionScheme=huge_app,FlashMode=qio"
11+
],
12+
"esp32c3": [
13+
"espressif:esp32:esp32c3:PartitionScheme=huge_app,FlashMode=qio"
14+
],
15+
"esp32c6": [
16+
"espressif:esp32:esp32c6:PartitionScheme=huge_app,FlashMode=qio"
517
]
618
},
719
"requires": [

0 commit comments

Comments
 (0)