Skip to content

Commit

Permalink
deprecation: remove kl26z_nina_b1_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 87dc4bc commit 571b407
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 50 deletions.
4 changes: 0 additions & 4 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,6 @@ projects:
- *module_if
- *module_hic_kl26z
- records/board/microbit.yaml
kl26z_nina_b1_if:
- *module_if
- *module_hic_kl26z
- records/board/nina_b1.yaml
kl27z_microbit_bl:
- *module_bl
- records/hic_hal/kl27z.yaml
Expand Down
11 changes: 0 additions & 11 deletions records/board/nina_b1.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions source/board/nina_b1.c

This file was deleted.

2 changes: 0 additions & 2 deletions test/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
("lpc11u35_archlink_if", False, 0x0000, "bin" ),
("lpc11u35_tiny_if", False, 0x0000, "bin" ),
("lpc11u35_c027_if", False, 0x0000, "bin" ),
("kl26z_nina_b1_if", False, 0x8000, "bin" ),
("lpc11u35_lpc4088dm_if", False, 0x0000, "bin" ),
("lpc11u35_lpc4088qsb_if", False, 0x0000, "bin" ),
('lpc11u35_ssci_chibi_if', False, 0x0000, "bin" ),
Expand Down Expand Up @@ -187,7 +186,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
( 0x1234, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_c027_if', None, 'u-blox-C027' ),
( 0x1236, VENDOR_TO_FAMILY('Stub', 1), 'stm32f103xb_ublox_evk_odin_w2_if', 'stm32f103xb_bl', 'ublox-EVK-ODIN-W2' ),
( 0x1237, VENDOR_TO_FAMILY('Nordic', 2), 'sam3u2c_ublox_evk_nina_b1_if', 'sam3u2c_bl', 'U-BLOX-EVK-NINA-B1' ),
( 0x1238, VENDOR_TO_FAMILY('Nordic', 1), 'kl26z_nina_b1_if', 'kl26z_bl', 'u-blox-NINA-B1' ),
( 0x1304, VENDOR_TO_FAMILY('Stub', 3), 'm48ssidae_numaker_pfm_m487km_if', 'm48ssidae_bl', None ),
( 0x1309, VENDOR_TO_FAMILY('Stub', 3), 'm48ssidae_numaker_m252kg_if', 'm48ssidae_bl', None ),
( 0x1310, VENDOR_TO_FAMILY('Stub', 3), 'm48ssidae_numaker_iot_m263a_if', 'm48ssidae_bl', None ),
Expand Down

0 comments on commit 571b407

Please sign in to comment.