| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: added a finite acquisition call to usrp source | Josh Blum | 2011-12-13 | 1 | -0/+19 |
* | uhd: cleanup some -Wall warnings | Josh Blum | 2011-11-27 | 1 | -2/+2 |
* | uhd: rebase tweaks + update on command feature | Josh Blum | 2011-11-07 | 2 | -4/+43 |
* | uhd: added set for RX/TX iq balance and dc offset | Josh Blum | 2011-11-07 | 2 | -4/+44 |
* | uhd: added set/get time/clock source calls | Josh Blum | 2011-11-07 | 2 | -0/+96 |
* | uhd: added get_samp_rates calls | Josh Blum | 2011-11-07 | 2 | -0/+16 |
* | uhd: restored source block recv single packet functionality | Josh Blum | 2011-11-07 | 1 | -1/+1 |
* | uhd: backwards compat work which support streamer API | Josh Blum | 2011-11-07 | 2 | -21/+131 |
* | uhd: added buffer flush when source block is stopped | Josh Blum | 2011-11-03 | 1 | -0/+19 |
* | the libraries | Josh Blum | 2011-10-23 | 1 | -8/+1 |
* | tags: made tags object oriented | Josh Blum | 2011-10-19 | 1 | -10/+9 |
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -12/+12 |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-09-26 | 2 | -13/+101 |
|\ |
|
| * | uhd: can't be const to go into tag_work, which might change it. | Tom Rondeau | 2011-09-26 | 1 | -2/+2 |
| * | uhd: tweaks for some minor details | Josh Blum | 2011-09-26 | 2 | -2/+3 |
| * | uhd: tweaks + tested working tags implementation | Josh Blum | 2011-09-24 | 1 | -9/+11 |
| * | uhd: added documentation and tag implementations | Josh Blum | 2011-09-24 | 2 | -11/+98 |
| * | gr-uhd: remove unused _tmp_buffs variable | Thomas Tsou | 2011-09-24 | 1 | -2/+0 |
* | | uhd: changes to support amsg block w/ cmake | Josh Blum | 2011-08-20 | 1 | -0/+1 |
* | | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-08-20 | 2 | -1/+90 |
|\| |
|
| * | Merge remote branch 'ttsou/async' | Johnathan Corgan | 2011-08-19 | 2 | -1/+90 |
| |\ |
|
| | * | gr-uhd: add async metadata source block | Thomas Tsou | 2011-08-19 | 2 | -1/+90 |
| * | | Revert "gr-uhd: post received async messages to user supplied msg queue" | Johnathan Corgan | 2011-08-19 | 1 | -18/+4 |
| |/ |
|
| * | gr-uhd: post received async messages to user supplied msg queue | Johnathan Corgan | 2011-08-13 | 1 | -4/+18 |
* | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+57 |
|/ |
|
* | uhd: simplify the work function, added TODOs for tags | Josh Blum | 2011-06-14 | 1 | -14/+20 |
* | Expose named gain stages in gr-uhd via swig | Jason Abele | 2011-04-18 | 2 | -0/+32 |
* | 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 | 2 | -22/+10 |
* | 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 | 2 | -0/+32 |
* | uhd: fix export typo and specify export define when building lib | Josh Blum | 2011-02-25 | 1 | -1/+2 |
* | uhd: added mboard param to get time now and added get time last pps | Josh Blum | 2011-02-11 | 2 | -4/+12 |
* | uhd: added set and get clock rates to gr-uhd blocks and grc wrappers | Josh Blum | 2011-02-10 | 2 | -0/+16 |
* | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | 2011-02-10 | 10 | -1225/+36 |
* | 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 | 8 | -0/+40 |
* | uhd: move tags functionality into its own sub-class that is enabled by prefer... | Josh Blum | 2011-01-19 | 2 | -17/+69 |
* | uhd: replace gain floats with doubles to reflect new uhd api | Josh Blum | 2011-01-19 | 8 | -16/+16 |
* | uhd: use the actual device and io types, do hacks in the init.py, also use cl... | Josh Blum | 2011-01-19 | 8 | -24/+24 |
* | uhd: added export macros (not used now) and updated copyright dates | Josh Blum | 2011-01-19 | 6 | -13/+51 |
* | 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 |
* | uhd: reverting tag changes on uhd single usrp source, there seems to be issue... | Josh Blum | 2010-12-05 | 1 | -51/+15 |
* | uhd: removed default value chan=0 in the cc files | Josh Blum | 2010-12-05 | 2 | -18/+18 |
* | uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME | Josh Blum | 2010-12-01 | 1 | -1/+1 |
* | uhd: default channel params to zero for single source and sink blocks | Josh Blum | 2010-12-01 | 2 | -18/+18 |
* | Swapping out preset keys until I work out some of their issues. | Tom Rondeau | 2010-11-30 | 1 | -1/+2 |
* | Merge branch 'tagging' into next | Tom Rondeau | 2010-11-29 | 2 | -15/+54 |
|\ |
|