mirror of https://github.com/ARMmbed/mbed-os.git
Corrected the targets value in json file as CI uses real board names
parent
b261a6d839
commit
9a8d748fd3
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue