Re: [sigrok-devel] Fwd: Re: generic iio driver draft

2016-01-04 Thread Marc Titinger
On 03/01/2016 12:44, Lars-Peter Clausen wrote: > Hi, > > On 12/31/2015 02:53 PM, Marc Titinger wrote: >> >> On behalf of Hubert Chaumette (author) >> >> >> Clarification on usage: >> >> 'conn' was used for the IP in previous iteration

[sigrok-devel] Fwd: Re: generic iio driver draft

2015-12-31 Thread Marc Titinger
On behalf of Hubert Chaumette (author) Clarification on usage: 'conn' was used for the IP in previous iterations, but the current code uses libiio's IIOD_REMOTE variable for that. Instead, conn is now used to choose a device, on branch generic-iio. This example should be: $ IIOD_REMOTE=$IP_OF_

[sigrok-devel] generic iio driver draft

2015-12-30 Thread Marc Titinger
Hello Sigrok community, this is to share some work we've done to enable IIO devices with Sigrok. In the current state, this is a generic driver (src/hardware/generic-iio) that will map the IIO scan_elements into sigrok channels. it can be pulled from: https://github.com/BayLibre/libsigrok.git