Skip to content

Commit d6b2a1a

Browse files
author
Cruz Monrreal
authored
Merge pull request #8835 from OPpuolitaival/balancing_examples
Moving some examples testing from K64F to K66F
2 parents d478d6b + dcafca7 commit d6b2a1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/test/examples/examples.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"test-repo-source": "mbed",
2828
"features" : [],
29-
"targets" : ["K64F", "NUCLEO_F429ZI"],
29+
"targets" : ["K66F", "NUCLEO_F429ZI"],
3030
"toolchains" : ["GCC_ARM", "ARM"],
3131
"exporters": [],
3232
"compile" : true,
@@ -48,7 +48,7 @@
4848
],
4949
"test-repo-source": "mbed",
5050
"features" : ["BLE"],
51-
"targets" : ["NRF51_DK", "NRF52_DK", "K64F", "NUCLEO_F401RE"],
51+
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
5252
"toolchains" : [],
5353
"exporters": [],
5454
"compile" : true,
@@ -105,7 +105,7 @@
105105
"mbed": [],
106106
"test-repo-source": "github",
107107
"features" : [],
108-
"targets" : ["K64F", "K66F", "NUCLEO_F429ZI"],
108+
"targets" : ["K66F", "NUCLEO_F429ZI"],
109109
"toolchains" : [],
110110
"exporters": [],
111111
"compile" : false,
@@ -144,7 +144,7 @@
144144
"mbed": [],
145145
"test-repo-source": "github",
146146
"features" : [],
147-
"targets" : ["K64F"],
147+
"targets" : ["K66F"],
148148
"toolchains" : [],
149149
"exporters": [],
150150
"compile" : true,
@@ -157,7 +157,7 @@
157157
"mbed": [],
158158
"test-repo-source": "github",
159159
"features" : [],
160-
"targets" : ["K64F"],
160+
"targets" : ["K66F"],
161161
"toolchains" : [],
162162
"exporters": [],
163163
"compile" : true,
@@ -266,7 +266,7 @@
266266
],
267267
"test-repo-source": "github",
268268
"features" : [],
269-
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F",
269+
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K66F",
270270
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
271271
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
272272
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],

0 commit comments

Comments
 (0)