From 8ce2e5ac1d53ecb11375c3ad163a1278abd2a2e8 Mon Sep 17 00:00:00 2001 From: adbridge Date: Tue, 25 Sep 2018 15:24:30 +0100 Subject: [PATCH] Add back examples updated for mbed-os-5.10 While feature changes were being added to mbed-os a number of examples were removed from this list due to incompatibility issues. This PR adds those examples back in: Filesystem, Blockdevice, Mesh-minimal, Bootloader. This PR also adds in the new NFC example. --- tools/test/examples/examples.json | 83 +++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 3 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index ef75b3c50e..8a4e0cb928 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -29,8 +29,8 @@ "targets" : ["K64F", "NUCLEO_F429ZI"], "toolchains" : ["GCC_ARM", "ARM"], "exporters": [], - "compile" : false, - "export": false, + "compile" : true, + "export": true, "auto-update" : true }, { @@ -229,6 +229,83 @@ "compile" : true, "export": true, "auto-update" : true - } + }, + { + "name": "mbed-os-example-filesystem", + "github":"https://github.com/ARMmbed/mbed-os-example-filesystem", + "mbed": [ + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem" + ], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-blockdevice", + "github":"https://github.com/armmbed/mbed-os-example-blockdevice", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-mesh-minimal", + "github":"https://github.com/ARMmbed/mbed-os-example-mesh-minimal", + "mbed": [ + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal" + ], + "test-repo-source": "github", + "features" : [], + "targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F", + "NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG", + "NUCLEO_F756ZG", "NUCLEO_F767ZI", + "NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-bootloader", + "github":"https://github.com/ARMmbed/mbed-os-example-bootloader", + "mbed": [ + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-bootloader" + ], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-nfc", + "github": "https://github.com/ARMmbed/mbed-os-example-nfc", + "mbed": [ + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-EEPROM/", + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster/" + ], + "test-repo-source": "mbed", + "features" : [], + "targets" : [], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + } ] }