Skip to content

Commit d3fb5fb

Browse files
authored
Merge pull request #11475 from jamesbeyond/exp_update
TEST: add atecc608a example to compilation test
2 parents 5a1ccc0 + 6d47ec3 commit d3fb5fb

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

tools/test/examples/examples.json

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"targets" : ["K66F", "NUCLEO_F429ZI"],
4545
"toolchains" : ["GCC_ARM", "ARM"],
4646
"exporters": [],
47-
"compile" : false,
48-
"export": false,
49-
"test" : false,
47+
"compile" : true,
48+
"export": true,
49+
"test" : true,
5050
"baud_rate": 9600,
5151
"compare_log": [
5252
"mbed-os-example-tls/tests/benchmark.log",
@@ -74,8 +74,8 @@
7474
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
7575
"toolchains" : [],
7676
"exporters": [],
77-
"compile" : false,
78-
"export": false,
77+
"compile" : true,
78+
"export": true,
7979
"test" : false,
8080
"auto-update" : true
8181
},
@@ -351,9 +351,9 @@
351351
"targets" : ["K64F"],
352352
"toolchains" : [],
353353
"exporters": [],
354-
"compile" : false,
355-
"export": false,
356-
"test" : false,
354+
"compile" : true,
355+
"export": true,
356+
"test" : true,
357357
"baud_rate": 9600,
358358
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
359359
"auto-update" : true
@@ -370,8 +370,8 @@
370370
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
371371
"toolchains" : [],
372372
"exporters": [],
373-
"compile" : false,
374-
"export": false,
373+
"compile" : true,
374+
"export": true,
375375
"test" : false,
376376
"auto-update" : true
377377
},
@@ -460,6 +460,22 @@
460460
"baud_rate": 9600,
461461
"compare_log": ["mbed-os-example-attestation/tests/attestation.log"],
462462
"auto-update" : true
463+
},
464+
{
465+
"name": "mbed-os-example-atecc608a",
466+
"github": "https://github.com/ARMmbed/mbed-os-example-atecc608a",
467+
"sub-repo-example": true,
468+
"subs": ["atecc608a"],
469+
"features" : [],
470+
"targets" : ["K64F"],
471+
"toolchains" : ["GCC_ARM"],
472+
"exporters": [],
473+
"compile" : true,
474+
"export": true,
475+
"test" : false,
476+
"baud_rate": 9600,
477+
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],
478+
"auto-update" : true
463479
}
464480
]
465481
}

0 commit comments

Comments
 (0)