Skip to content

Add custom RP2040 based devboard called "The Breadboard+" (with ESP-WROOM-C3, but using micropython for that due to needing to flash over UART) #10512

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

its-kronos
Copy link

Thanks for submitting a pull request to CircuitPython! Remove these instructions before submitting.

See https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github for detailed instructions.

  • Consider whether to submit this PR against main or against (if it exists) the branch for the current stable release or an upcoming minor release. The branch will be named i.j.x, for example, 9.2.x. Bug fixes and minor enhancements can be submitted against the stable release branch, and will be merged to main regularly.
  • Create your own fork of circuitpython and create a branch for your changes.
  • Use pre-commit to check your commits before submitting. See https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github/check-your-code.
  • Test your changes and tell us how you tested.

@its-kronos
Copy link
Author

tested my changes on my custom devboard with code that communicates by UART to secondary MCU. I used names such as Board.WIFI and set it to true to see if the secondary MCU would enable

The code ended up working

@its-kronos its-kronos marked this pull request as ready for review August 7, 2025 18:49
@tannewt
Copy link
Member

tannewt commented Aug 8, 2025

Please use a unique USB PID. (That's why the CI tests are failing.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants