Re: [sigrok-devel] PATCH: ols: send CMD_RESET on acquisition stop

2020-09-27 Thread Ben Gardiner
Oops, I didn't pick up on the ols_send_reset() existing function, using it instead makes total sense. Thank you, Gerhard, that leaves only 'PATCH: sp: clear HUPCL to preserve control lines on close' to get stable SUMP on JTAGULATOR working in sigrok :) Best Regards, Ben Gardiner On Sun, Sep 27,

Re: [sigrok-devel] PATCH: ols: send CMD_RESET on acquisition stop

2020-09-26 Thread Gerhard Sittig
On Thu, 2020-09-24 at 08:57 -0400, Ben Gardiner wrote: > > Sending CMD_RESET will interrupt armed/untriggered acquisitions which is > very useful in Pulseview sessions since, without this, a next 'run' will > hang. Merged in 6d8182b643ae, thank you. Have amended your commit to improve robustness,

[sigrok-devel] PATCH: ols: send CMD_RESET on acquisition stop

2020-09-24 Thread Ben Gardiner
Sending CMD_RESET will interrupt armed/untriggered acquisitions which is very useful in Pulseview sessions since, without this, a next 'run' will hang. Signed-off-by: Ben Gardiner CC: Joe Grand --- https://github.com/BenGardiner/libsigrok/commit/6d8182b643ae883c20ace79e6de1521035042b56 _