Add a read wake up the feather52 console.#69
Open
gpshead wants to merge 1 commit intoscientifichackers:masterfrom
Open
Add a read wake up the feather52 console.#69gpshead wants to merge 1 commit intoscientifichackers:masterfrom
gpshead wants to merge 1 commit intoscientifichackers:masterfrom
Conversation
My Adafruit Feather nRF52 doesn't seem to wake up to the serial console connection until a read is performed. Adding this fixes ampy for me. (it is running the circuitpython 3.x branch from today under the 2.0.1 bootloader)
Collaborator
|
Hiya! Thank you for your contribution. We are discontinuing support for ampy, and will no longer be maintaining it. We are leaving this repository available for continued use. If you would like to take over supporting it, please contact us on the Adafruit Discord server and we can transfer the repository to you. |
Member
|
@youngsu999 You seem to have the same issue, does this solution work for you? I see that you wrote a solution yourself at #71. This one looks a lot cleaner, so please confirm if this works for you as well. |
|
@devxpy I'm sorry late response because of business trip. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My Adafruit Feather nRF52 doesn't seem to wake up to the serial console connection until a read is performed. Adding this fixes ampy for me. (it is running the circuitpython 3.x branch from today under the 2.0.1 bootloader)