summaryrefslogtreecommitdiff
path: root/gr-uhd
AgeCommit message (Collapse)Author
2011-09-24gr-uhd: remove unused _tmp_buffs variableThomas Tsou
The code section that used this variable was removed in Commit 081497e7 "uhd: work on gr_uhd_source work() function to reduce latency"
2011-09-24uhd: added kwargs to construct individual struct elements in tune_request_tJosh Blum
2011-09-05Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_permutation.h
2011-08-22Merge branch 'master' into nextJohnathan Corgan
2011-08-22gr-uhd: readd displaced alias for single_usrp_sinkThomas Tsou
Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block"
2011-08-20uhd: changes to support amsg block w/ cmakeJosh Blum
2011-08-20Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-08-19Merge branch 'master' into nextJohnathan Corgan
2011-08-19Merge remote branch 'ttsou/async'Johnathan Corgan
2011-08-19Revert "gr-uhd: post received async messages to user supplied msg queue"Johnathan Corgan
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655.
2011-08-19gr-uhd: add async metadata source blockThomas Tsou
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue.
2011-08-13Merge branch 'master' into nextJohnathan Corgan
2011-08-13gr-uhd: post received async messages to user supplied msg queueJohnathan Corgan
2011-08-02cmake: language tweak for component group descriptionJosh Blum
2011-07-28Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-27Merge branch 'master' into nextTom Rondeau
* master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd
2011-07-27Fixed doxygen warning in gr-uhdTom Rondeau
2011-07-26Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-26Merge branch 'master' into nextTom Rondeau
* master: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order.
2011-07-26Merge branch 'maint'Tom Rondeau
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h
2011-07-26doxygen: fixed doxygen warnings.Tom Rondeau
2011-07-22uhd: also setup uhd library linking for swigJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-17Merge branch '8psk' into nextTom Rondeau
Conflicts: gr-msdd6000/src/Makefile.swig.gen
2011-07-03gr: added to the .gitignores to various components for in-tree buildsJosh Blum
2011-07-03uhd: typo fix for initing a new clock_config()Josh Blum
2011-06-29uhd: added per motherboard reference source option (includes mimo cable)Josh Blum
2011-06-14uhd: simplify the work function, added TODOs for tagsJosh Blum
2011-06-13Merge branch 'master' into 8pskTom Rondeau
Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t
2011-06-09gr-uhd: enable 8 channels in grc uhd blocksJosh Blum
2011-06-03Merge branch 'master' into 8pskTom Rondeau
2011-05-17gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵Tom Rondeau
specified; proper name for tune result.
2011-05-13Merge branch 'master' into 8pskTom Rondeau
2011-05-10gr-uhd: fixed apps Makefile for distribution.Tom Rondeau
2011-05-10gr-uhd: adding gitignore file to uhd apps dir.Tom Rondeau
2011-05-10gr-uhd: Makefile.am for UHD apps.Tom Rondeau
2011-05-10gr-uhd: UHD version of usrpx_rx_cfile.py.Tom Rondeau
2011-05-10gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau
2011-05-10gr-uhd: adding uhd_fft.py appTom Rondeau
2011-05-08Merge branch 'master' into 8pskTom Rondeau
2011-05-08build: committing updated Makefile.swig.gen files.Tom Rondeau
2011-04-18Expose named gain stages in gr-uhd via swigJason Abele
2011-04-18Added necessary swig to get i2c_writes through dboard_ifaceJason Abele
2011-04-13uhd: added package config file support for libgnuradio-uhdJosh Blum
2011-03-30build: add missing linker defines for Win32Don Ward
2011-03-28uhd: cleanup uhd usrp source/sink with virtual inheritanceJosh Blum
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed.
2011-03-12uhd: use %ignore to hide warnings and fix errorsJosh Blum
2011-03-07uhd: fix generation typo on uhd grc blocks io directionJosh Blum
2011-03-01uhd: work on gr_uhd_source work() function to reduce latencyJosh Blum
Wait on a single packet to become ready, then receive available packets without timeout.
2011-02-28uhd: only set has_time_spec when nchan > 1Josh Blum
Its important for multi-channel continuous, but not wanted in single-channel non-continuous.