Skip to content

Commit ff32b28

Browse files
committed
Refill example lists - all current Ethernet boards
Remove check for LWIP - check target flagging for EMAC drivers. Should still be DEVICE_EMAC, but tooling doesn't support that.
1 parent 332c6ea commit ff32b28

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

tools/test/examples/examples.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@
8080
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-client"
8181
],
8282
"test-repo-source": "github",
83-
"features" : ["LWIP"],
84-
"targets" : ["K64F", "K66F", "NUCLEO_F207ZG", "NUCLEO_F429ZI", "NUCLEO_F439ZI",
85-
"NUCLEO_F746ZG", "NUCLEO_F756ZG", "NUCLEO_F767ZI", "DISCO_F746NG",
86-
"DISCO_F769NI", "UBLOX_EVK_ODIN_W2", "UBLOX_C030"],
83+
"features" : [],
84+
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
85+
"STM_EMAC"],
8786
"toolchains" : [],
8887
"exporters": [],
8988
"compile" : false,
@@ -96,10 +95,9 @@
9695
"mbed": [
9796
],
9897
"test-repo-source": "github",
99-
"features" : ["LWIP"],
100-
"targets" : ["K64F", "K66F", "NUCLEO_F207ZG", "NUCLEO_F429ZI", "NUCLEO_F439ZI",
101-
"NUCLEO_F746ZG", "NUCLEO_F756ZG", "NUCLEO_F767ZI", "DISCO_F746NG",
102-
"DISCO_F769NI", "UBLOX_EVK_ODIN_W2", "UBLOX_C030"],
98+
"features" : [],
99+
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
100+
"STM_EMAC"],
103101
"toolchains" : [],
104102
"exporters": [],
105103
"compile" : true,

0 commit comments

Comments
 (0)