libsigrok/hardware/sysclk-lwla
Daniel Elstner 2cfd16a316 sysclk-lwla: Streamline packet output logic.
(process_sample_data): When expanding run-length samples into
session packets, calculate the number of samples to write in
advance while honoring all constraints.  This is cleaner than
checking constraints within the expansion loop.  Also, the new
logic always fills up packets exactly to whatever limit applies
first, thereby removing the need for truncation after the fact.
2014-01-18 17:36:23 +01:00
..
Makefile.am sysclk-lwla: Implement support for the LWLA1034. 2014-01-14 19:33:31 +01:00
api.c sysclk-lwla: Implement SR_CONF_LIMIT_MSEC. 2014-01-18 16:08:39 +01:00
lwla.c sysclk-lwla: Utility functions clean-up and semantic fixes. 2014-01-15 21:44:59 +01:00
lwla.h sysclk-lwla: Implement support for the LWLA1034. 2014-01-14 19:33:31 +01:00
protocol.c sysclk-lwla: Streamline packet output logic. 2014-01-18 17:36:23 +01:00
protocol.h sysclk-lwla: Streamline packet output logic. 2014-01-18 17:36:23 +01:00