Skip to content

Commit

Permalink
deprecation: remove lpc11u35_ro359b_if project
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard authored and gaborcsapo committed Jun 29, 2022
1 parent 571b407 commit 717ecd0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
4 changes: 0 additions & 4 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,6 @@ projects:
- *module_if
- *module_hic_lpc11u35
- records/board/nz32_sc151.yaml
lpc11u35_ro359b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/ro359b.yaml
lpc11u35_rtl8195am_if:
- *module_if
- *module_hic_lpc11u35
Expand Down
6 changes: 0 additions & 6 deletions records/board/ro359b.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions source/board/ro359b.c

This file was deleted.

3 changes: 0 additions & 3 deletions test/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
("lpc11u35_hrm1017_if", False, 0x0000, "bin" ),
("lpc11u35_sscity_if", False, 0x0000, "bin" ),
("lpc11u35_ssci824_if", False, 0x0000, "bin" ),
("lpc11u35_ro359b_if", False, 0x0000, "bin" ),
("lpc11u35_archlink_if", False, 0x0000, "bin" ),
("lpc11u35_tiny_if", False, 0x0000, "bin" ),
("lpc11u35_c027_if", False, 0x0000, "bin" ),
Expand Down Expand Up @@ -171,7 +170,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
( 0x1018, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_ssci824_if', None, 'Switch-Science-mbed-LPC824' ),
( 0x1019, VENDOR_TO_FAMILY('Nordic', 1), 'lpc11u35_sscity_if', None, 'Switch-Science-mbed-TY51822r3' ),
( 0x1021, VENDOR_TO_FAMILY('Nordic', 1), 'lpc11u35_ssci_chibi_if', None, None ), # TODO - set target to 'SSCI-MBIT' when mbed-os supports this
( 0x1022, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_ro359b_if', None, None ),
( 0x1050, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_lpc812xpresso_if', None, 'NXP-LPC800-MAX' ),
( 0x1054, VENDOR_TO_FAMILY('Stub', 1), 'lpc4322_lpc54114xpresso_if', 'lpc4322_bl', 'LPCXpresso54114' ),
( 0x1056, VENDOR_TO_FAMILY('Stub', 1), 'lpc4322_lpc54608xpresso_if', 'lpc4322_bl', 'LPCXpresso54608' ),
Expand Down Expand Up @@ -263,7 +261,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
0x0261, # FRDM-KL27Z
0x0262, # FRDM-KL43Z
0x0218, # FRDM-KL82Z
0x1022, # RO359B (K24F)
0x0201, # KW41Z
])

Expand Down

0 comments on commit 717ecd0

Please sign in to comment.