From 994f628a4d8bdc9fdf66b4e1f3ccafc11f5db9f2 Mon Sep 17 00:00:00 2001 From: Mohammad Azim Khan Date: Wed, 23 Nov 2016 14:00:03 +0000 Subject: [PATCH] Removing target EFM32GG_STK3700 from uvisor examples --- 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 ed3bfae63a..15415cc7dd 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -125,7 +125,7 @@ "github":"https://github.com/ARMmbed/mbed-os-example-uvisor-thread", "mbed": [], "features" : [], - "targets" : ["K64F", "EFM32GG_STK3700"], + "targets" : ["K64F"], "toolchains" : ["GCC_ARM"], "exporters": [], "compile" : true, @@ -137,7 +137,7 @@ "github":"https://github.com/ARMmbed/mbed-os-example-uvisor-number-store", "mbed": [], "features" : [], - "targets" : ["K64F", "EFM32GG_STK3700"], + "targets" : ["K64F"], "toolchains" : ["GCC_ARM"], "exporters": [], "compile" : true,