kylex
kylex
This was made using scripting and I'm not sure I have checked all lines manually yet. I avoided adv7511 for now since it doesn't use types from stdint.h. I create...
Hi, IIO-Oscilloscope doesn't fill in values on start. I have rewritten the iio_read_all_attr() and iio_write_all_attr() functions. With these in place the values are populated correctly. My libiio/iio-scope version doesn't send...
I have problems getting the no-OS code running on AD9364. It seems there's an issue with the axi_dac_init() code which gave me CPU exceptions (division by 0). Only tested on...
Hi, I have introduced iio_snprintf which should detect when buffer is too small and return error. What do you think about it? > Quote from 'man snprintf': > > The...
This is apparently not documented in any public document. Please see https://github.com/analogdevicesinc/ad936x-filter-wizard/issues/43. This adds check to make sure the Rx and Tx number of FIR taps matches. Signed-off-by: Alexander Vickberg
Hi, I've tried to get [analogdevicesinc/no-OS](https://github.com/analogdevicesinc/no-OS) running on Linux (ZedBoard+fmcomms4) and the device tree wants to load this driver, e.g.: https://github.com/analogdevicesinc/linux/blob/7eb17ecb729e058e1a4c645b9d35d98b20a8226c/arch/arm/boot/dts/zynq-zed-adv7511-ad9361-4-fmcomms2-3-4-userspace.dts#L65-L70 However there's a bug in allocating which leads to...
Hi, I generated a filter (Tx) which returned 128 taps with first and last 8 taps all zeros. I wonder if this is expected and if there's any reason it...
Would this be enough to fix #28? Is this too naive and I'm missing something? Signed-off-by: Alexander Vickberg
Latest release is 17.2.1 but in Matlab version 16.1.3 is displayed
Fixes building on systems with non-bash default shell.