Skip to content

Commit afd2cd4

Browse files
committed
Restrict client and socket example tests to K64F+K66F
I would like to restrict these to devices with "device_has": "EMAC", but the framework doesn't currently permit that. Revisit as more drivers are EMAC-enabled or if the framework changes.
1 parent 99cd30f commit afd2cd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/test/examples/examples.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"test-repo-source": "mbed",
4141
"features" : [],
42-
"targets" : ["K64F", "NUCLEO_F429ZI"],
42+
"targets" : ["K64F"],
4343
"toolchains" : ["GCC_ARM", "ARM"],
4444
"exporters": [],
4545
"compile" : true,
@@ -94,7 +94,7 @@
9494
],
9595
"test-repo-source": "github",
9696
"features" : ["LWIP"],
97-
"targets" : [],
97+
"targets" : ["K64F", "K66F"],
9898
"toolchains" : [],
9999
"exporters": [],
100100
"compile" : false,
@@ -108,7 +108,7 @@
108108
],
109109
"test-repo-source": "github",
110110
"features" : ["LWIP"],
111-
"targets" : [],
111+
"targets" : ["K64F", "K66F"],
112112
"toolchains" : [],
113113
"exporters": [],
114114
"compile" : true,

0 commit comments

Comments
 (0)