]> sigrok.org Git - libsigrok.git/commit
sysclk-lwla: Implement SR_CONF_LIMIT_MSEC.
authorDaniel Elstner <redacted>
Sat, 18 Jan 2014 15:08:39 +0000 (16:08 +0100)
committerDaniel Elstner <redacted>
Sat, 18 Jan 2014 15:08:39 +0000 (16:08 +0100)
commit29d587670df54e6dce281e942d1da0c0ee5a74f3
treec23e3523e5ee0706360cdc1da599eb3fe305ccc9
parent17794067f96fd2b6f55b49bfcc2ce08e6edf57e5
sysclk-lwla: Implement SR_CONF_LIMIT_MSEC.

Allow the acquisition to be constrained by time in addition to
a sample count limit.  Since the LWLA protocol actually provides
only a duration natively, implement the sample count limit on top
of the new duration limit.

With this change, limiting an acquisition in external clock mode
should finally work properly.
hardware/sysclk-lwla/api.c
hardware/sysclk-lwla/protocol.c
hardware/sysclk-lwla/protocol.h