Skip to content

Commit 1c4a5b9

Browse files
author
Jussi Siponen
committed
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.
1 parent 09c2450 commit 1c4a5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"sub-repo-example": false,
117117
"subs": [],
118118
"features" : [],
119-
"targets" : [],
119+
"targets" : ["DISCO_L475VG_IOT01A"],
120120
"toolchains" : [],
121121
"exporters": [],
122122
"compile" : true,

0 commit comments

Comments
 (0)