| Commit message (Expand) | Author | Age | Files | Lines |
* | gr-uhd: readd displaced alias for single_usrp_sink | Thomas Tsou | 2011-08-22 | 1 | -0/+1 |
* | Merge remote branch 'ttsou/async' | Johnathan Corgan | 2011-08-19 | 9 | -4/+162 |
|\ |
|
| * | gr-uhd: add async metadata source block | Thomas Tsou | 2011-08-19 | 9 | -4/+162 |
* | | Revert "gr-uhd: post received async messages to user supplied msg queue" | Johnathan Corgan | 2011-08-19 | 2 | -21/+5 |
|/ |
|
* | gr-uhd: post received async messages to user supplied msg queue | Johnathan Corgan | 2011-08-13 | 2 | -5/+21 |
* | Fixed doxygen warning in gr-uhd | Tom Rondeau | 2011-07-27 | 1 | -1/+0 |
* | Merge branch 'maint' | Tom Rondeau | 2011-07-26 | 1 | -1/+0 |
|\ |
|
| * | doxygen: fixed doxygen warnings. | Tom Rondeau | 2011-07-26 | 1 | -1/+0 |
* | | gr: added to the .gitignores to various components for in-tree builds | Josh Blum | 2011-07-03 | 1 | -0/+1 |
* | | uhd: typo fix for initing a new clock_config() | Josh Blum | 2011-07-03 | 1 | -1/+1 |
* | | uhd: added per motherboard reference source option (includes mimo cable) | Josh Blum | 2011-06-29 | 1 | -21/+44 |
* | | uhd: simplify the work function, added TODOs for tags | Josh Blum | 2011-06-14 | 1 | -14/+20 |
|/ |
|
* | gr-uhd: enable 8 channels in grc uhd blocks | Josh Blum | 2011-06-09 | 1 | -1/+1 |
* | gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless sp... | Tom Rondeau | 2011-05-17 | 2 | -7/+8 |
* | gr-uhd: fixed apps Makefile for distribution. | Tom Rondeau | 2011-05-10 | 1 | -0/+3 |
* | gr-uhd: adding gitignore file to uhd apps dir. | Tom Rondeau | 2011-05-10 | 1 | -0/+3 |
* | gr-uhd: Makefile.am for UHD apps. | Tom Rondeau | 2011-05-10 | 1 | -0/+29 |
* | gr-uhd: UHD version of usrpx_rx_cfile.py. | Tom Rondeau | 2011-05-10 | 1 | -0/+148 |
* | gr-uhd: adding antenna selection ability to uhd_fft.py. | Tom Rondeau | 2011-05-10 | 1 | -3/+1 |
* | gr-uhd: adding uhd_fft.py app | Tom Rondeau | 2011-05-10 | 2 | -1/+270 |
* | Expose named gain stages in gr-uhd via swig | Jason Abele | 2011-04-18 | 4 | -0/+96 |
* | Added necessary swig to get i2c_writes through dboard_iface | Jason Abele | 2011-04-18 | 1 | -1/+2 |
* | uhd: added package config file support for libgnuradio-uhd | Josh Blum | 2011-04-13 | 2 | -0/+13 |
* | build: add missing linker defines for Win32 | Don Ward | 2011-03-30 | 1 | -1/+1 |
* | uhd: cleanup uhd usrp source/sink with virtual inheritance | Josh Blum | 2011-03-28 | 4 | -36/+12 |
* | uhd: use %ignore to hide warnings and fix errors | Josh Blum | 2011-03-12 | 1 | -0/+2 |
* | uhd: fix generation typo on uhd grc blocks io direction | Josh Blum | 2011-03-07 | 1 | -1/+2 |
* | uhd: work on gr_uhd_source work() function to reduce latency | Josh Blum | 2011-03-01 | 1 | -9/+30 |
* | uhd: only set has_time_spec when nchan > 1 | Josh Blum | 2011-02-28 | 1 | -3/+5 |
* | uhd: added sensors api to gr-uhd blocks and swig support | Josh Blum | 2011-02-25 | 6 | -2/+99 |
* | uhd: fix export typo and specify export define when building lib | Josh Blum | 2011-02-25 | 2 | -2/+3 |
* | uhd: tweaks for swig/python init file | Josh Blum | 2011-02-15 | 1 | -61/+55 |
* | uhd: added mboard param to get time now and added get time last pps | Josh Blum | 2011-02-11 | 4 | -6/+30 |
* | uhd: added set and get clock rates to gr-uhd blocks and grc wrappers | Josh Blum | 2011-02-10 | 8 | -2514/+61 |
* | uhd: tweaks to the grc blocks | Josh Blum | 2011-02-10 | 3 | -5/+5 |
* | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | 2011-02-10 | 22 | -1193/+2679 |
* | uhd: channel = 0 defaults for single interfaces get_dboard_iface | Josh Blum | 2011-02-08 | 2 | -2/+2 |
* | Added first pass at swigging dboard iface | Jason Abele | 2011-02-08 | 9 | -0/+49 |
* | uhd: typo fix setime_unknown_pps -> set_time_unknown_pps in grc xml generator | Josh Blum | 2011-01-25 | 1 | -1/+1 |
* | uhd: move tags functionality into its own sub-class that is enabled by prefer... | Josh Blum | 2011-01-19 | 2 | -17/+69 |
* | uhd: swig up the device discovery | Josh Blum | 2011-01-19 | 2 | -10/+16 |
* | uhd: replace gain floats with doubles to reflect new uhd api | Josh Blum | 2011-01-19 | 8 | -16/+16 |
* | uhd: make the repr and str installation more generic | Josh Blum | 2011-01-19 | 1 | -8/+5 |
* | uhd: use the actual device and io types, do hacks in the init.py, also use cl... | Josh Blum | 2011-01-19 | 12 | -51/+89 |
* | uhd: added export macros (not used now) and updated copyright dates | Josh Blum | 2011-01-19 | 8 | -15/+53 |
* | uhd: swig + python tweaks to uhd types | Josh Blum | 2011-01-19 | 2 | -5/+16 |
* | uhd: removed ranges template stuff, added some python polish in __init__.py | Josh Blum | 2011-01-19 | 2 | -11/+6 |
* | uhd: multi device, set timestamps without SOB on every burst in the work func... | Josh Blum | 2011-01-19 | 2 | -18/+24 |
* | Adding tags back into UHD source. If a packet received from a UHD source has ... | Tom Rondeau | 2010-12-30 | 1 | -1/+12 |
* | Add minimal Python and Guile QA code to gr-uhd. | Eric Blossom | 2010-12-27 | 6 | -2/+116 |