Re: [sigrok-devel] generic iio driver follow up

2016-06-09 Thread Lars-Peter Clausen
On 06/09/2016 05:27 PM, Neil Armstrong wrote: > Hi Sigrok community, > > This is a follow-up from the first draft of a Generic IIO driver for Sigrok > posted at [1]. > > Since, I made a backport for the 0.3.0 release and PPA packages to run it on > current Ubuntu distributions. > > The 0.4.0 v

Re: [sigrok-devel] generic iio driver follow up

2016-06-09 Thread Lars-Peter Clausen
Hi, Thanks for the update. I also did some work on the what Hubert released this year. Part of this I created a generic software event based session source. It's cross platform and even works on Windows. You can find it here: https://github.com/analogdevicesinc/libsigrok/tree/sr_event The other

[sigrok-devel] generic iio driver follow up

2016-06-09 Thread Neil Armstrong
Hi Sigrok community, This is a follow-up from the first draft of a Generic IIO driver for Sigrok posted at [1]. Since, I made a backport for the 0.3.0 release and PPA packages to run it on current Ubuntu distributions. The 0.4.0 version is on-going but our ultimate goal is to have it upstreame

Re: [sigrok-devel] [PATCH 0/5] refactor the new-driver tool

2016-06-09 Thread Uwe Hermann
Hi, On Mon, May 30, 2016 at 10:00:41PM +0200, david.dou...@sdfa3.org wrote: > This series of patches does several quick reafactorings of the new-driver > tool. First is a fix to make it work again after changeset dd5c48a6 in > libsigrok. > > Then I propose several code refactorings and cleanups.