]> sigrok.org Git - libsigrok.git/commitdiff
serial: introduce local receive data buffer
authorGerhard Sittig <redacted>
Sat, 30 Sep 2017 12:10:10 +0000 (14:10 +0200)
committerUwe Hermann <redacted>
Sun, 2 Jun 2019 18:39:02 +0000 (20:39 +0200)
Add a local RX buffer to the common code of libsigrok's serial layer.
Callers of the serial layer's API won't notice, this is an internal
detail of how alternative transports receive their data from the
physical line, and pass it to read() calls emitted by device drivers.

The libserialport specific code still calls into the library, and does
not use the RX buffer. Future HID and BLE support will use the buffer.


No differences found