Backup 1

Committer:
borlanic
Date:
Tue Apr 24 11:45:18 2018 +0000
Revision:
0:02dd72d1d465
BaBoRo_test2 - backup 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:02dd72d1d465 1 {
borlanic 0:02dd72d1d465 2 "update-config" : {
borlanic 0:02dd72d1d465 3 "help" : "Update each example repo with a version of mbed-os identified by the tag",
borlanic 0:02dd72d1d465 4 "via-fork" : {
borlanic 0:02dd72d1d465 5 "help" : "-f cmd line option. Update a fork",
borlanic 0:02dd72d1d465 6 "github-user" : "adbridge"
borlanic 0:02dd72d1d465 7 },
borlanic 0:02dd72d1d465 8 "via-branch" : {
borlanic 0:02dd72d1d465 9 "help" : "-b cmd line option. Update dst branch, created from src branch",
borlanic 0:02dd72d1d465 10 "src-branch" : "mbed-os-5.6.0-oob2",
borlanic 0:02dd72d1d465 11 "dst-branch" : "mbed-os-5.6.0-oob2"
borlanic 0:02dd72d1d465 12 },
borlanic 0:02dd72d1d465 13 "tag" : "mbed-os-5.6.2"
borlanic 0:02dd72d1d465 14 },
borlanic 0:02dd72d1d465 15 "examples": [
borlanic 0:02dd72d1d465 16 {
borlanic 0:02dd72d1d465 17 "name": "mbed-os-example-blinky",
borlanic 0:02dd72d1d465 18 "github": "https://github.com/ARMmbed/mbed-os-example-blinky",
borlanic 0:02dd72d1d465 19 "mbed": [
borlanic 0:02dd72d1d465 20 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-blinky"
borlanic 0:02dd72d1d465 21 ],
borlanic 0:02dd72d1d465 22 "test-repo-source": "github",
borlanic 0:02dd72d1d465 23 "features" : [],
borlanic 0:02dd72d1d465 24 "targets" : [],
borlanic 0:02dd72d1d465 25 "toolchains" : [],
borlanic 0:02dd72d1d465 26 "exporters": [],
borlanic 0:02dd72d1d465 27 "compile" : true,
borlanic 0:02dd72d1d465 28 "export": true,
borlanic 0:02dd72d1d465 29 "auto-update" : true
borlanic 0:02dd72d1d465 30 },
borlanic 0:02dd72d1d465 31 {
borlanic 0:02dd72d1d465 32 "name": "mbed-os-example-tls",
borlanic 0:02dd72d1d465 33 "github": "https://github.com/ARMmbed/mbed-os-example-tls",
borlanic 0:02dd72d1d465 34 "mbed": [
borlanic 0:02dd72d1d465 35 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-benchmark",
borlanic 0:02dd72d1d465 36 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client",
borlanic 0:02dd72d1d465 37 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-hashing",
borlanic 0:02dd72d1d465 38 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-authcrypt"
borlanic 0:02dd72d1d465 39 ],
borlanic 0:02dd72d1d465 40 "test-repo-source": "mbed",
borlanic 0:02dd72d1d465 41 "features" : [],
borlanic 0:02dd72d1d465 42 "targets" : ["K64F", "NUCLEO_F429ZI"],
borlanic 0:02dd72d1d465 43 "toolchains" : ["GCC_ARM", "ARM"],
borlanic 0:02dd72d1d465 44 "exporters": [],
borlanic 0:02dd72d1d465 45 "compile" : true,
borlanic 0:02dd72d1d465 46 "export": true,
borlanic 0:02dd72d1d465 47 "auto-update" : true
borlanic 0:02dd72d1d465 48 },
borlanic 0:02dd72d1d465 49 {
borlanic 0:02dd72d1d465 50 "name": "mbed-os-example-mesh-minimal",
borlanic 0:02dd72d1d465 51 "github":"https://github.com/ARMmbed/mbed-os-example-mesh-minimal",
borlanic 0:02dd72d1d465 52 "mbed": [
borlanic 0:02dd72d1d465 53 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal"
borlanic 0:02dd72d1d465 54 ],
borlanic 0:02dd72d1d465 55 "test-repo-source": "github",
borlanic 0:02dd72d1d465 56 "features" : [],
borlanic 0:02dd72d1d465 57 "targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F",
borlanic 0:02dd72d1d465 58 "NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
borlanic 0:02dd72d1d465 59 "NUCLEO_F756ZG", "NUCLEO_F767ZI",
borlanic 0:02dd72d1d465 60 "NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],
borlanic 0:02dd72d1d465 61 "toolchains" : [],
borlanic 0:02dd72d1d465 62 "exporters": [],
borlanic 0:02dd72d1d465 63 "compile" : true,
borlanic 0:02dd72d1d465 64 "export": true,
borlanic 0:02dd72d1d465 65 "auto-update" : true
borlanic 0:02dd72d1d465 66 },
borlanic 0:02dd72d1d465 67 {
borlanic 0:02dd72d1d465 68 "name": "mbed-os-example-ble",
borlanic 0:02dd72d1d465 69 "github":"https://github.com/ARMmbed/mbed-os-example-ble",
borlanic 0:02dd72d1d465 70 "mbed": [
borlanic 0:02dd72d1d465 71 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon",
borlanic 0:02dd72d1d465 72 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-HeartRate",
borlanic 0:02dd72d1d465 73 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Thermometer",
borlanic 0:02dd72d1d465 74 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-LEDBlinker",
borlanic 0:02dd72d1d465 75 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-LED",
borlanic 0:02dd72d1d465 76 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-GAPButton",
borlanic 0:02dd72d1d465 77 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Button",
borlanic 0:02dd72d1d465 78 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-BatteryLevel"
borlanic 0:02dd72d1d465 79 ],
borlanic 0:02dd72d1d465 80 "test-repo-source": "mbed",
borlanic 0:02dd72d1d465 81 "features" : ["BLE"],
borlanic 0:02dd72d1d465 82 "targets" : ["NRF51_DK", "NRF52_DK", "K64F", "NUCLEO_F401RE"],
borlanic 0:02dd72d1d465 83 "toolchains" : [],
borlanic 0:02dd72d1d465 84 "exporters": [],
borlanic 0:02dd72d1d465 85 "compile" : true,
borlanic 0:02dd72d1d465 86 "export": false,
borlanic 0:02dd72d1d465 87 "auto-update" : true
borlanic 0:02dd72d1d465 88 },
borlanic 0:02dd72d1d465 89 {
borlanic 0:02dd72d1d465 90 "name": "mbed-os-example-client",
borlanic 0:02dd72d1d465 91 "github":"https://github.com/ARMmbed/mbed-os-example-client",
borlanic 0:02dd72d1d465 92 "mbed": [
borlanic 0:02dd72d1d465 93 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-client"
borlanic 0:02dd72d1d465 94 ],
borlanic 0:02dd72d1d465 95 "test-repo-source": "github",
borlanic 0:02dd72d1d465 96 "features" : ["LWIP"],
borlanic 0:02dd72d1d465 97 "targets" : [],
borlanic 0:02dd72d1d465 98 "toolchains" : [],
borlanic 0:02dd72d1d465 99 "exporters": [],
borlanic 0:02dd72d1d465 100 "compile" : false,
borlanic 0:02dd72d1d465 101 "export": false,
borlanic 0:02dd72d1d465 102 "auto-update" : true
borlanic 0:02dd72d1d465 103 },
borlanic 0:02dd72d1d465 104 {
borlanic 0:02dd72d1d465 105 "name": "mbed-os-example-sockets",
borlanic 0:02dd72d1d465 106 "github":"https://github.com/ARMmbed/mbed-os-example-sockets",
borlanic 0:02dd72d1d465 107 "mbed": [
borlanic 0:02dd72d1d465 108 ],
borlanic 0:02dd72d1d465 109 "test-repo-source": "github",
borlanic 0:02dd72d1d465 110 "features" : ["LWIP"],
borlanic 0:02dd72d1d465 111 "targets" : [],
borlanic 0:02dd72d1d465 112 "toolchains" : [],
borlanic 0:02dd72d1d465 113 "exporters": [],
borlanic 0:02dd72d1d465 114 "compile" : true,
borlanic 0:02dd72d1d465 115 "export": true,
borlanic 0:02dd72d1d465 116 "auto-update" : true
borlanic 0:02dd72d1d465 117 },
borlanic 0:02dd72d1d465 118 {
borlanic 0:02dd72d1d465 119 "name": "mbed-os-example-wifi",
borlanic 0:02dd72d1d465 120 "github":"https://github.com/ARMmbed/mbed-os-example-wifi",
borlanic 0:02dd72d1d465 121 "mbed": [
borlanic 0:02dd72d1d465 122 ],
borlanic 0:02dd72d1d465 123 "test-repo-source": "github",
borlanic 0:02dd72d1d465 124 "features" : [],
borlanic 0:02dd72d1d465 125 "targets" : [],
borlanic 0:02dd72d1d465 126 "toolchains" : [],
borlanic 0:02dd72d1d465 127 "exporters": [],
borlanic 0:02dd72d1d465 128 "compile" : false,
borlanic 0:02dd72d1d465 129 "export": false,
borlanic 0:02dd72d1d465 130 "auto-update" : true
borlanic 0:02dd72d1d465 131 },
borlanic 0:02dd72d1d465 132 {
borlanic 0:02dd72d1d465 133 "name": "mbed-os-example-uvisor",
borlanic 0:02dd72d1d465 134 "github":"https://github.com/ARMmbed/mbed-os-example-uvisor",
borlanic 0:02dd72d1d465 135 "mbed": [],
borlanic 0:02dd72d1d465 136 "test-repo-source": "github",
borlanic 0:02dd72d1d465 137 "features" : [],
borlanic 0:02dd72d1d465 138 "targets" : ["K64F"],
borlanic 0:02dd72d1d465 139 "toolchains" : ["GCC_ARM"],
borlanic 0:02dd72d1d465 140 "exporters": [],
borlanic 0:02dd72d1d465 141 "compile" : true,
borlanic 0:02dd72d1d465 142 "export": true,
borlanic 0:02dd72d1d465 143 "auto-update" : false
borlanic 0:02dd72d1d465 144 },
borlanic 0:02dd72d1d465 145 {
borlanic 0:02dd72d1d465 146 "name": "mbed-os-example-uvisor-thread",
borlanic 0:02dd72d1d465 147 "github":"https://github.com/ARMmbed/mbed-os-example-uvisor-thread",
borlanic 0:02dd72d1d465 148 "mbed": [],
borlanic 0:02dd72d1d465 149 "test-repo-source": "github",
borlanic 0:02dd72d1d465 150 "features" : [],
borlanic 0:02dd72d1d465 151 "targets" : ["K64F"],
borlanic 0:02dd72d1d465 152 "toolchains" : ["GCC_ARM"],
borlanic 0:02dd72d1d465 153 "exporters": [],
borlanic 0:02dd72d1d465 154 "compile" : true,
borlanic 0:02dd72d1d465 155 "export": true,
borlanic 0:02dd72d1d465 156 "auto-update" : false
borlanic 0:02dd72d1d465 157 },
borlanic 0:02dd72d1d465 158 {
borlanic 0:02dd72d1d465 159 "name": "mbed-os-example-uvisor-number-store",
borlanic 0:02dd72d1d465 160 "github":"https://github.com/ARMmbed/mbed-os-example-uvisor-number-store",
borlanic 0:02dd72d1d465 161 "mbed": [],
borlanic 0:02dd72d1d465 162 "test-repo-source": "github",
borlanic 0:02dd72d1d465 163 "features" : [],
borlanic 0:02dd72d1d465 164 "targets" : ["K64F"],
borlanic 0:02dd72d1d465 165 "toolchains" : ["GCC_ARM"],
borlanic 0:02dd72d1d465 166 "exporters": [],
borlanic 0:02dd72d1d465 167 "compile" : true,
borlanic 0:02dd72d1d465 168 "export": true,
borlanic 0:02dd72d1d465 169 "auto-update" : false
borlanic 0:02dd72d1d465 170 },
borlanic 0:02dd72d1d465 171 {
borlanic 0:02dd72d1d465 172 "name": "mbed-os-example-bootloader",
borlanic 0:02dd72d1d465 173 "github":"https://github.com/ARMmbed/mbed-os-example-bootloader",
borlanic 0:02dd72d1d465 174 "mbed": [
borlanic 0:02dd72d1d465 175 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-bootloader"
borlanic 0:02dd72d1d465 176 ],
borlanic 0:02dd72d1d465 177 "test-repo-source": "github",
borlanic 0:02dd72d1d465 178 "features" : [],
borlanic 0:02dd72d1d465 179 "targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
borlanic 0:02dd72d1d465 180 "toolchains" : [],
borlanic 0:02dd72d1d465 181 "exporters": [],
borlanic 0:02dd72d1d465 182 "compile" : true,
borlanic 0:02dd72d1d465 183 "export": true,
borlanic 0:02dd72d1d465 184 "auto-update" : true
borlanic 0:02dd72d1d465 185 },
borlanic 0:02dd72d1d465 186 {
borlanic 0:02dd72d1d465 187 "name": "mbed-os-example-fat-filesystem",
borlanic 0:02dd72d1d465 188 "github":"https://github.com/ARMmbed/mbed-os-example-fat-filesystem",
borlanic 0:02dd72d1d465 189 "mbed": [
borlanic 0:02dd72d1d465 190 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-fat-filesystem"
borlanic 0:02dd72d1d465 191 ],
borlanic 0:02dd72d1d465 192 "test-repo-source": "github",
borlanic 0:02dd72d1d465 193 "features" : [],
borlanic 0:02dd72d1d465 194 "targets" : ["K64F"],
borlanic 0:02dd72d1d465 195 "toolchains" : [],
borlanic 0:02dd72d1d465 196 "exporters": [],
borlanic 0:02dd72d1d465 197 "compile" : true,
borlanic 0:02dd72d1d465 198 "export": true,
borlanic 0:02dd72d1d465 199 "auto-update" : true
borlanic 0:02dd72d1d465 200 },
borlanic 0:02dd72d1d465 201 {
borlanic 0:02dd72d1d465 202 "name": "mbed-os-example-filesystem",
borlanic 0:02dd72d1d465 203 "github":"https://github.com/ARMmbed/mbed-os-example-filesystem",
borlanic 0:02dd72d1d465 204 "mbed": [
borlanic 0:02dd72d1d465 205 "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem"
borlanic 0:02dd72d1d465 206 ],
borlanic 0:02dd72d1d465 207 "test-repo-source": "github",
borlanic 0:02dd72d1d465 208 "features" : [],
borlanic 0:02dd72d1d465 209 "targets" : ["K64F"],
borlanic 0:02dd72d1d465 210 "toolchains" : [],
borlanic 0:02dd72d1d465 211 "exporters": [],
borlanic 0:02dd72d1d465 212 "compile" : true,
borlanic 0:02dd72d1d465 213 "export": true,
borlanic 0:02dd72d1d465 214 "auto-update" : true
borlanic 0:02dd72d1d465 215 },
borlanic 0:02dd72d1d465 216 {
borlanic 0:02dd72d1d465 217 "name": "nanostack-border-router",
borlanic 0:02dd72d1d465 218 "github":"https://github.com/ARMmbed/nanostack-border-router",
borlanic 0:02dd72d1d465 219 "mbed": [],
borlanic 0:02dd72d1d465 220 "test-repo-source": "github",
borlanic 0:02dd72d1d465 221 "features" : [],
borlanic 0:02dd72d1d465 222 "targets" : ["K64F", "K66F", "NUCLEO_F429ZI"],
borlanic 0:02dd72d1d465 223 "toolchains" : [],
borlanic 0:02dd72d1d465 224 "exporters": [],
borlanic 0:02dd72d1d465 225 "compile" : true,
borlanic 0:02dd72d1d465 226 "export": true,
borlanic 0:02dd72d1d465 227 "auto-update" : false
borlanic 0:02dd72d1d465 228 },
borlanic 0:02dd72d1d465 229 {
borlanic 0:02dd72d1d465 230 "name": "mbed-os-example-cellular",
borlanic 0:02dd72d1d465 231 "github":"https://github.com/ARMmbed/mbed-os-example-cellular",
borlanic 0:02dd72d1d465 232 "mbed": [],
borlanic 0:02dd72d1d465 233 "test-repo-source": "github",
borlanic 0:02dd72d1d465 234 "features" : [],
borlanic 0:02dd72d1d465 235 "targets" : ["MTS_DRAGONFLY_F411RE"],
borlanic 0:02dd72d1d465 236 "toolchains" : [],
borlanic 0:02dd72d1d465 237 "exporters": [],
borlanic 0:02dd72d1d465 238 "compile" : true,
borlanic 0:02dd72d1d465 239 "export": true,
borlanic 0:02dd72d1d465 240 "auto-update" : true
borlanic 0:02dd72d1d465 241 },
borlanic 0:02dd72d1d465 242 {
borlanic 0:02dd72d1d465 243 "name": "mbed-os-example-lorawan",
borlanic 0:02dd72d1d465 244 "github":"https://github.com/ARMmbed/mbed-os-example-lorawan",
borlanic 0:02dd72d1d465 245 "mbed": [],
borlanic 0:02dd72d1d465 246 "test-repo-source": "github",
borlanic 0:02dd72d1d465 247 "features" : [],
borlanic 0:02dd72d1d465 248 "targets" : [],
borlanic 0:02dd72d1d465 249 "toolchains" : [],
borlanic 0:02dd72d1d465 250 "exporters": [],
borlanic 0:02dd72d1d465 251 "compile" : true,
borlanic 0:02dd72d1d465 252 "export": false,
borlanic 0:02dd72d1d465 253 "auto-update" : true
borlanic 0:02dd72d1d465 254 },
borlanic 0:02dd72d1d465 255 {
borlanic 0:02dd72d1d465 256 "name": "mbed-os-example-nvstore",
borlanic 0:02dd72d1d465 257 "github":"https://github.com/ARMmbed/mbed-os-example-nvstore",
borlanic 0:02dd72d1d465 258 "mbed": [],
borlanic 0:02dd72d1d465 259 "test-repo-source": "github",
borlanic 0:02dd72d1d465 260 "features" : [],
borlanic 0:02dd72d1d465 261 "targets" : [],
borlanic 0:02dd72d1d465 262 "toolchains" : [],
borlanic 0:02dd72d1d465 263 "exporters": [],
borlanic 0:02dd72d1d465 264 "compile" : true,
borlanic 0:02dd72d1d465 265 "export": true,
borlanic 0:02dd72d1d465 266 "auto-update" : true
borlanic 0:02dd72d1d465 267 }
borlanic 0:02dd72d1d465 268 ]
borlanic 0:02dd72d1d465 269 }