summaryrefslogtreecommitdiff
path: root/gr-uhd
Commit message (Collapse)AuthorAgeFilesLines
* gr-uhd: readd displaced alias for single_usrp_sinkThomas Tsou2011-08-221-0/+1
| | | | | | Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block"
* Merge remote branch 'ttsou/async'Johnathan Corgan2011-08-199-4/+162
|\
| * gr-uhd: add async metadata source blockThomas Tsou2011-08-199-4/+162
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Revert "gr-uhd: post received async messages to user supplied msg queue"Johnathan Corgan2011-08-192-21/+5
|/ | | | This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655.
* gr-uhd: post received async messages to user supplied msg queueJohnathan Corgan2011-08-132-5/+21
|
* Fixed doxygen warning in gr-uhdTom Rondeau2011-07-271-1/+0
|
* Merge branch 'maint'Tom Rondeau2011-07-261-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | * 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
| * doxygen: fixed doxygen warnings.Tom Rondeau2011-07-261-1/+0
| |
* | gr: added to the .gitignores to various components for in-tree buildsJosh Blum2011-07-031-0/+1
| |
* | uhd: typo fix for initing a new clock_config()Josh Blum2011-07-031-1/+1
| |
* | uhd: added per motherboard reference source option (includes mimo cable)Josh Blum2011-06-291-21/+44
| |
* | uhd: simplify the work function, added TODOs for tagsJosh Blum2011-06-141-14/+20
|/
* gr-uhd: enable 8 channels in grc uhd blocksJosh Blum2011-06-091-1/+1
|
* gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵Tom Rondeau2011-05-172-7/+8
| | | | specified; proper name for tune result.
* gr-uhd: fixed apps Makefile for distribution.Tom Rondeau2011-05-101-0/+3
|
* gr-uhd: adding gitignore file to uhd apps dir.Tom Rondeau2011-05-101-0/+3
|
* gr-uhd: Makefile.am for UHD apps.Tom Rondeau2011-05-101-0/+29
|
* gr-uhd: UHD version of usrpx_rx_cfile.py.Tom Rondeau2011-05-101-0/+148
|
* gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau2011-05-101-3/+1
|
* gr-uhd: adding uhd_fft.py appTom Rondeau2011-05-102-1/+270
|
* Expose named gain stages in gr-uhd via swigJason Abele2011-04-184-0/+96
|
* Added necessary swig to get i2c_writes through dboard_ifaceJason Abele2011-04-181-1/+2
|
* uhd: added package config file support for libgnuradio-uhdJosh Blum2011-04-132-0/+13
|
* build: add missing linker defines for Win32Don Ward2011-03-301-1/+1
|
* uhd: cleanup uhd usrp source/sink with virtual inheritanceJosh Blum2011-03-284-36/+12
| | | | | The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed.
* uhd: use %ignore to hide warnings and fix errorsJosh Blum2011-03-121-0/+2
|
* uhd: fix generation typo on uhd grc blocks io directionJosh Blum2011-03-071-1/+2
|
* uhd: work on gr_uhd_source work() function to reduce latencyJosh Blum2011-03-011-9/+30
| | | | Wait on a single packet to become ready, then receive available packets without timeout.
* uhd: only set has_time_spec when nchan > 1Josh Blum2011-02-281-3/+5
| | | | | Its important for multi-channel continuous, but not wanted in single-channel non-continuous.
* uhd: added sensors api to gr-uhd blocks and swig supportJosh Blum2011-02-256-2/+99
|
* uhd: fix export typo and specify export define when building libJosh Blum2011-02-252-2/+3
|
* uhd: tweaks for swig/python init fileJosh Blum2011-02-151-61/+55
|
* uhd: added mboard param to get time now and added get time last ppsJosh Blum2011-02-114-6/+30
|
* uhd: added set and get clock rates to gr-uhd blocks and grc wrappersJosh Blum2011-02-108-2514/+61
|
* uhd: tweaks to the grc blocksJosh Blum2011-02-103-5/+5
|
* uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum2011-02-1022-1193/+2679
|
* uhd: channel = 0 defaults for single interfaces get_dboard_ifaceJosh Blum2011-02-082-2/+2
|
* Added first pass at swigging dboard ifaceJason Abele2011-02-089-0/+49
|
* uhd: typo fix setime_unknown_pps -> set_time_unknown_pps in grc xml generatorJosh Blum2011-01-251-1/+1
|
* uhd: move tags functionality into its own sub-class that is enabled by ↵Josh Blum2011-01-192-17/+69
| | | | | | | preferences remove private variables from header interface subclassed single source impl with overloaded work function
* uhd: swig up the device discoveryJosh Blum2011-01-192-10/+16
|
* uhd: replace gain floats with doubles to reflect new uhd apiJosh Blum2011-01-198-16/+16
|
* uhd: make the repr and str installation more genericJosh Blum2011-01-191-8/+5
|
* uhd: use the actual device and io types, do hacks in the init.py, also use ↵Josh Blum2011-01-1912-51/+89
| | | | clock config convenience
* uhd: added export macros (not used now) and updated copyright datesJosh Blum2011-01-198-15/+53
|
* uhd: swig + python tweaks to uhd typesJosh Blum2011-01-192-5/+16
|
* uhd: removed ranges template stuff, added some python polish in __init__.pyJosh Blum2011-01-192-11/+6
|
* uhd: multi device, set timestamps without SOB on every burst in the work ↵Josh Blum2011-01-192-18/+24
| | | | function
* Adding tags back into UHD source. If a packet received from a UHD source has ↵Tom Rondeau2010-12-301-1/+12
| | | | | | a timestamp, we create a tag from it and pass it down the line. If no timestamp, produce no tags. This should not affect behavior of the UHD single source for those not dealing with tags.
* Add minimal Python and Guile QA code to gr-uhd.Eric Blossom2010-12-276-2/+116
|