Skip to content

Commit 23e66df

Browse files
Donatien Garniermprse
authored andcommitted
Disable testing with examples using SPI for unsupported targets
1 parent 4348c9b commit 23e66df

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

tools/test/examples/examples.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"mbed": [],
132132
"test-repo-source": "github",
133133
"features" : [],
134-
"targets" : ["DISCO_L072CZ_LRWAN1", "MTB_MTS_XDOT", "MTS_MDOT_F411RE"],
134+
"targets" : [],
135135
"toolchains" : [],
136136
"exporters": [],
137137
"compile" : true,
@@ -266,10 +266,8 @@
266266
],
267267
"test-repo-source": "github",
268268
"features" : [],
269-
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K66F",
270-
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
271-
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
272-
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],
269+
"targets" : ["K66F",
270+
"NUCLEO_F429ZI"],
273271
"toolchains" : [],
274272
"exporters": [],
275273
"compile" : true,
@@ -284,7 +282,7 @@
284282
],
285283
"test-repo-source": "github",
286284
"features" : [],
287-
"targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
285+
"targets" : ["NUCLEO_F429ZI"],
288286
"toolchains" : [],
289287
"exporters": [],
290288
"compile" : true,
@@ -312,7 +310,7 @@
312310
],
313311
"test-repo-source": "mbed",
314312
"features" : [],
315-
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
313+
"targets" : [],
316314
"toolchains" : [],
317315
"exporters": [],
318316
"compile" : true,
@@ -325,7 +323,7 @@
325323
"mbed": [],
326324
"test-repo-source": "github",
327325
"features" : [],
328-
"targets" : ["K64F"],
326+
"targets" : [],
329327
"toolchains" : [],
330328
"exporters": [],
331329
"compile" : true,

0 commit comments

Comments
 (0)