]> sigrok.org Git - libsigrok.git/commit
sysclk-lwla: Implement config_probe_set() callback.
authorDaniel Elstner <redacted>
Thu, 23 Jan 2014 01:27:58 +0000 (02:27 +0100)
committerDaniel Elstner <redacted>
Thu, 23 Jan 2014 01:36:13 +0000 (02:36 +0100)
commit43db343618e81d03aa8531b4a4ed96c250a29991
tree401410d99f7cfa08c87cb794f583ab41eb03e697
parent50cad98d1ba595d6e2da900dbe212b293a058189
sysclk-lwla: Implement config_probe_set() callback.

Move setup of channels and trigger masks to the new probe
configuration callback.  Although the actual hardware setup
still happens just before acquisition, the new approach
already has the advantage that invalid settings are caught
early.
Also, it turns out that the LWLA1034 allows triggering on
channels which are not enabled for data acquisition.  This
feature is now supported as well.
hardware/sysclk-lwla/api.c
hardware/sysclk-lwla/protocol.c
hardware/sysclk-lwla/protocol.h