TODO
This is a random list of TODO items for the code and/or ideas for improvements.
General
- Remove dependency on glib and gmodule (various reasons), at least in libsigrok, probably also in sigrok-cli.
libsigrok
- Test whether the libusb 1.0 Windows port works (seems to build fine using Mingw).
- Merge all header files in a single sigrok.h (possibly another sigrok-internal.h which is not visible to the lib users).
libsigrokdecode
- Keep this independent of libsigrok and any logic analyzer hardware. It should work purely on streams / buffers of bytes to be usable by other projects.