Skip to content

Commit 6e2a3a7

Browse files
committed
deprecation: remove lpc11u35_wio_emw3166_if project
1 parent 19f5ece commit 6e2a3a7

File tree

4 files changed

+0
-43
lines changed

4 files changed

+0
-43
lines changed

projects.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,6 @@ projects:
438438
- *module_if
439439
- *module_hic_lpc11u35
440440
- records/board/tiny.yaml
441-
lpc11u35_wio_emw3166_if:
442-
- *module_if
443-
- *module_hic_lpc11u35
444-
- records/board/wio_emw3166.yaml
445441
lpc11u35_wiobg96_if:
446442
- *module_if
447443
- *module_hic_lpc11u35

records/board/wio_emw3166.yaml

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

source/board/wio_emw3166.c

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

test/info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
("lpc11u35_archpro_if", False, 0x0000, "bin" ),
6767
("lpc11u35_archmax_if", False, 0x0000, "bin" ),
6868
("lpc11u35_wiobg96_if", False, 0x0000, "bin" ),
69-
("lpc11u35_wio_emw3166_if", False, 0x0000, "bin" ),
7069
("lpc11u35_hrm1017_if", False, 0x0000, "bin" ),
7170
("lpc11u35_sscity_if", False, 0x0000, "bin" ),
7271
("lpc11u35_ssci824_if", False, 0x0000, "bin" ),
@@ -224,7 +223,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
224223
( 0x9013, VENDOR_TO_FAMILY('Nordic', 1), 'lpc11u35_archlink_if', None, 'Seeed-Arch-Link' ),
225224
( 0x9015, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_wiobg96_if', None, None ),
226225
( 0x9016, VENDOR_TO_FAMILY('Nordic', 2), 'lpc11u35_96b_nitrogen_if', None, None ), # TODO - set target to 'Seeed-96Boards-Nitrogen' when mbed-os supports this
227-
( 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
228226
( 0x9900, VENDOR_TO_FAMILY('Nordic', 1), 'kl26z_microbit_if', 'kl26z_bl', 'Microbit' ),
229227
( 0x9901, VENDOR_TO_FAMILY('Nordic', 1), 'kl26z_microbit_if', 'kl26z_bl', 'Microbit' ),
230228
( 0x9903, VENDOR_TO_FAMILY('Nordic', 2), 'kl27z_microbit_if', 'kl27z_bl', 'Microbitv2' ),

0 commit comments

Comments
 (0)