2
2
3
3
"""
4
4
Travis-CI build script
5
-
6
5
mbed SDK
7
6
Copyright (c) 2011-2013 ARM Limited
8
-
9
7
Licensed under the Apache License, Version 2.0 (the "License");
10
8
you may not use this file except in compliance with the License.
11
9
You may obtain a copy of the License at
12
-
13
10
http://www.apache.org/licenses/LICENSE-2.0
14
-
15
11
Unless required by applicable law or agreed to in writing, software
16
12
distributed under the License is distributed on an "AS IS" BASIS,
17
13
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
187
183
"NXP" : (
188
184
{"target" : "LPC1768" ,
189
185
"toolchains" : "GCC_ARM" ,
190
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_15" , "MBED_16" , "MBED_17" ],
186
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_15" , "MBED_16" , "MBED_17" , "BARE_METAL_UART" ],
191
187
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
192
188
}
193
189
},
194
190
{"target" : "K64F" ,
195
191
"toolchains" : "GCC_ARM" ,
196
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
192
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
197
193
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
198
194
}
199
195
},
200
196
{"target" : "K22F" ,
201
197
"toolchains" : "GCC_ARM" ,
202
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
198
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
203
199
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
204
200
}
205
201
},
206
202
{"target" : "KL43Z" ,
207
203
"toolchains" : "GCC_ARM" ,
208
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
204
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
209
205
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
210
206
}
211
207
},
216
212
"STM" : (
217
213
{"target" : "NUCLEO_F446RE" ,
218
214
"toolchains" : "GCC_ARM" ,
219
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
215
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
220
216
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
221
217
}
222
218
},
223
219
{"target" : "NUCLEO_F446ZE" ,
224
220
"toolchains" : "GCC_ARM" ,
225
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
221
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
226
222
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
227
223
}
228
224
},
229
225
{"target" : "NUCLEO_F401RE" ,
230
226
"toolchains" : "GCC_ARM" ,
231
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
227
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
232
228
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
233
229
}
234
230
},
235
231
{"target" : "NUCLEO_F411RE" ,
236
232
"toolchains" : "GCC_ARM" ,
237
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
233
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
238
234
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
239
235
}
240
236
},
241
237
{"target" : "NUCLEO_F412ZG" ,
242
238
"toolchains" : "GCC_ARM" ,
243
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
239
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
244
240
}
245
241
},
246
242
{"target" : "NUCLEO_F429ZI" ,
247
243
"toolchains" : "GCC_ARM" ,
248
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
244
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
249
245
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
250
246
}
251
247
},
252
248
{"target" : "NUCLEO_F207ZG" ,
253
249
"toolchains" : "GCC_ARM" ,
254
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
250
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
255
251
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
256
252
}
257
253
},
258
254
{"target" : "NUCLEO_F746ZG" ,
259
255
"toolchains" : "GCC_ARM" ,
260
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
256
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
261
257
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
262
258
}
263
259
},
264
260
{"target" : "NUCLEO_F767ZI" ,
265
261
"toolchains" : "GCC_ARM" ,
266
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
262
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
267
263
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
268
264
}
269
265
},
270
266
{"target" : "NUCLEO_L476RG" ,
271
267
"toolchains" : "GCC_ARM" ,
272
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
268
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
273
269
}
274
270
},
275
271
{"target" : "DISCO_F429ZI" ,
276
272
"toolchains" : "GCC_ARM" ,
277
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
273
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
278
274
}
279
275
},
280
276
{"target" : "DISCO_F407VG" ,
281
277
"toolchains" : "GCC_ARM" ,
282
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
278
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
283
279
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
284
280
}
285
281
},
286
282
{"target" : "DISCO_F413ZH" ,
287
283
"toolchains" : "GCC_ARM" ,
288
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
284
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
289
285
}
290
286
},
291
287
{"target" : "NUCLEO_F303ZE" ,
292
288
"toolchains" : "GCC_ARM" ,
293
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
289
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
294
290
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
295
291
}
296
292
},
297
293
{"target" : "DISCO_L475VG_IOT01A" ,
298
294
"toolchains" : "GCC_ARM" ,
299
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
295
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
300
296
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
301
297
}
302
298
},
303
299
{"target" : "DISCO_L476VG" ,
304
300
"toolchains" : "GCC_ARM" ,
305
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
301
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
306
302
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
307
303
}
308
304
},
309
305
{"target" : "DISCO_L072CZ_LRWAN1" ,
310
306
"toolchains" : "GCC_ARM" ,
311
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
307
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
312
308
}
313
309
},
314
310
)
317
313
"NUVOTON" : (
318
314
{"target" : "NUMAKER_PFM_NUC472" ,
319
315
"toolchains" : "GCC_ARM" ,
320
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
316
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
321
317
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
322
318
}
323
319
},
324
320
{"target" : "NUMAKER_PFM_M453" ,
325
321
"toolchains" : "GCC_ARM" ,
326
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
322
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
327
323
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
328
324
}
329
325
},
330
326
{"target" : "NUMAKER_PFM_M487" ,
331
327
"toolchains" : "GCC_ARM" ,
332
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
328
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
333
329
"usb" : ["USB_1" , "USB_2" ,"USB_3" ],
334
330
}
335
331
}
341
337
{
342
338
"target" : "RZ_A1H" ,
343
339
"toolchains" : "GCC_ARM" ,
344
- "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" ],
340
+ "tests" : {"" : ["MBED_2" , "MBED_10" , "MBED_11" , "MBED_16" , "BARE_METAL_UART" ],
345
341
}
346
342
},
347
343
)
@@ -411,4 +407,4 @@ def run_test_testsuite(dry_run, vendor):
411
407
412
408
run_builds ("-s" in sys .argv , options .vendor )
413
409
run_test_linking ("-s" in sys .argv , options .vendor )
414
- run_test_testsuite ("-s" in sys .argv , options .vendor )
410
+ run_test_testsuite ("-s" in sys .argv , options .vendor )
0 commit comments