Skip to content

Commit 107d6bc

Browse files
authored
Merge pull request #3306 from mazimkhan/uvisor-examples
Added examples uvisor-thread and uvisor-number-store
2 parents cfd3033 + 2ad2c30 commit 107d6bc

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

tools/test/examples/examples.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,31 @@
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"],
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"],
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" : [],
117140
"targets" : ["K64F"],
118141
"toolchains" : ["GCC_ARM"],
@@ -122,4 +145,4 @@
122145
"auto-update" : false
123146
}
124147
]
125-
}
148+
}

0 commit comments

Comments
 (0)