Skip to content

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

Merged
merged 9 commits into from
Mar 13, 2019
Merged

Conversation

amyreese
Copy link

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
Copy link
Collaborator

dhalbert commented Mar 1, 2019

We'll wait for your word that it's working before merging.

@amyreese
Copy link
Author

amyreese commented Mar 1, 2019

This was done during the PyCascades sprint, using a board borrowed from @tannewt that I no longer have access to.

amyreese and others added 7 commits March 12, 2019 11:12
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.
```
@tannewt
Copy link
Member

tannewt commented Mar 12, 2019

@dhalbert I've fixed this up and am passing tests.

Copy link
Collaborator

@dhalbert dhalbert left a 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.

@dhalbert dhalbert merged commit 2169a62 into adafruit:master Mar 13, 2019
@dhalbert
Copy link
Collaborator

#1626 fixed in a more obvious way 😃 . Never mind about that.

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

Successfully merging this pull request may close these issues.

3 participants