aboutsummaryrefslogtreecommitdiffstats
path: root/lib/airspy
AgeCommit message (Expand)AuthorFilesLines
2020-08-03cmake: actually make linking workEric Wild1-1/+1
2020-08-03Remove unused imports of endian.hpp.Wim Lewis1-1/+0
2020-08-02A lot of Boost functionality is available in C++11. Since GNU Radio is moving...Clayton Smith2-5/+6
2020-08-02cmake: Go back CMake min ver. 3.8 by removing need for CMP0079Piotr Krysik1-1/+1
2020-02-16airspy: fix cmake target_link_librariesClayton Smith1-1/+1
2020-02-16build: Update build system to GR 3.8 standardsSylvain Munaut1-8/+9
2020-02-16build: Update CMakeLists.txt copyright headerSylvain Munaut1-4/+4
2017-02-27airspy: correct gcc6 warningsDimitri Stolnikov1-7/+18
2017-02-27Custom FIR kernels for Airspy.Alexandru Csete2-1/+149
2016-02-28airspy: Option pack={0,1} to enable USB bit packingDimitri Stolnikov1-0/+10
2016-01-10airspy: implement sensitivity and linerity gain profiles for set_gain()Dimitri Stolnikov2-32/+71
2015-05-13airspy: comment on used gain valuesDimitri Stolnikov1-0/+2
2015-05-12airspy: query supported samplerates from the firmwareDimitri Stolnikov2-13/+39
2014-12-16airspy: increase version string size to 128Dimitri Stolnikov1-1/+1
2014-11-27airspy: implement DC bias controlDimitri Stolnikov1-0/+7
2014-11-27airspy: remove deprecated init/exit callsDimitri Stolnikov2-42/+0
2014-11-27airspy: add support for 2.5MSPS rate (requires production firmware)Dimitri Stolnikov1-7/+18
2014-02-09airspy: add support for AirSpy wideband receiverDimitri Stolnikov3-0/+792