summaryrefslogtreecommitdiff
path: root/gr-uhd/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github/pr/1437'Johnathan Corgan2017-10-052-1/+15
|\
| * uhd: Parametrize recv timeout and single-packet optionMartin Braun2017-08-212-1/+15
* | gr-uhd: Added modification to UHD message-based tuning which will allow for t...Jacob Gilbert2017-09-126-20/+38
|/
* Merge branch 'maint'Johnathan Corgan2017-07-131-1/+2
|\
| * uhd: Fixed tx streamer creation in usrp_sinksugandhagupta2017-07-071-1/+2
* | cmake: add log4cpp to runtime includesBastian Bloessl2017-03-221-4/+0
* | cmake: clean upBastian Bloessl2017-03-221-2/+0
* | uhd: Always query current frequency when outputting tagsMartin Braun2017-02-242-5/+1
|/
* Merge branch 'maint'Johnathan Corgan2016-12-132-2/+5
|\
| * gr-uhd: disable boost thread interrupts during send() and recv() calls in work()Andrej Rode2016-12-092-2/+5
* | uhd: Use UHDs internal normalized gain methodsMartin Braun2016-12-112-0/+16
|/
* uhd: Replace zero-timeout double-recv() with one recv() callMartin Braun2016-09-232-11/+11
* uhd: re-Fix order of include dirs done in 7ad6ff1b such that UHD_INCLUDE_DIRS...Michael Dickens2016-09-191-1/+1
* Merge branch 'maint'Johnathan Corgan2016-09-151-1/+1
|\
| * uhd: Fix order of include dirsMartin Braun2016-09-151-1/+1
* | gr-uhd: create tag when issuing stream commandjohschmitz2016-07-111-0/+1
|/
* Added controls for importing, exporting, and sharing LOsDerek Kozel2016-05-234-2/+115
* uhd: add command handler to add a time tagNathan West2016-05-022-0/+10
* Revert "Merge remote-tracking branch 'dkozel/uhd_lo_api'"Johnathan Corgan2016-04-274-112/+2
* Added controls for importing, exporting, and sharing LOsDerek Kozel2016-04-254-2/+112
* gr-uhd: add parameter to enable/disable streaming when flowgraph startsJohannes Schmitz2015-12-162-16/+23
* Check RX/TX streamers::sptr before flush/resetMarcus Müller2015-12-162-4/+12
* uhd: Added controlport interface for UHD sink's "command" message handler.Tom Rondeau2015-12-062-0/+15
* uhd: Adds ControlPort support to USRP source block's command message port.Tom Rondeau2015-10-162-0/+14
* uhd: open support for controlport in static builds.Tom Rondeau2015-10-161-10/+0
* uhd: uhd_rx_cfile updatesMartin Braun2015-09-091-2/+2
* uhd: Added get_num_mboards() callMartin Braun2015-09-082-0/+7
* uhd: Expose GPIO functions through SWIGMartin Braun2015-06-112-0/+51
* uhd: Bugfix for multi-chan tune requestMartin Braun2015-05-111-1/+1
* uhd: Updated command interface to match new message command formatMartin Braun2015-05-054-83/+316
* uhd: Fixes for CID 1296559 and 1090067 and moreMartin Braun2015-05-042-1/+7
* uhd: Refactored usrp_{sink,source} blocksMartin Braun2015-04-308-837/+660
* gr_uhd: give source a headstartMarcus Müller2015-04-161-1/+1
* gr-uhd: support for IQ imbalance enable/disableJulian Arnold2015-03-242-0/+13
* uhd: adding ability to build static library of gr-uhd.Tom Rondeau2015-02-261-0/+31
* uhd: Added set_stream_args() method to sink & sourceMartin Braun2015-02-035-4/+40
* uhd: Normalized gain rangesMartin Braun2015-01-274-0/+50
* Merge branch 'maint'Tom Rondeau2014-10-062-10/+10
|\
| * Removing use of 'and', 'or', and 'not' for &&, ||, and !.Tom Rondeau2014-10-062-10/+10
* | uhd: Amends 2fd13c0c, LO lock checks need to be removed from source as well a...Martin Braun2014-09-291-14/+1
* | uhd: Removed LO lock checks at startup, are unnecessary and cause bugsMartin Braun2014-09-221-14/+1
|/
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
* | Merge branch 'maint'Tom Rondeau2014-07-311-3/+0
|\|
| * uhd: fixed tagged stream block gap handling in usrp_sinkSean Nowlan2014-07-311-3/+0
* | Revert "build: missed gnuradio-uhd in static libs build."Tom Rondeau2014-07-171-13/+0
* | Merge remote-tracking branch 'mbant/uhd/msg_format' into qt_the_thingsTom Rondeau2014-07-145-141/+445
|\ \
| * | uhd: Added checks for lock sensors.Martin Braun2014-07-085-1/+139
| * | uhd: Added more type checking and flexibility to commands and tagsMartin Braun2014-07-073-87/+104
| * | uhd: Refactored common stuff from usrp sink and sourceMartin Braun2014-07-075-65/+74