-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Added New Board - Cytron Maker Pi RP2040 #4824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added New Board - Cytron Maker Pi RP2040 #4824
Conversation
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.
Thank you! I have one requested change for you to make.
I'm wondering if there is a way to bundle a library together for this board? |
yes you can by 'freezing' a library - then it will be automatically included in the firmware |
Thanks. Should I submit another pull request or just modify this one? |
keep modifying this one until its exactly how you want it! |
Alright. Will update here once it's done. |
How about the library which is not in the frozen library list? We use that to generate tone for the buzzer. |
you can add any library by using git submodule to add it :) |
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.
Thank you. This looks OK to me now. This can be merged once the automatic Checks have passed.
Thanks a lot. |
Added the definition for Cytron Maker Pi RP2040.