Skip to content

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Feb 16, 2024

Once the buffer has less that an endpoint's worth, TinyUSB won't request more from the host. When that happens, ctrl-c will no longer be sent to the device and TinyUSB won't find the wanted character.

Fixes #4444

Once the buffer has less that an endpoint's worth, TinyUSB won't
request more from the host. When that happens, ctrl-c will no
longer be sent to the device and TinyUSB won't find the wanted
character.

Fixes micropython#4444
@tannewt tannewt added this to the 9.0.0 milestone Feb 16, 2024
@tannewt tannewt requested a review from dhalbert February 16, 2024 00:24
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.

You made it 128 bytes larger, as opposed to 64. I am just wondering why.

@tannewt
Copy link
Member Author

tannewt commented Feb 16, 2024

You made it 128 bytes larger, as opposed to 64. I am just wondering why.

To give it extra room. I started with 128 but changed the limit to 64 after looking at the samd21 settings.

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.

Makes sense! Thanks.

@dhalbert dhalbert merged commit cec75df into adafruit:main Feb 16, 2024
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.

REPL can get wedged on mimxrt
2 participants