Skip to content

Commit f69b550

Browse files
author
Cruz Monrreal
authored
Merge pull request #9462 from deepikabhavnani/add_example
Corrected the targets value in json file as CI uses real board names
2 parents e241b13 + 2c06231 commit f69b550

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tools/test/examples/examples.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
],
6363
"test-repo-source": "github",
6464
"features" : [],
65-
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
66-
"STM_EMAC"],
65+
"targets" : ["K66F", "NUCLEO_F429ZI", "NUMAKER_PFM_NUC472"],
6766
"toolchains" : [],
6867
"exporters": [],
6968
"compile" : true,
@@ -77,8 +76,7 @@
7776
],
7877
"test-repo-source": "github",
7978
"features" : [],
80-
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
81-
"STM_EMAC"],
79+
"targets" : ["K64F", "DISCO_F746NG"],
8280
"toolchains" : [],
8381
"exporters": [],
8482
"compile" : true,
@@ -222,8 +220,7 @@
222220
"mbed": [],
223221
"test-repo-source": "github",
224222
"features" : [],
225-
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
226-
"STM_EMAC"],
223+
"targets" : ["K66F"],
227224
"toolchains" : [],
228225
"exporters": [],
229226
"compile" : true,

0 commit comments

Comments
 (0)