@@ -329,17 +329,17 @@ Build successes:
329
329
* If you’re unsure which platforms and toolchains are supported please use switch ``` -S ``` to print simple matrix of platform to compiler dependencies.
330
330
```
331
331
$ python build.py -S
332
- +-------------------------+-----------+-----------+-----------+-----------+-----------+------------+---------------+
333
- | Platform | ARM | uARM | GCC_ARM | IAR | GCC_CR | GCC_CW_EWL | GCC_CW_NEWLIB |
334
- +-------------------------+-----------+-----------+-----------+-----------+-----------+------------+---------------+
335
- | APPNEARME_MICRONFCBOARD | Supported | Default | Supported | - | - | - | - |
336
- | ARCH_BLE | Default | - | Supported | Supported | - | - | - |
337
- | ARCH_GPRS | Supported | Default | Supported | Supported | Supported | - | - |
332
+ +-------------------------+-----------+-----------+-----------+-----------+-----------+
333
+ | Platform | ARM | uARM | GCC_ARM | IAR | GCC_CR |
334
+ +-------------------------+-----------+-----------+-----------+-----------+-----------+
335
+ | APPNEARME_MICRONFCBOARD | Supported | Default | Supported | - | - |
336
+ | ARCH_BLE | Default | - | Supported | Supported | - |
337
+ | ARCH_GPRS | Supported | Default | Supported | Supported | Supported |
338
338
...
339
- | UBLOX_C029 | Supported | Default | Supported | Supported | - | - | - |
340
- | WALLBOT_BLE | Default | - | Supported | Supported | - | - | - |
341
- | XADOW_M0 | Supported | Default | Supported | Supported | Supported | - | - |
342
- +-------------------------+-----------+-----------+-----------+-----------+-----------+------------+---------------+
339
+ | UBLOX_C029 | Supported | Default | Supported | Supported | - |
340
+ | WALLBOT_BLE | Default | - | Supported | Supported | - |
341
+ | XADOW_M0 | Supported | Default | Supported | Supported | Supported |
342
+ +-------------------------+-----------+-----------+-----------+-----------+-----------+
343
343
*Default - default on-line compiler
344
344
*Supported - supported off-line compiler
345
345
@@ -350,19 +350,19 @@ Total permutations: 297
350
350
Above list can be overwhelming so please do not hesitate to use switch ``` -f ``` to filter ``` Platform ``` column.
351
351
```
352
352
$ python build.py -S -f ^K
353
- +--------------+-----------+---------+-----------+-----------+--------+------------+---------------+
354
- | Platform | ARM | uARM | GCC_ARM | IAR | GCC_CR | GCC_CW_EWL | GCC_CW_NEWLIB |
355
- +--------------+-----------+---------+-----------+-----------+--------+------------+---------------+
356
- | K20D50M | Default | - | Supported | Supported | - | - | - |
357
- | K22F | Default | - | Supported | Supported | - | - | - |
358
- | K64F | Default | - | Supported | Supported | - | - | - |
359
- | KL05Z | Supported | Default | Supported | Supported | - | - | - |
360
- | KL25Z | Default | - | Supported | Supported | - | Supported | Supported |
361
- | KL43Z | Default | - | Supported | - | - | - | - |
362
- | KL46Z | Default | - | Supported | Supported | - | - | - |
363
- | NRF51_DK | Default | - | Supported | Supported | - | - | - |
364
- | NRF51_DK_OTA | Default | - | Supported | - | - | - | - |
365
- +--------------+-----------+---------+-----------+-----------+--------+------------+---------------+
353
+ +--------------+-----------+---------+-----------+-----------+--------+
354
+ | Platform | ARM | uARM | GCC_ARM | IAR | GCC_CR |
355
+ +--------------+-----------+---------+-----------+-----------+--------+
356
+ | K20D50M | Default | - | Supported | Supported | - |
357
+ | K22F | Default | - | Supported | Supported | - |
358
+ | K64F | Default | - | Supported | Supported | - |
359
+ | KL05Z | Supported | Default | Supported | Supported | - |
360
+ | KL25Z | Default | - | Supported | Supported | - |
361
+ | KL43Z | Default | - | Supported | - | - |
362
+ | KL46Z | Default | - | Supported | Supported | - |
363
+ | NRF51_DK | Default | - | Supported | Supported | - |
364
+ | NRF51_DK_OTA | Default | - | Supported | - | - |
365
+ +--------------+-----------+---------+-----------+-----------+--------+
366
366
*Default - default on-line compiler
367
367
*Supported - supported off-line compiler
368
368
@@ -372,11 +372,11 @@ Total permutations: 28
372
372
or just give platform name:
373
373
```
374
374
$ python build.py -S -f LPC1768
375
- +----------+---------+-----------+-----------+-----------+-----------+------------+---------------+
376
- | Platform | ARM | uARM | GCC_ARM | IAR | GCC_CR | GCC_CW_EWL | GCC_CW_NEWLIB |
377
- +----------+---------+-----------+-----------+-----------+-----------+------------+---------------+
378
- | LPC1768 | Default | Supported | Supported | Supported | Supported | - | - |
379
- +----------+---------+-----------+-----------+-----------+-----------+------------+---------------+
375
+ +----------+---------+-----------+-----------+-----------+-----------+
376
+ | Platform | ARM | uARM | GCC_ARM | IAR | GCC_CR |
377
+ +----------+---------+-----------+-----------+-----------+-----------+
378
+ | LPC1768 | Default | Supported | Supported | Supported | Supported |
379
+ +----------+---------+-----------+-----------+-----------+-----------+
380
380
*Default - default on-line compiler
381
381
*Supported - supported off-line compiler
382
382
0 commit comments