Skip to content

Commit 747def1

Browse files
mbrossardgaborcsapo
authored andcommitted
deprecation: remove lpc11u35_wio3g_if project
1 parent ecf6707 commit 747def1

File tree

4 files changed

+0
-42
lines changed

4 files changed

+0
-42
lines changed

projects.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,6 @@ projects:
445445
- *module_if
446446
- *module_hic_lpc11u35
447447
- records/board/tiny.yaml
448-
lpc11u35_wio3g_if:
449-
- *module_if
450-
- *module_hic_lpc11u35
451-
- records/board/wio3g.yaml
452448
lpc11u35_wio_emw3166_if:
453449
- *module_if
454450
- *module_hic_lpc11u35

records/board/wio3g.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

source/board/wio3g.c

Lines changed: 0 additions & 30 deletions
This file was deleted.

test/info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
("lpc11u35_archble_if", False, 0x0000, "bin" ),
6464
("lpc11u35_archpro_if", False, 0x0000, "bin" ),
6565
("lpc11u35_archmax_if", False, 0x0000, "bin" ),
66-
("lpc11u35_wio3g_if", False, 0x0000, "bin" ),
6766
("lpc11u35_wiobg96_if", False, 0x0000, "bin" ),
6867
("lpc11u35_wio_emw3166_if", False, 0x0000, "bin" ),
6968
("lpc11u35_hrm1017_if", False, 0x0000, "bin" ),
@@ -221,7 +220,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
221220
( 0x9011, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_archmax_if', None, 'Seeed-Arch-Max' ),
222221
( 0x9012, VENDOR_TO_FAMILY('Nordic', 1), 'lpc11u35_tiny_if', None, 'Seeed-Tiny-BLE' ),
223222
( 0x9013, VENDOR_TO_FAMILY('Nordic', 1), 'lpc11u35_archlink_if', None, 'Seeed-Arch-Link' ),
224-
( 0x9014, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_wio3g_if', None, None ),
225223
( 0x9015, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_wiobg96_if', None, None ),
226224
( 0x9016, VENDOR_TO_FAMILY('Nordic', 2), 'lpc11u35_96b_nitrogen_if', None, None ), # TODO - set target to 'Seeed-96Boards-Nitrogen' when mbed-os supports this
227225
( 0x9017, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_wio_emw3166_if', None, 'WIO_EMW3166' ), # TODO - set target to 'Seeed-96Boards-Nitrogen' when mbed-os supports this

0 commit comments

Comments
 (0)