KarlL2
KarlL2
SoapyLMS7 implements `writeRegister` but not `writeRegisters`: https://github.com/myriadrf/LimeSuite/blob/23b6172f4a7a89ffdee45937825717baffdaba1a/SoapyLMS7/SoapyLMS7.h#L240 https://github.com/myriadrf/LimeSuite/blob/4ab24db5783ebeaf9568b07e48e7a3e9e222ec38/SoapyLMS7/Settings.cpp#L703 Is it not possible to write to several registers on the Lime with the Soapy API? Or am I missing something? This...
It's currently possible to turn the bias tee on for RX and TX, but not off. I followed the current code and just added the possibility to pass `"false"` instead...
SoapyBladeRF was updated to 0.4.2 and is available on Debian 13, but SoapySDR is still 0.8.1, meaning that `SOAPY_SDR_USER_FLAG0` & `SOAPY_SDR_USER_FLAG1` are not defined, and as a result `BLADERF_META_FLAG_RX_HW_MINIEXP1` &...