Skip to content

Commit dcafca7

Browse files
author
Olli-Pekka Puolitaival
committed
Moving some examples testing from K64F to K66F
1 parent e38d47f commit dcafca7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/test/examples/examples.json

Lines changed: 7 additions & 7 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,
@@ -90,7 +90,7 @@
9090
"mbed": [],
9191
"test-repo-source": "github",
9292
"features" : [],
93-
"targets" : ["K64F", "K66F", "NUCLEO_F429ZI"],
93+
"targets" : ["K66F", "NUCLEO_F429ZI"],
9494
"toolchains" : [],
9595
"exporters": [],
9696
"compile" : false,
@@ -129,7 +129,7 @@
129129
"mbed": [],
130130
"test-repo-source": "github",
131131
"features" : [],
132-
"targets" : ["K64F"],
132+
"targets" : ["K66F"],
133133
"toolchains" : [],
134134
"exporters": [],
135135
"compile" : true,
@@ -142,7 +142,7 @@
142142
"mbed": [],
143143
"test-repo-source": "github",
144144
"features" : [],
145-
"targets" : ["K64F"],
145+
"targets" : ["K66F"],
146146
"toolchains" : [],
147147
"exporters": [],
148148
"compile" : true,
@@ -155,7 +155,7 @@
155155
"mbed": [],
156156
"test-repo-source": "github",
157157
"features" : [],
158-
"targets" : ["K64F"],
158+
"targets" : ["K66F"],
159159
"toolchains" : [],
160160
"exporters": [],
161161
"compile" : true,
@@ -237,7 +237,7 @@
237237
],
238238
"test-repo-source": "github",
239239
"features" : [],
240-
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F",
240+
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K66F",
241241
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
242242
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
243243
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],

0 commit comments

Comments
 (0)