Skip to content

Commit 215d513

Browse files
authored
Add files via upload
1 parent c483c2a commit 215d513

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/makeboards.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ def MakeBoardJSON(name, chip, vendor_name, product_name, vid, pid, pwr, boarddef
632632

633633
# MyMakers
634634
MakeBoard("MyRP_bot", "rp2040", "MyMakers", "RP2040", "0x2e8a", "0x000a", 250, "MyRP_2040", 2, 0, "boot2_generic_03h_4_padded_checksum")
635+
MakeBoard("MyRP_2350B", "rp2350", "MyMakers", "RP2350B", "0x2e8a", "0x1234", 500, "MYRP_2350B", 4, 8, "none", board_url="https://www.mymakers.online")
635636

636637
# Neko Systems
637638
MakeBoard("nekosystems_bl2040_mini", "rp2040", "Neko Systems", "BL2040 Mini", "0x2e8a", "0x000a", 500, "NEKOSYSTEMS_BL2040_MINI", 4, 0, "boot2_generic_03h_2_padded_checksum")
@@ -735,9 +736,6 @@ def MakeBoardJSON(name, chip, vendor_name, product_name, vid, pid, pwr, boarddef
735736
MakeBoard("generic", "rp2040", "Generic", "RP2040", "0x2e8a", "0xf00a", 250, "GENERIC_RP2040", 16, 0, "boot2_generic_03h_4_padded_checksum")
736737
MakeBoard("generic_rp2350", "rp2350", "Generic", "RP2350", "0x2e8a", "0xf00f", 250, "GENERIC_RP2350", 16, 8, "none")
737738

738-
# MyMakers
739-
MakeBoard("mymakers_rp2350b", "rp2350", "MyMakers", "RP2350B", "0x2e8a", "0x000f", 250, "MYMAKERS_RP2350B", 4, 0, "none", None, "https://www.mymakers.com/rp2350b")
740-
741739

742740
sys.stdout.close()
743741
with open(os.path.abspath(os.path.dirname(__file__)) + '/../package/package_pico_index.template.json', 'w', newline='\n') as f:

0 commit comments

Comments
 (0)