Skip to content

Commit 436f67c

Browse files
committed
clean up
1 parent cc29a8c commit 436f67c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

boards.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,12 @@ mdbt50qrx.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB
488488
mdbt50qrx.menu.debug_output.rtt=Segger RTT
489489
mdbt50qrx.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL
490490

491+
# -------------------------------------------------------
492+
#
493+
# Boards not yet in production
494+
#
495+
# -------------------------------------------------------
496+
491497
# -----------------------------------
492498
# Adafruit Metro nRF52840 Express
493499
# -----------------------------------
@@ -617,7 +623,7 @@ feather52833.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_
617623

618624
# -------------------------------------------------------
619625
#
620-
# Boards that aren't made by Adafruit
626+
# Boards by 3rd Party (not Adafruit)
621627
#
622628
# -------------------------------------------------------
623629

tools/makeboards.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@ def make_board(name, variant, vendor_name, product_name, boarddefine, vid, pid_l
180180
make_board("mdbt50qrx", "raytac_mdbt50q_rx", "Raytac", "nRF52840 Dongle", "MDBT50Q_RX",
181181
"0x239A", ["0x810B", "0x010B", "0x810C"])
182182

183+
print()
184+
print("# -------------------------------------------------------")
185+
print("#")
186+
print("# Boards not yet in production")
187+
print("#")
188+
print("# -------------------------------------------------------")
189+
183190
make_board("metro52840", "metro_nrf52840_express", "Adafruit", "Metro nRF52840 Express", "NRF52840_METRO",
184191
"0x239A", ["0x803F", "0x003F", "0x0040", "0x8040"])
185192

@@ -191,7 +198,7 @@ def make_board(name, variant, vendor_name, product_name, boarddefine, vid, pid_l
191198
print()
192199
print("# -------------------------------------------------------")
193200
print("#")
194-
print("# Boards that aren't made by Adafruit")
201+
print("# Boards by 3rd Party (not Adafruit)")
195202
print("#")
196203
print("# -------------------------------------------------------")
197204

0 commit comments

Comments
 (0)