Skip to content

Commit 78401ed

Browse files
author
Cruz Monrreal
authored
Merge pull request #8896 from deepikabhavnani/stats_example
Update Statistics examples in example test json
2 parents c227eaa + 66863e2 commit 78401ed

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

tools/test/examples/examples.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"mbed": [],
156156
"test-repo-source": "github",
157157
"features" : [],
158-
"targets" : ["K64F"],
158+
"targets" : ["K66F"],
159159
"toolchains" : [],
160160
"exporters": [],
161161
"compile" : true,
@@ -181,7 +181,7 @@
181181
"mbed": [],
182182
"test-repo-source": "github",
183183
"features" : [],
184-
"targets" : ["K64F"],
184+
"targets" : ["K66F"],
185185
"toolchains" : [],
186186
"exporters": [],
187187
"compile" : true,
@@ -201,6 +201,20 @@
201201
"export": true,
202202
"auto-update" : true
203203
},
204+
{
205+
"name": "mbed-os-example-socket-stats",
206+
"github":"https://github.com/ARMmbed/mbed-os-example-socket-stats",
207+
"mbed": [],
208+
"test-repo-source": "github",
209+
"features" : [],
210+
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
211+
"STM_EMAC"],
212+
"toolchains" : [],
213+
"exporters": [],
214+
"compile" : true,
215+
"export": true,
216+
"auto-update" : true
217+
},
204218
{
205219
"name": "mbed-os-example-error-handling",
206220
"github":"https://github.com/ARMmbed/mbed-os-example-error-handling",

0 commit comments

Comments
 (0)