From 1c4a5b9d8767bef7675248801d74873bbb4cdfd4 Mon Sep 17 00:00:00 2001 From: Jussi Siponen Date: Thu, 14 Nov 2019 07:26:31 +0200 Subject: [PATCH] Change wifi example to build only DISCO_L475VG_IOT01A Currently mbed-os-example-blinky and mbed-os-example-wifi are built for each and every target in Mbed OS. This will change that only DISCO_L475VG_IOT01A is built for mbed-os-example-wifi. DISCO_L475VG_IOT01A was chosen as its one of the wi-fi supported boards and having integrated wi-fi. --- tools/test/examples/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index b8454c0dea..c817cc2ced 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -116,7 +116,7 @@ "sub-repo-example": false, "subs": [], "features" : [], - "targets" : [], + "targets" : ["DISCO_L475VG_IOT01A"], "toolchains" : [], "exporters": [], "compile" : true,