Skip to content
Snippets Groups Projects
Verified Commit 48a84389 authored by danukeru's avatar danukeru Committed by rahix
Browse files

feat(serial): Funnel writes through a stream-buffer


Previously, race-conditions between multiple serial writes could lead to
memory corruption and weird artifacts like I2C getting stuck.  This
patch introduces a write-streambuffer which queues all messages.

Co-authored-by: default avatarRahix <rahix@rahix.de>
Signed-off-by: default avatardanukeru <danukeru@foulab.org>
parent c0ba5e0c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment