tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

samd21/samd51 UART do not support hardware flow control

Open deadprogram opened this issue 2 years ago • 1 comments

The SAMD21 and SAMD51 UART implementations do not support hardware flow control.

It turns out this is necessary for boards that have an attached NINA/ESP32 co-processor to be able to support using that processor as a Bluetooth HCI.

See https://github.com/arduino/nina-fw/blob/master/main/sketch.ino.cpp#L121-L128

deadprogram avatar Dec 28 '23 11:12 deadprogram

Support for SAMD21 is now ready merged into dev and https://github.com/tinygo-org/tinygo/pull/4077 ready for review.

deadprogram avatar Jan 08 '24 06:01 deadprogram

Completed with v0.31.0 so now closing. Thank you!

deadprogram avatar Feb 28 '24 07:02 deadprogram