Skip to content

Commit 3f94840

Browse files
mbrossardgaborcsapo
authored andcommitted
deprecation: remove kl26z_nina_b1_if project
1 parent 8e71410 commit 3f94840

File tree

4 files changed

+0
-50
lines changed

4 files changed

+0
-50
lines changed

projects.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,6 @@ projects:
311311
- *module_if
312312
- *module_hic_kl26z
313313
- records/board/microbit.yaml
314-
kl26z_nina_b1_if:
315-
- *module_if
316-
- *module_hic_kl26z
317-
- records/board/nina_b1.yaml
318314
kl27z_microbit_bl:
319315
- *module_bl
320316
- records/hic_hal/kl27z.yaml

records/board/nina_b1.yaml

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

source/board/nina_b1.c

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

test/info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
("lpc11u35_archlink_if", False, 0x0000, "bin" ),
7272
("lpc11u35_tiny_if", False, 0x0000, "bin" ),
7373
("lpc11u35_c027_if", False, 0x0000, "bin" ),
74-
("kl26z_nina_b1_if", False, 0x8000, "bin" ),
7574
("lpc11u35_lpc4088dm_if", False, 0x0000, "bin" ),
7675
("lpc11u35_lpc4088qsb_if", False, 0x0000, "bin" ),
7776
('lpc11u35_ssci_chibi_if', False, 0x0000, "bin" ),
@@ -189,7 +188,6 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
189188
( 0x1234, VENDOR_TO_FAMILY('Stub', 1), 'lpc11u35_c027_if', None, 'u-blox-C027' ),
190189
( 0x1236, VENDOR_TO_FAMILY('Stub', 1), 'stm32f103xb_ublox_evk_odin_w2_if', 'stm32f103xb_bl', 'ublox-EVK-ODIN-W2' ),
191190
( 0x1237, VENDOR_TO_FAMILY('Nordic', 2), 'sam3u2c_ublox_evk_nina_b1_if', 'sam3u2c_bl', 'U-BLOX-EVK-NINA-B1' ),
192-
( 0x1238, VENDOR_TO_FAMILY('Nordic', 1), 'kl26z_nina_b1_if', 'kl26z_bl', 'u-blox-NINA-B1' ),
193191
( 0x1304, VENDOR_TO_FAMILY('Stub', 3), 'm48ssidae_numaker_pfm_m487km_if', 'm48ssidae_bl', None ),
194192
( 0x1309, VENDOR_TO_FAMILY('Stub', 3), 'm48ssidae_numaker_m252kg_if', 'm48ssidae_bl', None ),
195193
( 0x1310, VENDOR_TO_FAMILY('Stub', 3), 'm48ssidae_numaker_iot_m263a_if', 'm48ssidae_bl', None ),

0 commit comments

Comments
 (0)