From 6ac9c6eb04f451aac7a0e6a2d8464df9e0be13cc Mon Sep 17 00:00:00 2001 From: Devaraj Ranganna Date: Tue, 12 Nov 2019 17:51:14 +0000 Subject: [PATCH] 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 --- tools/test/examples/examples.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 0015e54150..97d44a602d 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -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"],