myriadrf / libxtrx

High-level XTRX API library
Apache License 2.0
28 stars 27 forks source link

Fix division by zero bug when using SoapySDR and add build instructions for Ubuntu 19.04 #14

Closed bkerler closed 5 years ago

bkerler commented 5 years ago

Added build instructions for Ubuntu 19.04

bkerler commented 5 years ago

This fix addresses the issue if frequency is set before samplerate, resulting in fref to be zero, thus the application will crash due to division by zero in liblms7002m.c, function lms7_pll_calc.

chemeris commented 5 years ago

Please split the pull requests into documentation and bugfix.

For the documentation, I don't think it makes sense to have detailed build instructions for all libraries here in libxtrx.

bkerler commented 5 years ago

Ok, will do.

chemeris commented 5 years ago

And for each bug please submit a separate pull request.