Skip to content

Commit 4bce603

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
replace K66F with DISCO_L475VG_IOT01A in some example to balancing the test workload
1 parent 5008753 commit 4bce603

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tools/test/examples/examples.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"sub-repo-example": false,
107107
"subs": [],
108108
"features" : [],
109-
"targets" : ["K64F", "DISCO_F746NG"],
109+
"targets" : ["K66F", "NUCLEO_F429ZI", "DISCO_F746NG"],
110110
"toolchains" : [],
111111
"exporters": [],
112112
"compile" : true,
@@ -178,7 +178,7 @@
178178
"sub-repo-example": false,
179179
"subs": [],
180180
"features" : [],
181-
"targets" : ["K66F"],
181+
"targets" : ["DISCO_L475VG_IOT01A"],
182182
"toolchains" : [],
183183
"exporters": [],
184184
"compile" : true,
@@ -194,7 +194,7 @@
194194
"sub-repo-example": false,
195195
"subs": [],
196196
"features" : [],
197-
"targets" : ["K66F", "FVP_MPS2_M3"],
197+
"targets" : ["DISCO_L475VG_IOT01A", "FVP_MPS2_M3"],
198198
"toolchains" : [],
199199
"exporters": [],
200200
"compile" : true,
@@ -226,7 +226,7 @@
226226
"sub-repo-example": false,
227227
"subs": [],
228228
"features" : [],
229-
"targets" : ["K66F", "FVP_MPS2_M3"],
229+
"targets" : ["DISCO_L475VG_IOT01A", "FVP_MPS2_M3"],
230230
"toolchains" : [],
231231
"exporters": [],
232232
"compile" : true,
@@ -258,7 +258,7 @@
258258
"sub-repo-example": false,
259259
"subs": [],
260260
"features" : [],
261-
"targets" : ["K66F"],
261+
"targets" : ["DISCO_L475VG_IOT01A"],
262262
"toolchains" : [],
263263
"exporters": [],
264264
"compile" : true,
@@ -323,7 +323,7 @@
323323
"sub-repo-example": false,
324324
"subs": [],
325325
"features" : [],
326-
"targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
326+
"targets" : ["K66F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
327327
"toolchains" : [],
328328
"exporters": [],
329329
"compile" : true,
@@ -402,7 +402,7 @@
402402
"sub-repo-example": false,
403403
"subs": [],
404404
"features" : [],
405-
"targets" : ["K64F", "DISCO_L475VG_IOT01A"],
405+
"targets" : ["DISCO_L475VG_IOT01A"],
406406
"toolchains" : [],
407407
"exporters": [],
408408
"compile" : true,
@@ -435,7 +435,6 @@
435435
"subs": [],
436436
"features" : [],
437437
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
438-
"K64F",
439438
"K66F",
440439
"NUCLEO_F429ZI",
441440
"UBLOX_ODIN_EVK_W2",

0 commit comments

Comments
 (0)