aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fcd/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-07-14fcd: add support for FUNcube Dongle Pro+Dimitri Stolnikov1-4/+15
The gnuradio block https://github.com/dl1ksv/gr-fcdproplus must be installed before building gr-osmosdr. Available named gains: Dongle Classic: LNA: -5 to 30 dB, in 2.5 dB steps MIX: 4 or 12 dB Dongle Pro+: LNA: 0 or 1, meaning off/on only. no information about real values. MIX: 0 or 1, meaning off/on only. no information about real values. BB: 0 to 59 dB, in 1 dB steps This patch also introduces optional "device" and "type" arguments which allow to override the values automatically picked by gr-osmosdr: osmocom_fft -a "fcd,device=hw:2,type=2" The "device" argument overrides the audio device used by the underlying driver to access the dongle's IQ sample stream. The "type" argument selects the dongle type, 1 for Classic, 2 for Pro+. Thanks to Alexey Bazhin for the initial patch and Volker Schroer for testing.
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov1-1/+1
- the namespace conversion adopts the common gnuradio coding guidelines - suffix removal is a preparation to support 8/16 bit complex data types
2013-03-12remove APPEND from include_directoriesDimitri Stolnikov1-1/+1
2012-05-12uhd: added UHD as dependency for the gr-uhd based moduleDimitri Stolnikov1-1/+4
this may be required for compilation since the gnuradio trunk doesn't provide UHD's include path via pkg-config.
2012-05-12append dependency include dirs when building componentsDimitri Stolnikov1-1/+1
2012-04-26fcd: add initial component filesDimitri Stolnikov1-0/+35