|
1 | 1 | {
|
2 |
| - "examples": [ |
3 |
| - { |
| 2 | + "examples": [ |
| 3 | + { |
4 | 4 | "name": "mbed-os-example-blinky",
|
5 | 5 | "github": "https://github.com/ARMmbed/mbed-os-example-blinky",
|
6 | 6 | "sub-repo-example": false,
|
|
14 | 14 | "test" : false,
|
15 | 15 | "baud_rate": 9600,
|
16 | 16 | "auto-update" : true
|
17 |
| - }, |
18 |
| - { |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "mbed-os-example-ble", |
| 20 | + "github":"https://github.com/ARMmbed/mbed-os-example-ble", |
| 21 | + "sub-repo-example": true, |
| 22 | + "subs": [ |
| 23 | + "BLE_Advertising", |
| 24 | + "BLE_GAP", |
| 25 | + "BLE_GattClient_CharacteristicUpdates", |
| 26 | + "BLE_GattClient_CharacteristicWrite", |
| 27 | + "BLE_GattServer_AddService", |
| 28 | + "BLE_GattServer_CharacteristicUpdates", |
| 29 | + "BLE_GattServer_CharacteristicWrite", |
| 30 | + "BLE_PeriodicAdvertising", |
| 31 | + "BLE_SecurityAndPrivacy" |
| 32 | + ], |
| 33 | + "features" : [], |
| 34 | + "targets" : ["NRF52_DK", "DISCO_L475VG_IOT01A"], |
| 35 | + "toolchains" : [], |
| 36 | + "exporters": [], |
| 37 | + "compile" : true, |
| 38 | + "export": true, |
| 39 | + "test" : false, |
| 40 | + "auto-update" : true |
| 41 | + }, |
| 42 | + { |
19 | 43 | "name": "mbed-os-example-sockets",
|
20 | 44 | "github":"https://github.com/ARMmbed/mbed-os-example-sockets",
|
21 | 45 | "sub-repo-example": false,
|
|
30 | 54 | "baud_rate": 9600,
|
31 | 55 | "compare_log": ["mbed-os-example-sockets/tests/sockets.log"],
|
32 | 56 | "auto-update" : true
|
33 |
| - }, |
34 |
| - { |
| 57 | + }, |
| 58 | + { |
35 | 59 | "name": "mbed-os-example-cellular",
|
36 | 60 | "github":"https://github.com/ARMmbed/mbed-os-example-cellular",
|
37 | 61 | "sub-repo-example": false,
|
|
44 | 68 | "export": true,
|
45 | 69 | "test" : false,
|
46 | 70 | "auto-update" : true
|
47 |
| - }, |
48 |
| - { |
49 |
| - "name": "mbed-os-example-lorawan", |
50 |
| - "github":"https://github.com/ARMmbed/mbed-os-example-lorawan", |
51 |
| - "sub-repo-example": false, |
52 |
| - "subs": [], |
53 |
| - "features" : [], |
54 |
| - "targets" : ["K64F"], |
55 |
| - "toolchains" : [], |
56 |
| - "exporters": [], |
57 |
| - "compile" : true, |
58 |
| - "export": false, |
59 |
| - "test" : false, |
60 |
| - "auto-update" : true |
61 |
| - }, |
62 |
| - { |
63 |
| - "name": "mbed-os-example-devicekey", |
64 |
| - "github":"https://github.com/ARMmbed/mbed-os-example-devicekey", |
65 |
| - "sub-repo-example": false, |
66 |
| - "subs": [], |
67 |
| - "features" : [], |
68 |
| - "targets" : ["K66F"], |
69 |
| - "toolchains" : [], |
70 |
| - "exporters": [], |
71 |
| - "compile" : true, |
72 |
| - "export": true, |
73 |
| - "test" : true, |
74 |
| - "baud_rate": 9600, |
75 |
| - "compare_log": ["mbed-os-example-devicekey/tests/devicekey.log"], |
76 |
| - "auto-update" : true |
77 |
| - }, |
78 |
| - { |
79 |
| - "name": "mbed-os-example-mbed-crypto", |
80 |
| - "github":"https://github.com/ARMmbed/mbed-os-example-mbed-crypto", |
81 |
| - "sub-repo-example": true, |
82 |
| - "subs": ["getting-started"], |
83 |
| - "features" : [], |
84 |
| - "targets" : ["K64F"], |
85 |
| - "toolchains" : [], |
86 |
| - "exporters": [], |
87 |
| - "compile" : true, |
88 |
| - "export": true, |
89 |
| - "test" : true, |
90 |
| - "baud_rate": 9600, |
91 |
| - "compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"], |
92 |
| - "auto-update" : true |
93 |
| - }, |
94 |
| - { |
95 |
| - "name": "mbed-os-example-nfc", |
96 |
| - "github": "https://github.com/ARMmbed/mbed-os-example-nfc", |
97 |
| - "sub-repo-example": true, |
98 |
| - "subs": [ |
99 |
| - "NFC_EEPROM", |
100 |
| - "NFC_SmartPoster" |
101 |
| - ], |
102 |
| - "features" : [], |
103 |
| - "targets" : ["NUCLEO_F401RE"], |
104 |
| - "toolchains" : [], |
105 |
| - "exporters": [], |
106 |
| - "compile" : true, |
107 |
| - "export": true, |
108 |
| - "test" : true, |
109 |
| - "baud_rate": 9600, |
110 |
| - "compare_log": [ |
111 |
| - "mbed-os-example-nfc/tests/EEPROM.log", |
112 |
| - "mbed-os-example-nfc/tests/SmartPoster_noShield.log" |
113 |
| - ], |
114 |
| - "auto-update" : true |
115 |
| - }, |
116 |
| - { |
117 |
| - "name": "mbed-os-example-ble", |
118 |
| - "github":"https://github.com/ARMmbed/mbed-os-example-ble", |
119 |
| - "sub-repo-example": true, |
120 |
| - "subs": [ |
121 |
| - "BLE_Advertising" |
122 |
| - |
123 |
| - ], |
124 |
| - "features" : [], |
125 |
| - "targets" : ["NRF52840_DK", "DISCO_L475VG_IOT01A"], |
126 |
| - "toolchains" : [], |
127 |
| - "exporters": [], |
128 |
| - "compile" : true, |
129 |
| - "export": true, |
130 |
| - "test" : false, |
131 |
| - "auto-update" : true |
132 |
| - }, |
133 |
| - { |
134 |
| - "name": "mbed-os-example-kvstore", |
135 |
| - "github":"https://github.com/ARMmbed/mbed-os-example-kvstore", |
136 |
| - "sub-repo-example": false, |
137 |
| - "subs": [], |
138 |
| - "features" : [], |
139 |
| - "targets" : ["K64F", "DISCO_L475VG_IOT01A"], |
140 |
| - "toolchains" : [], |
141 |
| - "exporters": [], |
142 |
| - "compile" : true, |
143 |
| - "export": true, |
144 |
| - "test" : true, |
145 |
| - "baud_rate": 9600, |
146 |
| - "compare_log": ["mbed-os-example-kvstore/tests/kvstore.log"], |
147 |
| - "auto-update" : true |
148 |
| - } |
149 |
| - ] |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "mbed-os-example-lorawan", |
| 74 | + "github":"https://github.com/ARMmbed/mbed-os-example-lorawan", |
| 75 | + "sub-repo-example": false, |
| 76 | + "subs": [], |
| 77 | + "features" : [], |
| 78 | + "targets" : ["K64F"], |
| 79 | + "toolchains" : [], |
| 80 | + "exporters": [], |
| 81 | + "compile" : true, |
| 82 | + "export": false, |
| 83 | + "test" : false, |
| 84 | + "auto-update" : true |
| 85 | + }, |
| 86 | + { |
| 87 | + "name": "mbed-os-example-devicekey", |
| 88 | + "github":"https://github.com/ARMmbed/mbed-os-example-devicekey", |
| 89 | + "sub-repo-example": false, |
| 90 | + "subs": [], |
| 91 | + "features" : [], |
| 92 | + "targets" : ["K66F"], |
| 93 | + "toolchains" : [], |
| 94 | + "exporters": [], |
| 95 | + "compile" : true, |
| 96 | + "export": true, |
| 97 | + "test" : true, |
| 98 | + "baud_rate": 9600, |
| 99 | + "compare_log": ["mbed-os-example-devicekey/tests/devicekey.log"], |
| 100 | + "auto-update" : true |
| 101 | + }, |
| 102 | + { |
| 103 | + "name": "mbed-os-example-cpu-stats", |
| 104 | + "github":"https://github.com/ARMmbed/mbed-os-example-cpu-stats", |
| 105 | + "sub-repo-example": false, |
| 106 | + "subs": [], |
| 107 | + "features" : [], |
| 108 | + "targets" : ["K64F", "FVP_MPS2_M3"], |
| 109 | + "toolchains" : [], |
| 110 | + "exporters": [], |
| 111 | + "compile" : true, |
| 112 | + "export": true, |
| 113 | + "test" : true, |
| 114 | + "baud_rate": 9600, |
| 115 | + "compare_log": ["mbed-os-example-cpu-stats/tests/cpu-stats.log"], |
| 116 | + "auto-update" : true |
| 117 | + }, |
| 118 | + { |
| 119 | + "name": "mbed-os-example-mbed-crypto", |
| 120 | + "github":"https://github.com/ARMmbed/mbed-os-example-mbed-crypto", |
| 121 | + "sub-repo-example": true, |
| 122 | + "subs": ["getting-started"], |
| 123 | + "features" : [], |
| 124 | + "targets" : ["K64F"], |
| 125 | + "toolchains" : [], |
| 126 | + "exporters": [], |
| 127 | + "compile" : true, |
| 128 | + "export": true, |
| 129 | + "test" : true, |
| 130 | + "baud_rate": 9600, |
| 131 | + "compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"], |
| 132 | + "auto-update" : true |
| 133 | + }, |
| 134 | + { |
| 135 | + "name": "mbed-os-example-psa", |
| 136 | + "github":"https://github.com/ARMmbed/mbed-os-example-psa", |
| 137 | + "sub-repo-example": false, |
| 138 | + "subs": [], |
| 139 | + "features" : [], |
| 140 | + "targets" : ["ARM_MUSCA_S1", "ARM_MUSCA_B1", "K64F"], |
| 141 | + "toolchains" : ["GCC_ARM", "ARM"], |
| 142 | + "exporters": [], |
| 143 | + "compile" : true, |
| 144 | + "export": true, |
| 145 | + "test" : true, |
| 146 | + "baud_rate": 115200, |
| 147 | + "compare_log": ["mbed-os-example-psa/tests/psa.log"], |
| 148 | + "auto-update" : true |
| 149 | + }, |
| 150 | + { |
| 151 | + "name": "mbed-os-example-nfc", |
| 152 | + "github": "https://github.com/ARMmbed/mbed-os-example-nfc", |
| 153 | + "sub-repo-example": true, |
| 154 | + "subs": [ |
| 155 | + "NFC_EEPROM", |
| 156 | + "NFC_SmartPoster" |
| 157 | + ], |
| 158 | + "features" : [], |
| 159 | + "targets" : ["NUCLEO_F401RE"], |
| 160 | + "toolchains" : [], |
| 161 | + "exporters": [], |
| 162 | + "compile" : true, |
| 163 | + "export": true, |
| 164 | + "test" : true, |
| 165 | + "baud_rate": 9600, |
| 166 | + "compare_log": [ |
| 167 | + "mbed-os-example-nfc/tests/EEPROM.log", |
| 168 | + "mbed-os-example-nfc/tests/SmartPoster_noShield.log" |
| 169 | + ], |
| 170 | + "auto-update" : true |
| 171 | + }, |
| 172 | + { |
| 173 | + "name": "mbed-os-example-blockdevice", |
| 174 | + "github":"https://github.com/armmbed/mbed-os-example-blockdevice", |
| 175 | + "sub-repo-example": false, |
| 176 | + "subs": [], |
| 177 | + "features" : [], |
| 178 | + "targets" : ["K64F"], |
| 179 | + "toolchains" : [], |
| 180 | + "exporters": [], |
| 181 | + "compile" : true, |
| 182 | + "export": true, |
| 183 | + "test" : true, |
| 184 | + "baud_rate": 9600, |
| 185 | + "compare_log": ["mbed-os-example-blockdevice/tests/blockdevice.log"], |
| 186 | + "auto-update" : true |
| 187 | + }, |
| 188 | + { |
| 189 | + "name": "mbed-os-example-kvstore", |
| 190 | + "github":"https://github.com/ARMmbed/mbed-os-example-kvstore", |
| 191 | + "sub-repo-example": false, |
| 192 | + "subs": [], |
| 193 | + "features" : [], |
| 194 | + "targets" : ["K64F", "DISCO_L475VG_IOT01A"], |
| 195 | + "toolchains" : [], |
| 196 | + "exporters": [], |
| 197 | + "compile" : true, |
| 198 | + "export": true, |
| 199 | + "test" : true, |
| 200 | + "baud_rate": 9600, |
| 201 | + "compare_log": ["mbed-os-example-kvstore/tests/kvstore.log"], |
| 202 | + "auto-update" : true |
| 203 | + }, |
| 204 | + { |
| 205 | + "name": "mbed-os-example-crash-reporting", |
| 206 | + "github":"https://github.com/ARMmbed/mbed-os-example-crash-reporting", |
| 207 | + "sub-repo-example": false, |
| 208 | + "subs": [], |
| 209 | + "features" : [], |
| 210 | + "targets" : ["K64F"], |
| 211 | + "toolchains" : [], |
| 212 | + "exporters": [], |
| 213 | + "compile" : true, |
| 214 | + "export": true, |
| 215 | + "test" : true, |
| 216 | + "baud_rate": 9600, |
| 217 | + "compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"], |
| 218 | + "auto-update" : true |
| 219 | + }, |
| 220 | + { |
| 221 | + "name": "mbed-os-example-attestation", |
| 222 | + "github": "https://github.com/ARMmbed/mbed-os-example-attestation", |
| 223 | + "sub-repo-example": false, |
| 224 | + "subs": [], |
| 225 | + "features" : [], |
| 226 | + "targets" : [ "K66F", "NUCLEO_F429ZI"], |
| 227 | + "toolchains" : [], |
| 228 | + "exporters": [], |
| 229 | + "compile" : true, |
| 230 | + "export": true, |
| 231 | + "test" : true, |
| 232 | + "baud_rate": 9600, |
| 233 | + "compare_log": ["mbed-os-example-attestation/tests/attestation.log"], |
| 234 | + "auto-update" : true |
| 235 | + } |
| 236 | + ] |
150 | 237 | }
|
0 commit comments