Skip to content

Commit 2776b21

Browse files
mbrossardgaborcsapo
authored andcommitted
deprecation: remove lpc11u35_ro359b_if project
1 parent 85cb78d commit 2776b21

File tree

4 files changed

+0
-44
lines changed

4 files changed

+0
-44
lines changed

projects.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,6 @@ projects:
409409
- *module_if
410410
- *module_hic_lpc11u35
411411
- records/board/nz32_sc151.yaml
412-
lpc11u35_ro359b_if:
413-
- *module_if
414-
- *module_hic_lpc11u35
415-
- records/board/ro359b.yaml
416412
lpc11u35_rtl8195am_if:
417413
- *module_if
418414
- *module_hic_lpc11u35

records/board/ro359b.yaml

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

source/board/ro359b.c

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

test/info.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
("lpc11u35_hrm1017_if", False, 0x0000, "bin" ),
6868
("lpc11u35_sscity_if", False, 0x0000, "bin" ),
6969
("lpc11u35_ssci824_if", False, 0x0000, "bin" ),
70-
("lpc11u35_ro359b_if", False, 0x0000, "bin" ),
7170
("lpc11u35_archlink_if", False, 0x0000, "bin" ),
7271
("lpc11u35_tiny_if", False, 0x0000, "bin" ),
7372
("lpc11u35_c027_if", False, 0x0000, "bin" ),
@@ -172,7 +171,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
172171
( 0x1018, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_ssci824_if', None, 'Switch-Science-mbed-LPC824' ),
173172
( 0x1019, VENDOR_TO_FAMILY('Nordic', 1), 'lpc11u35_sscity_if', None, 'Switch-Science-mbed-TY51822r3' ),
174173
( 0x1021, VENDOR_TO_FAMILY('Nordic', 1), 'lpc11u35_ssci_chibi_if', None, None ), # TODO - set target to 'SSCI-MBIT' when mbed-os supports this
175-
( 0x1022, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_ro359b_if', None, None ),
176174
( 0x1050, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_lpc812xpresso_if', None, 'NXP-LPC800-MAX' ),
177175
( 0x1054, VENDOR_TO_FAMILY('Stub', 1), 'lpc4322_lpc54114xpresso_if', 'lpc4322_bl', 'LPCXpresso54114' ),
178176
( 0x1056, VENDOR_TO_FAMILY('Stub', 1), 'lpc4322_lpc54608xpresso_if', 'lpc4322_bl', 'LPCXpresso54608' ),
@@ -263,7 +261,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
263261
0x0261, # FRDM-KL27Z
264262
0x0262, # FRDM-KL43Z
265263
0x0218, # FRDM-KL82Z
266-
0x1022, # RO359B (K24F)
267264
0x0201, # KW41Z
268265
])
269266

0 commit comments

Comments
 (0)