Robin Getz
Robin Getz
I have a few gerbers from Allegro, which fail to render/load. Entire fab package: [cn0536-designsupport.zip](https://github.com/tracespace/tracespace/files/6881161/cn0536-designsupport.zip) specific files: * `CN0536-DesignSupport/fab/1_primary.art` * `CN0536-DesignSupport/fab/l2_gnd.art` * `CN0536-DesignSupport/fab/l3_vcc.art` * `CN0536-DesignSupport/fab/l4_secondary.art` * `CN0536-DesignSupport/fab/silk_prm.art` * `CN0536-DesignSupport/fab/silk_sec.art` *...
I don't think this is exactly what we want - but I have found this helpful, and didn't want to loose it in re-basing... -Robin
## Error handling Typically libiio functions return 0 on success or a negative error code on failure. These negative error codes relate to system error code, which can be multiplied...
with so many people working on libiio, It's time to put some formatting rules in place... I was looking at clang-format, since we can include that as a pull request...
On this line of code: `sscanf(ptr, "%08" PRIx32, &mask[i - 1]);` I'm getting a flagged: ``` The scanf() family's %s operation, without a limit specification, permits buffer overflows (CWE-120, CWE-20)....
In order to see what instruments people are using, and what we should focus on more, we need to have the option for an opt-in, automatic statistics gathering. This could...
The existing autoset button is pretty far down in the list on the right hand side - it could be on the top (by the run button)... People seem to...
Most (all) digital oscilloscopes have a variety of different acquisition modes. Acquisition modes are tuned sampling algorithms that give you unique insights into signals. By varying the sample rate of...
Inspired by #821,  I started poking around, and ran into this: https://github.com/JohnDTill/YAWYSIWYGEE  Allowing the use of symbols (  might make some equations easier to debug, and understand....
Phase Measurements on scope channels. In most time domain scopes, there is the ability to measure "phase" difference between two signals (or a single channel, and a reference or math...