Skip to content

Commit 49dce36

Browse files
committed
Disable mbed-os-example-atecc608a compilation
The example `mbed-os-example-atecc608a` needs the secure element driver which is removed from feature branch. The secure element support should be added to TF-M and when we import TF-M to mbed-os, secure element will be supported in mbed-os. Because of this compilation of the example `mbed-os-example-atecc608a` is disabled. Note: DO NOT merge this to `master` without secure element support in mbed-os. Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent 26eebc4 commit 49dce36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@
470470
"targets" : ["K64F"],
471471
"toolchains" : ["GCC_ARM"],
472472
"exporters": [],
473-
"compile" : true,
474-
"export": true,
473+
"compile" : false,
474+
"export": false,
475475
"test" : false,
476476
"baud_rate": 9600,
477477
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],

0 commit comments

Comments
 (0)