|
29 | 29 | "targets" : ["K64F", "NUCLEO_F429ZI"],
|
30 | 30 | "toolchains" : ["GCC_ARM", "ARM"],
|
31 | 31 | "exporters": [],
|
32 |
| - "compile" : false, |
33 |
| - "export": false, |
| 32 | + "compile" : true, |
| 33 | + "export": true, |
34 | 34 | "auto-update" : true
|
35 | 35 | },
|
36 | 36 | {
|
|
229 | 229 | "compile" : true,
|
230 | 230 | "export": true,
|
231 | 231 | "auto-update" : true
|
232 |
| - } |
| 232 | + }, |
| 233 | + { |
| 234 | + "name": "mbed-os-example-filesystem", |
| 235 | + "github":"https://github.com/ARMmbed/mbed-os-example-filesystem", |
| 236 | + "mbed": [ |
| 237 | + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem" |
| 238 | + ], |
| 239 | + "test-repo-source": "github", |
| 240 | + "features" : [], |
| 241 | + "targets" : ["K82F"], |
| 242 | + "toolchains" : [], |
| 243 | + "exporters": [], |
| 244 | + "compile" : true, |
| 245 | + "export": true, |
| 246 | + "auto-update" : true |
| 247 | + }, |
| 248 | + { |
| 249 | + "name": "mbed-os-example-mesh-minimal", |
| 250 | + "github":"https://github.com/ARMmbed/mbed-os-example-mesh-minimal", |
| 251 | + "mbed": [ |
| 252 | + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal" |
| 253 | + ], |
| 254 | + "test-repo-source": "github", |
| 255 | + "features" : [], |
| 256 | + "targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F", |
| 257 | + "NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG", |
| 258 | + "NUCLEO_F756ZG", "NUCLEO_F767ZI", |
| 259 | + "NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"], |
| 260 | + "toolchains" : [], |
| 261 | + "exporters": [], |
| 262 | + "compile" : true, |
| 263 | + "export": true, |
| 264 | + "auto-update" : true |
| 265 | + }, |
| 266 | + { |
| 267 | + "name": "mbed-os-example-bootloader", |
| 268 | + "github":"https://github.com/ARMmbed/mbed-os-example-bootloader", |
| 269 | + "mbed": [ |
| 270 | + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-bootloader" |
| 271 | + ], |
| 272 | + "test-repo-source": "github", |
| 273 | + "features" : [], |
| 274 | + "targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"], |
| 275 | + "toolchains" : [], |
| 276 | + "exporters": [], |
| 277 | + "compile" : true, |
| 278 | + "export": true, |
| 279 | + "auto-update" : true |
| 280 | + }, |
| 281 | + { |
| 282 | + "name": "mbed-os-example-nfc", |
| 283 | + "github": "https://github.com/ARMmbed/mbed-os-example-nfc", |
| 284 | + "mbed": [ |
| 285 | + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster" |
| 286 | + ], |
| 287 | + "test-repo-source": "mbed", |
| 288 | + "features" : [], |
| 289 | + "targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"], |
| 290 | + "toolchains" : [], |
| 291 | + "exporters": [], |
| 292 | + "compile" : true, |
| 293 | + "export": true, |
| 294 | + "auto-update" : true |
| 295 | + } |
233 | 296 | ]
|
234 | 297 | }
|
0 commit comments