Skip to content

Fix C3 when pasting 128+ characters #6688

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 1 commit into from
Aug 3, 2022

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Aug 2, 2022

The ringbuf used to fill up and the recv interrupt would block CP.
Now it'll disable the interrupt until we have enough room in the
ringbuf.

Fixes #6678

The ringbuf used to fill up and the recv interrupt would block CP.
Now it'll disable the interrupt until we have enough room in the
ringbuf.

Fixes micropython#6678
@tannewt tannewt requested a review from jepler August 2, 2022 22:26
@RetiredWizard
Copy link

RetiredWizard commented Aug 3, 2022

I tested this and had no problems pasting 400 lines of python code into a QT Py C3 via puTTY

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.

Approving on the strength of @RetiredWizard's testing -- thanks!

@dhalbert dhalbert merged commit 767234e into adafruit:main Aug 3, 2022
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.

C3 hangs on multiline paste
3 participants