Skip to content

Commit

Permalink
Merge pull request #9462 from deepikabhavnani/add_example
Browse files Browse the repository at this point in the history
Corrected the targets value in json file as CI uses real board names
  • Loading branch information
Cruz Monrreal committed Jan 24, 2019
2 parents e241b13 + 2c06231 commit f69b550
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tools/test/examples/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
],
"test-repo-source": "github",
"features" : [],
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
"STM_EMAC"],
"targets" : ["K66F", "NUCLEO_F429ZI", "NUMAKER_PFM_NUC472"],
"toolchains" : [],
"exporters": [],
"compile" : true,
Expand All @@ -77,8 +76,7 @@
],
"test-repo-source": "github",
"features" : [],
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
"STM_EMAC"],
"targets" : ["K64F", "DISCO_F746NG"],
"toolchains" : [],
"exporters": [],
"compile" : true,
Expand Down Expand Up @@ -222,8 +220,7 @@
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
"STM_EMAC"],
"targets" : ["K66F"],
"toolchains" : [],
"exporters": [],
"compile" : true,
Expand Down

0 comments on commit f69b550

Please sign in to comment.