From cceb16c85a70fcd12d5b3f06bc280cce283b6002 Mon Sep 17 00:00:00 2001 From: adbridge Date: Mon, 11 Mar 2019 11:27:49 +0000 Subject: [PATCH] Add new mbed-os-example-attestation example --- tools/test/examples/examples.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index ff6e08b00f..4bfef29995 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -367,6 +367,27 @@ "compile" : true, "export": true, "auto-update" : true + }, + { + "name": "mbed-os-example-attestation", + "github":": https://github.com/ARMmbed/mbed-os-example-attestation", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["CY8CKIT_062_WIFI_BT_PSA", + "K64F", + "K66F", + "NUCLEO_F429ZI", + "UBLOX_ODIN_EVK_W2", + "LPC55S69", + "LPC55S69_S", + "LPC55S69_NS" + ], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true } ] }