aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16update cmake module from gnuradio masterDimitri Stolnikov1-0/+42
2013-04-16cmake: add windows dll resource fileDimitri Stolnikov1-1/+7
2013-04-10hackrf: add support for HackRF devices through libhackrfDimitri Stolnikov1-0/+24
features: - gain control for LNA & VGA - frequency error correction - automatic baseband filter - up to 20M sampling rate limitations: - no DC offset correction implemented (yet) - no RX preamplifier control (disabled by default) - high sampling rates may not work on slow machines
2013-04-09adopt gnuradio component header structureDimitri Stolnikov2-5/+5
this makes it neccessary to include headers with the osmosdr/ prefix thanks to Alexandru Csete for pointing this out.
2013-03-11add support for software IQ imbalance correctionDimitri Stolnikov1-0/+29
this functionality depend on the gr-iqbal blocks developed by Sylvain Munaut and is a compile time dependency: http://cgit.osmocom.org/cgit/gr-iqbal
2013-02-17update cmake modules from gnuradio masterDimitri Stolnikov6-29/+120
2012-11-17update cmake hints in gnuradio modulesDimitri Stolnikov2-0/+6
2012-09-30add support for MSi2500 based DVB-T dongles through libmirisdrDimitri Stolnikov1-0/+27
this has been tested with analog modes only and still has to be verified with the usual digital modes for proper implementation.
2012-06-03cmake: fix search hintsDimitri Stolnikov2-8/+8
2012-05-26osmosdr: change implementation to use libosmosdrDimitri Stolnikov1-0/+27
2012-05-12uhd: added UHD as dependency for the gr-uhd based moduleDimitri Stolnikov1-0/+28
this may be required for compilation since the gnuradio trunk doesn't provide UHD's include path via pkg-config.
2012-05-12cleanup cmake files, remove libusb moduleDimitri Stolnikov1-28/+0
2012-04-29strip whitespaceDimitri Stolnikov4-16/+16
2012-04-26update build system to check for component dependenciesDimitri Stolnikov4-0/+259
this will only enable components if the dependencies were met.
2012-04-06initial commitDimitri Stolnikov12-0/+1148