We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the v1.8.9 release of the core the default ring buffer size was set to 256: https://github.com/arduino/ArduinoCore-samd/blob/1.8.9/cores/arduino/RingBuffer.h#L26-L32
After #560 was merged it looks like this is reduced to 64 bytes now as api/RingBuffer.h is used instead of RingBuffer.h in cores/arduino/SafeRingBuffer.h: https://github.com/arduino/ArduinoCore-API/blob/master/api/RingBuffer.h#L33
api/RingBuffer.h
RingBuffer.h
This might also be related to #644
The text was updated successfully, but these errors were encountered:
UART: restore default buffer size to 256 bytes
678e3ff
Fixes arduino#650
Successfully merging a pull request may close this issue.
In the v1.8.9 release of the core the default ring buffer size was set to 256: https://github.com/arduino/ArduinoCore-samd/blob/1.8.9/cores/arduino/RingBuffer.h#L26-L32
After #560 was merged it looks like this is reduced to 64 bytes now as
api/RingBuffer.h
is used instead ofRingBuffer.h
in cores/arduino/SafeRingBuffer.h: https://github.com/arduino/ArduinoCore-API/blob/master/api/RingBuffer.h#L33This might also be related to #644
The text was updated successfully, but these errors were encountered: