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 <devaraj.ranganna@arm.com>
pull/12402/head
Devaraj Ranganna 2019-11-12 17:51:14 +00:00 committed by Jaeden Amero
parent 8c2765ec95
commit 6ac9c6eb04
1 changed files with 2 additions and 2 deletions

View File

@ -458,8 +458,8 @@
"targets" : ["K64F"],
"toolchains" : ["GCC_ARM"],
"exporters": [],
"compile" : true,
"export": true,
"compile" : false,
"export": false,
"test" : false,
"baud_rate": 9600,
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],