aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fcd
AgeCommit message (Expand)AuthorFilesLines
2022-06-10switch to gr-funcubeEric Wild3-11/+11
2021-01-18Replace boost::shared_ptr with std::shared_ptrClayton Smith1-1/+1
2020-11-01Replace BOOST_FOREACH with range-based for loopsClayton Smith1-2/+1
2020-08-03cmake: actually make linking workEric Wild1-1/+1
2020-08-03fcd: restore support for FUNcube Dongle and Pro+Clayton Smith3-46/+7
2020-08-02cmake: Go back CMake min ver. 3.8 by removing need for CMP0079Piotr Krysik1-2/+3
2020-02-16build: Update build system to GR 3.8 standardsSylvain Munaut1-17/+17
2020-02-16build: Update CMakeLists.txt copyright headerSylvain Munaut1-4/+4
2013-07-14fcd: add support for FUNcube Dongle Pro+Dimitri Stolnikov3-38/+257
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov3-41/+41
2013-05-29convert to gnuradio 3.7 interfaceDimitri Stolnikov2-11/+11
2013-04-30source/sink: rename antennas to express their functionDimitri Stolnikov1-1/+1
2013-03-12remove APPEND from include_directoriesDimitri Stolnikov1-1/+1
2013-02-16remove unused self()Dimitri Stolnikov2-7/+0
2013-02-16remove gain_mode getter/setter where not usedDimitri Stolnikov2-12/+0
2013-01-01update tuning rangesDimitri Stolnikov1-1/+1
2012-07-01update gain namesDimitri Stolnikov1-1/+1
2012-05-20introduce device discovery apiDimitri Stolnikov1-2/+10
2012-05-17change gain mode argument to 'automatic' for clarityDimitri Stolnikov2-2/+2
2012-05-12uhd: added UHD as dependency for the gr-uhd based moduleDimitri Stolnikov1-1/+4
2012-05-12append dependency include dirs when building componentsDimitri Stolnikov1-1/+1
2012-05-05pick first device if no device arguments were specifiedDimitri Stolnikov1-23/+35
2012-05-05add api for manual gain mode controlDimitri Stolnikov2-0/+12
2012-04-28first working multichannel sourceDimitri Stolnikov2-39/+44
2012-04-26fcd: add initial component filesDimitri Stolnikov3-0/+343