]> sigrok.org Git - libsigrok.git/commit
microchip-pickit2: first driver implementation (acquisition works, triggers don't)
authorGerhard Sittig <redacted>
Tue, 11 Dec 2018 14:14:13 +0000 (15:14 +0100)
committerUwe Hermann <redacted>
Thu, 20 Dec 2018 15:19:42 +0000 (16:19 +0100)
commitbde6a99b33fd520152c05183f5b80cff63d75675
treec93815e7c590b97a73b96f1a3c97cb5508c209f5
parenta5c0259c4ab9d3f7807e8d748551ae209ae69e4e
microchip-pickit2: first driver implementation (acquisition works, triggers don't)

Fill in the scan, open/close, get/set/list, acquisition start/stop logic
such that data acquisition with a PICkit2 works.

Trigger support needs more attention. User specified triggers either
seem to not take effect, or the trigger position is not in the expected
location. It's yet to get determined what's the issue.

This implementation is based on protocol information gathered from the
pk2-la project.
src/hardware/microchip-pickit2/api.c
src/hardware/microchip-pickit2/protocol.c
src/hardware/microchip-pickit2/protocol.h