-
Notifications
You must be signed in to change notification settings - Fork 473
add MyMakers RP2040 board #2692
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
tools/makeboards.py
Outdated
@@ -684,6 +684,9 @@ def MakeBoardJSON(name, chip, vendor_name, product_name, vid, pid, pwr, boarddef | |||
MakeBoard("generic", "rp2040", "Generic", "RP2040", "0x2e8a", "0xf00a", 250, "GENERIC_RP2040", 16, 0, "boot2_generic_03h_4_padded_checksum") | |||
MakeBoard("generic_rp2350", "rp2350", "Generic", "RP2350", "0x2e8a", "0xf00f", 250, "GENERIC_RP2350", 16, 8, "none") | |||
|
|||
# MyMakers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there, but we keep things alphabetized in the menus. Please move this to after the Olimex board and re-run and commit. OTW, looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olimex
MakeBoard("olimex_rp2040pico30_2mb", "rp2040", "Olimex", "RP2040-Pico30 2MB", "0x15ba", "0x0026", 250, "OLIMEX_RP2040_PICO30_2MB", 2, 0, "boot2_w25q080_2_padded_checksum")
MakeBoard("olimex_rp2040pico30_16mb", "rp2040", "Olimex", "RP2040-Pico30 16MB", "0x15ba", "0x0026", 250, "OLIMEX_RP2040_PICO30_16MB", 16, 0, "boot2_w25q080_2_padded_checksum")
MyMakers
MakeBoard("MyRP_bot", "rp2040", "MyMakers", "RP2040", "0x2e8a", "0x000a", 250, "MyRP_2040", 2, 0, "boot2_generic_03h_4_padded_checksum")
Is this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It took some time but looks like we got there in the end!
Thank you so much
เมื่อ อ. 17 ธ.ค. 2567 เวลา 10:13 Earle F. Philhower, III <
***@***.***> เขียนว่า:
… ***@***.**** approved this pull request.
It took some time but looks like we got there in the end!
—
Reply to this email directly, view it on GitHub
<#2692 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APWTIUYJ4RGECHFZNKY77HT2F6JGTAVCNFSM6AAAAABTVGA2EGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKMBXG43DAMZTHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The MyMakers RP2040 board is developed for use in studying the creation and programming of small robot controllers. for students It is distributed in public places.