summaryrefslogtreecommitdiff
path: root/gr-uhd
AgeCommit message (Collapse)Author
2012-04-05Merge branch 'master' into nextJohnathan Corgan
2012-04-05gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵Nicholas Corgan
serial
2012-04-05gr-uhd: minor aesthetic and consistency changesNicholas Corgan
2012-04-04Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan
user's UHD version and USRP configuration
2012-04-03Merge branch 'master' into nextJohnathan Corgan
2012-04-03gr-uhd: corrected get_usrp_info descriptionNicholas Corgan
2012-04-03gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan
enough version of UHD
2012-04-03gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵Nicholas Corgan
list_property_tree and get_usrp_info functions
2012-04-03Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau
Conflicts: CMakeLists.txt
2012-04-03examples: Reworked locations and installation of examples.Tom Rondeau
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
2012-04-02Move uhd_siggen_base python file into gnuradio.uhd space.Tom Rondeau
2012-04-02fixes to uhd_siggen with base class.Tom Rondeau
2012-04-02build: removed .py extensions from uhd and shd installed Python programs.Tom Rondeau
2012-04-02Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-uhd/swig/uhd_swig.i
2012-04-02gr-uhd: Python users can now grab their current UHD version as a stringNicholas Corgan
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
2012-03-27Merge branch 'master' into nextJohnathan Corgan
2012-03-27Merge branch 'maint'Johnathan Corgan
2012-03-27uhd: fix dc offset call in uhd sourceJosh Blum
SWIG/python cannot differentiate the calls set_dc_offset with an complex number or a boolean paramater. It seems to take the boolean as a complex number 1 or 0. Since the overloading is not working right: renamed set_dc_offset to set_auto_dc_offset for the boolean enable/disable paramater
2012-03-24Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-uhd/lib/Makefile.am
2012-03-24Merge remote branch 'jblum/mergeme_uhd'Johnathan Corgan
2012-03-24Merge branch 'maint'Johnathan Corgan
2012-03-23uhd: finite_acquisition_v timeout should be >> than stream timeJosh Blum
2012-03-23uhd: add a flush to finite_acquisition_vJosh Blum
2012-03-23uhd: perform abi compat check before making a blockJosh Blum
2012-03-23uhd: added set_start_time calls to source/sinkJosh Blum
2012-03-23uhd: added multi-finite-aquisitionJosh Blum
2012-03-23uhd: fix device_addr init issueJosh Blum
2012-03-16Merge branch 'master' into nextJohnathan Corgan
2012-03-16uhd: conditionalize set_user_register call on availability in UHD APIJohnathan Corgan
2012-03-13Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-registerJohnathan Corgan
2012-02-20uhd: updated uhd programs to use stream_args concept from command line for ↵Marcus Leech
more than just setting the scalar.
2012-02-14Merge branch 'master' into nextJohnathan Corgan
2012-02-14Merge branch 'maint'Johnathan Corgan
2012-02-14uhd: fix source block xml file generationMichael Dickens
2012-02-01Merge branch 'master' into nextTom Rondeau
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.