Re: [sigrok-devel] libserialport gtkmm and freebsd

2017-09-14 Thread Uwe Hermann
Hi, On Sat, Aug 19, 2017 at 01:14:20PM +0300, Boris Samorodov wrote: > Hm, libserialport.pc does not mention this. Should it (at FreeBSD)? Yes, this was indeed missing from libserialport.pc. Fixed in git now, thanks! This will be part of the next tarball release as well. Uwe. -- http://herman

Re: [sigrok-devel] [PATCH libsigrok] Pulseview crashes on connecting to original DSLogic

2017-09-14 Thread Uwe Hermann
Hi, On Mon, Aug 14, 2017 at 03:00:00AM +1000, James Churchill wrote: > Fixed a tiny bug in the driver for the DSLogic that set the initial voltage > threshold to an invalid value (1.5 instead of 1.4, yikes), which causes > sr_config_get to return SR_ERR_BUG when it's retrieved. Confirmed, thanks