Skip to content

Commit e8048ba

Browse files
author
Mohammad Azim Khan
committed
Added examples uvisor-thread and uvisor-number-store
1 parent aeabcc9 commit e8048ba

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

tools/test/examples/examples.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,38 @@
111111
{
112112
"name": "mbed-os-example-uvisor",
113113
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor",
114-
"mbed": [
115-
],
114+
"mbed": [],
115+
"features" : [],
116+
"targets" : ["K64F", "EFM32GG_STK3700"],
117+
"toolchains" : ["GCC_ARM"],
118+
"exporters": [],
119+
"compile" : true,
120+
"export": false,
121+
"auto-update" : false
122+
},
123+
{
124+
"name": "mbed-os-example-uvisor-thread",
125+
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor-thread",
126+
"mbed": [],
127+
"features" : [],
128+
"targets" : ["K64F", "EFM32GG_STK3700"],
129+
"toolchains" : ["GCC_ARM"],
130+
"exporters": [],
131+
"compile" : true,
132+
"export": false,
133+
"auto-update" : false
134+
},
135+
{
136+
"name": "mbed-os-example-uvisor-number-store",
137+
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor-number-store",
138+
"mbed": [],
116139
"features" : [],
117-
"targets" : ["K64F"],
140+
"targets" : ["K64F", "EFM32GG_STK3700"],
118141
"toolchains" : ["GCC_ARM"],
119142
"exporters": [],
120143
"compile" : true,
121144
"export": false,
122145
"auto-update" : false
123146
}
124147
]
125-
}
148+
}

0 commit comments

Comments
 (0)