mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9439 from jamesbeyond/examples-test
Examples: enabled some examples build for FVP_MPS2_M3 targetpull/9462/head
commit
c598a937c3
|
@ -144,7 +144,7 @@
|
|||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K66F"],
|
||||
"targets" : ["K66F", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -170,7 +170,7 @@
|
|||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K66F"],
|
||||
"targets" : ["K66F", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -183,7 +183,7 @@
|
|||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"targets" : ["K64F", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -236,7 +236,7 @@
|
|||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"targets" : ["K64F", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -338,7 +338,7 @@
|
|||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"targets" : ["K64F", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -351,7 +351,7 @@
|
|||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K64F", "DISCO_L475VG_IOT01A"],
|
||||
"targets" : ["K64F", "DISCO_L475VG_IOT01A", "FVP_MPS2_M3"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
|
Loading…
Reference in New Issue