We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96672e6 commit 1797133Copy full SHA for 1797133
libraries/Matter/examples/MatterCommissionTest/ci.json
@@ -2,6 +2,18 @@
2
"fqbn": {
3
"esp32s3": [
4
"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"
17
]
18
},
19
"requires": [
0 commit comments