Skip to content

Commit a1d1a60

Browse files
authored
Merge pull request #3888 from 0xc0170/fix_add_examples
tools: add new examples
2 parents 3240131 + 137e47f commit a1d1a60

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

tools/test/examples/examples.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,34 @@
146146
"compile" : true,
147147
"export": true,
148148
"auto-update" : false
149+
},
150+
{
151+
"name": "mbed-os-example-bootloader",
152+
"github":"https://github.com/ARMmbed/mbed-os-example-bootloader",
153+
"mbed": [
154+
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-bootloader"
155+
],
156+
"features" : [],
157+
"targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
158+
"toolchains" : [],
159+
"exporters": [],
160+
"compile" : true,
161+
"export": true,
162+
"auto-update" : true
163+
},
164+
{
165+
"name": "mbed-os-example-fat-filesystem",
166+
"github":"https://github.com/ARMmbed/mbed-os-example-fat-filesystem",
167+
"mbed": [
168+
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-fat-filesystem"
169+
],
170+
"features" : [],
171+
"targets" : ["K64F"],
172+
"toolchains" : [],
173+
"exporters": [],
174+
"compile" : true,
175+
"export": true,
176+
"auto-update" : true
149177
}
150178
]
151179
}

0 commit comments

Comments
 (0)