Skip to content

Commit 19eaae6

Browse files
committed
Update CI configuration
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 156d9d9 commit 19eaae6

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

CI/build/conf/cores_config.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"NUCLEO_L031K6",
4242
"NUCLEO_L432KC",
4343
"NUCLEO_F303K8",
44+
"BLUE_F407VE_Mini",
4445
"BLUEPILL_F103C8",
4546
"MAPLEMINI_F103CB",
4647
"RAK811_TRACKER",
@@ -77,23 +78,32 @@
7778
"pattern": "X_NUCLEO_IDB05A1_HelloWorld.ino",
7879
"applicable": false,
7980
"boards": [
80-
"NUCLEO_L031K6",
8181
"NUCLEO_L432KC",
8282
"NUCLEO_F303K8",
83+
"BLUE_F407VE_Mini",
8384
"BLUEPILL_F103C8",
84-
"MAPLEMINI_F103CB",
85-
"RAK811_TRACKER"
85+
"MAPLEMINI_F103CB"
8686
]
8787
},
8888
{
89-
"pattern": "X_NUCLEO_IKA01A1_HelloWorld.ino|X_NUCLEO_IHM02A1_HelloWorld.ino",
89+
"pattern": "X_NUCLEO_|FP_Examples",
9090
"applicable": false,
91-
"boards": [ "RAK811_TRACKER" ]
91+
"boards": [ "NUCLEO_L031K6", "RAK811_TRACKER", "REMRAM_V1" ]
9292
},
9393
{
9494
"pattern": "StringComparisonOperators.ino",
9595
"applicable": false,
96-
"boards": [ "REMRAM_V1" ]
96+
"boards": [ "RAK811_TRACKER", "REMRAM_V1" ]
97+
},
98+
{
99+
"pattern": "ADXL3xx.ino",
100+
"applicable": false,
101+
"boards": [ "RAK811_TRACKER" ]
102+
},
103+
{
104+
"pattern": "SerialLoop.ino",
105+
"applicable": false,
106+
"boards": [ "NUCLEO_L031K6" ]
97107
}
98108
]
99109
},

0 commit comments

Comments
 (0)