Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | uhd: fix device_addr init issue | Josh Blum | 2012-03-23 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-03-16 | 4 | -0/+35 | |
|\| | | ||||||
| * | | uhd: conditionalize set_user_register call on availability in UHD API | Johnathan Corgan | 2012-03-16 | 2 | -2/+10 | |
| | | | ||||||
| * | | Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register | Johnathan Corgan | 2012-03-13 | 7 | -18/+87 | |
| |\| | ||||||
| * | | uhd: add API call to set user registers | Johnathan Corgan | 2012-01-10 | 4 | -0/+27 | |
| | | | ||||||
* | | | uhd: updated uhd programs to use stream_args concept from command line for ↵ | Marcus Leech | 2012-02-20 | 2 | -9/+7 | |
| | | | | | | | | | | | | more than just setting the scalar. | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-02-14 | 1 | -2/+2 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'maint' | Johnathan Corgan | 2012-02-14 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | uhd: fix source block xml file generation | Michael Dickens | 2012-02-14 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | uhd: fix for uhd_fft to work with basicRx d'board. | Marcus Leech | 2012-02-01 | 1 | -9/+16 | |
| | |/ | ||||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-02-01 | 1 | -9/+16 | |
|\| | | ||||||
| * | | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2012-02-01 | 6 | -7/+69 | |
| |\ \ | ||||||
| * | | | uhd: fix for uhd_fft to work with basicRx d'board. | Marcus Leech | 2012-02-01 | 1 | -9/+16 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-01-27 | 6 | -7/+69 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | uhd: add async message print option to apps | Johnathan Corgan | 2012-01-26 | 4 | -7/+57 | |
| | | | ||||||
| * | | uhd: add utility function to convert raw gr_message to async_metadata_t | Johnathan Corgan | 2012-01-26 | 2 | -0/+12 | |
| |/ | ||||||
* | | Merge branch 'master' into next | Tom Rondeau | 2011-12-21 | 1 | -2/+11 | |
|\| | ||||||
| * | Merge branch 'maint' | Tom Rondeau | 2011-12-21 | 1 | -2/+11 | |
| |\ | ||||||
| | * | uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py ↵ | Thomas Tsou | 2011-12-21 | 1 | -2/+11 | |
| | | | | | | | | | | | | program looks like it's working again. | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2011-12-20 | 2 | -53/+67 | |
|\| | | ||||||
| * | | uhd: adds support for different over-the-wire data formats for UHD fft and ↵ | Marcus Leech | 2011-12-17 | 2 | -53/+67 | |
| | | | | | | | | | | | | siggen apps. | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2011-12-14 | 17 | -132/+128 | |
|\| | | ||||||
| * | | Merge branch 'maint' | Tom Rondeau | 2011-12-14 | 17 | -132/+128 | |
| |\| | ||||||
| | * | uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵ | Tom Rondeau | 2011-12-14 | 16 | -128/+128 | |
| | | | | | | | | | | | | properly (patch from Sam Bretheim). | |||||
| | * | uhd: removes usrpm that should not have been there anymore (patch from Sam ↵ | Tom Rondeau | 2011-12-14 | 4 | -4/+0 | |
| | | | | | | | | | | | | Bretheim). | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2011-12-13 | 2 | -0/+28 | |
|\| | | ||||||
| * | | uhd: added a finite acquisition call to usrp source | Josh Blum | 2011-12-13 | 2 | -0/+28 | |
| |/ | ||||||
* / | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 23 | -479/+0 | |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | |||||
* | docs: fixes some warnings. | Tom Rondeau | 2011-12-06 | 1 | -3/+3 | |
| | | | | There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known. | |||||
* | docs: more fixes for generated swig files. This worked before the merge, but ↵ | Tom Rondeau | 2011-12-05 | 1 | -0/+1 | |
| | | | | this forces the build system to generate these before processing the other swig files. | |||||
* | Merge branch 'more_swigness_docs' | Tom Rondeau | 2011-12-04 | 3 | -1/+22 | |
|\ | ||||||
| * | docs: better install of swig docs .i files since we actually have a variable ↵ | Tom Rondeau | 2011-12-04 | 1 | -4/+5 | |
| | | | | | | | | to take care of it already. | |||||
| * | docs: fixing variable for location of header files (SOURCE not BINARY). | Tom Rondeau | 2011-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | docs: more appropriate variable to use when setting the include/headers ↵ | Tom Rondeau | 2011-11-28 | 1 | -1/+1 | |
| | | | | | | | | directory. | |||||
| * | docs: installing generated _doc.i files under autotools. | Tom Rondeau | 2011-11-28 | 1 | -0/+3 | |
| | | ||||||
| * | docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵ | Tom Rondeau | 2011-11-27 | 1 | -2/+2 | |
| | | | | | | | | instructions for it. | |||||
| * | docs: Adding swig doc generation to Makefile.am files. | Tom Rondeau | 2011-11-27 | 1 | -0/+9 | |
| | | ||||||
| * | docs: forgot to have the generated .i files installed. | Tom Rondeau | 2011-11-27 | 1 | -0/+1 | |
| | | ||||||
| * | docs: added python doxygen docs to gr-uhd | Tom Rondeau | 2011-11-27 | 2 | -0/+7 | |
| | | ||||||
* | | uhd: cleanup some -Wall warnings | Josh Blum | 2011-11-27 | 3 | -5/+6 | |
| | | ||||||
* | | uhd: patch from Marcus Leech to add FFT update rate and averating on/off to ↵ | Tom Rondeau | 2011-11-26 | 1 | -2/+9 | |
|/ | | | | command line options of uhd_fft.py. | |||||
* | uhd: change examples to use new stream api | Josh Blum | 2011-11-07 | 21 | -65/+26 | |
| | ||||||
* | uhd: added docs and removed unimplemented options in grc files | Josh Blum | 2011-11-07 | 1 | -20/+15 | |
| | ||||||
* | uhd: rebase tweaks + update on command feature | Josh Blum | 2011-11-07 | 4 | -4/+81 | |
| | ||||||
* | uhd: added set for RX/TX iq balance and dc offset | Josh Blum | 2011-11-07 | 4 | -16/+125 | |
| | ||||||
* | uhd: added set/get time/clock source calls | Josh Blum | 2011-11-07 | 5 | -15/+220 | |
| | ||||||
* | uhd: added get_samp_rates calls | Josh Blum | 2011-11-07 | 4 | -0/+28 | |
| | ||||||
* | uhd: use new type string for uhd source/sink types | Josh Blum | 2011-11-07 | 1 | -11/+21 | |
| | ||||||
* | uhd: grc xml tweaks + streamer args | Josh Blum | 2011-11-07 | 4 | -24/+29 | |
| | ||||||
* | uhd: restored source block recv single packet functionality | Josh Blum | 2011-11-07 | 1 | -1/+1 | |
| |