Closed jannic closed 3 months ago
embedded_io::Write::write(buf) should not block until the full buffer was written. Instead, it should only block until at least one byte was written.
(See https://github.com/rp-rs/rp-hal/pull/837#issuecomment-2305371353)
Fixes https://github.com/rp-rs/rp-hal/issues/840
embedded_io::Write::write(buf) should not block until the full buffer was written. Instead, it should only block until at least one byte was written.
(See https://github.com/rp-rs/rp-hal/pull/837#issuecomment-2305371353)