Alexandru Ardelean
Alexandru Ardelean
Disabled appveyor for this repo, since it's failing anyway. For OS X builds: * i pushed a branch here, which is this one + an OS X build : https://github.com/analogdevicesinc/gr-iio/commits/staging/azure-osx...
> Disabled appveyor for this repo, since it's failing anyway. I disabled appveyor after it started. So, the failures showing up is still expected.
The commit could also use that description [from the PR]. Makes it easier to find via git log once merged.
sure: no hurry from my side; we need this into the azure-iot-sdk stuff, so these changes will pop-up after some months into our tree (after they trickle); we're still discussing...
updated based on comment;
I would maybe go for a DB-type/convention/format file (maybe not the best terminology here). So, have some sort file (json or something other) that describes TLVs. In JSON it would...
Yeah. We use JSON for a lot of stuff on OpenWRT ; it's kind of a habit for me.
So, an update from my side. This would probably need to be picked up by someone else; and probably re-designed. What happened is: I left Riverbed around December 2017. Up...
> Would suggest to "space" specific errors by adding -1000 for networking errors, and -2000 for usb errors, which then `iio_strerr()` would dispatch properly. this could work neatly i'd also...
> Should we clobber things? ummm, this has no easy answer, because there are pitfalls in both directions; if we clobber `errno`, people using `strerror()` complain they get `unknown error...