-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add basic Pybadge board definition #1600
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
Conversation
We'll wait for your word that it's working before merging. |
This was done during the PyCascades sprint, using a board borrowed from @tannewt that I no longer have access to. |
Currently boots on board and can connect to REPL, but does not appear as mountable drive in OS. Starting REPL gives the following error message: ``` You are running in safe mode which means something unanticipated happened. Looks like our core CircuitPython code crashed hard. Whoops! Please file an issue at https://github.com/adafruit/circuitpython/issues with the contents of your CIRCUITPY drive and this message: Crash into the HardFault_Handler. ```
@dhalbert I've fixed this up and am passing tests. |
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.
I wonder if the reset_port()
on initial board startup might fix some stuff, like maybe #1626.
#1626 fixed in a more obvious way 😃 . Never mind about that. |
Currently boots on board and can connect to REPL,
but does not appear as mountable drive in OS.
Starting REPL gives the following error message: