]> sigrok.org Git - libsigrok.git/commit
serial_libsp: move libserialport specific code to separate source file
authorGerhard Sittig <redacted>
Fri, 17 Mar 2017 21:15:37 +0000 (22:15 +0100)
committerUwe Hermann <redacted>
Sun, 2 Jun 2019 18:39:02 +0000 (20:39 +0200)
commitae4c1fb6375473169a92bd227aecfe88a311caa0
tree03a501eb2016dccf8b6dcc9a3a6374bafcc5d314
parent639c6f61c32e508e2d8e2330a7f21cb15e29c294
serial_libsp: move libserialport specific code to separate source file

Introduce a new serial_libsp.c source file, and move code from serial.c
there which is specific to libserialport. Keep the existing serial.c API
in place, this is a pure internal refactoring.

Adjust a little whitespace while we are here. Rearrange long lines to
keep related parameter groups adjacent (like pointer and size, or UART
frame length and flow control). Consistently reduce indentation of
continuation lines.
Makefile.am
src/libsigrok-internal.h
src/serial.c
src/serial_libsp.c [new file with mode: 0644]