summaryrefslogtreecommitdiff
path: root/gr-uhd
AgeCommit message (Collapse)Author
2012-02-01Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-02-01uhd: fix for uhd_fft to work with basicRx d'board.Marcus Leech
2012-02-01uhd: fix for uhd_fft to work with basicRx d'board.Marcus Leech
2012-01-27Merge branch 'master' into nextJohnathan Corgan
2012-01-26uhd: add async message print option to appsJohnathan Corgan
2012-01-26uhd: add utility function to convert raw gr_message to async_metadata_tJohnathan Corgan
2012-01-10uhd: add API call to set user registersJohnathan Corgan
2011-12-21Merge branch 'master' into nextTom Rondeau
2011-12-21Merge branch 'maint'Tom Rondeau
2011-12-21uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py ↵Thomas Tsou
program looks like it's working again.
2011-12-20Merge branch 'master' into nextJohnathan Corgan
2011-12-17uhd: adds support for different over-the-wire data formats for UHD fft and ↵Marcus Leech
siggen apps.
2011-12-14Merge branch 'master' into nextTom Rondeau
2011-12-14Merge branch 'maint'Tom Rondeau
2011-12-14uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau
properly (patch from Sam Bretheim).
2011-12-14uhd: removes usrpm that should not have been there anymore (patch from Sam ↵Tom Rondeau
Bretheim).
2011-12-13Merge branch 'master' into nextJohnathan Corgan
2011-12-13uhd: added a finite acquisition call to usrp sourceJosh Blum
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-12-06docs: fixes some warnings.Tom Rondeau
There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
2011-12-05docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau
this forces the build system to generate these before processing the other swig files.
2011-12-04Merge branch 'more_swigness_docs'Tom Rondeau
2011-12-04docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau
to take care of it already.
2011-11-30docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau
2011-11-28docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau
directory.
2011-11-28docs: installing generated _doc.i files under autotools.Tom Rondeau
2011-11-27docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau
instructions for it.
2011-11-27docs: Adding swig doc generation to Makefile.am files.Tom Rondeau
2011-11-27docs: forgot to have the generated .i files installed.Tom Rondeau
2011-11-27docs: added python doxygen docs to gr-uhdTom Rondeau
2011-11-27uhd: cleanup some -Wall warningsJosh Blum
2011-11-26uhd: patch from Marcus Leech to add FFT update rate and averating on/off to ↵Tom Rondeau
command line options of uhd_fft.py.
2011-11-07uhd: change examples to use new stream apiJosh Blum
2011-11-07uhd: added docs and removed unimplemented options in grc filesJosh Blum
2011-11-07uhd: rebase tweaks + update on command featureJosh Blum
2011-11-07uhd: added set for RX/TX iq balance and dc offsetJosh Blum
2011-11-07uhd: added set/get time/clock source callsJosh Blum
2011-11-07uhd: added get_samp_rates callsJosh Blum
2011-11-07uhd: use new type string for uhd source/sink typesJosh Blum
2011-11-07uhd: grc xml tweaks + streamer argsJosh Blum
2011-11-07uhd: restored source block recv single packet functionalityJosh Blum
2011-11-07uhd: preferable defaults for stream argsJosh Blum
2011-11-07uhd: added convenience constructor to stream_args_tJosh Blum
2011-11-07uhd: python/swig/grc tweaks until it worksJosh Blum
2011-11-07uhd: backwards compat work which support streamer APIJosh Blum
2011-11-07Use start()/stop() to get midpoint of uhd rangesJason Abele
2011-11-07Set subdev spec after creating uhd source, before threads startJason Abele
Allows for more graceful exit when invalid subdev spec is used
2011-11-07Fix initial gain setting for uhd_siggen[_gui].pyJason Abele
2011-11-03uhd: added buffer flush when source block is stoppedJosh Blum
This is useful for re-running the flowgraph, and avoids the problem of old data on the next run.
2011-10-24examples: making both autotools and cmake install all the same examples.Tom Rondeau