sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
263 stars 125 forks source link

SAMD21: Increase UART buffer size to 256 bytes (from 64 bytes) #94

Closed sandeepmistry closed 2 years ago

sandeepmistry commented 2 years ago

The upstream ArduinoCore-samd increased the UART buffer size in https://github.com/arduino/ArduinoCore-samd/commit/da9bfe8cf9aa92dc0e4f480be44fcecd5efe1604 to 256 bytes from 64 bytes (and later fixed a regression in https://github.com/arduino/ArduinoCore-samd/pull/651).

Would it be possible to get this change (or an equivalent) ported over?

edspark commented 2 years ago

Thanks for bringing this to our attention. It has been fixed here.