Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: 1. made a python directory for gr-uhd for tlc consistency. | Tom Rondeau | 2013-04-15 | 1 | -130/+0 |
| | | | | 2. forcing use of builtin's map function so no confusion with pmt's map. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -4/+4 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | gr-uhd: get_usrp_info has help info and can only be called with a recent ↵ | Nicholas Corgan | 2012-04-03 | 1 | -1/+1 |
| | | | | enough version of UHD | ||||
* | uhd: fix device_addr init issue | Josh Blum | 2012-03-23 | 1 | -0/+4 |
| | |||||
* | uhd: grc xml tweaks + streamer args | Josh Blum | 2011-11-07 | 1 | -0/+2 |
| | |||||
* | uhd: python/swig/grc tweaks until it works | Josh Blum | 2011-11-07 | 1 | -4/+11 |
| | |||||
* | uhd: backwards compat work which support streamer API | Josh Blum | 2011-11-07 | 1 | -2/+12 |
| | |||||
* | uhd: added uhd.find_devices to python | Josh Blum | 2011-10-19 | 1 | -0/+9 |
| | |||||
* | docs: adding uhd Doxygen documentation page and README file. | Tom Rondeau | 2011-10-09 | 1 | -0/+6 |
| | |||||
* | uhd: added kwargs to construct individual struct elements in tune_request_t | Josh Blum | 2011-09-24 | 1 | -1/+5 |
| | |||||
* | gr-uhd: readd displaced alias for single_usrp_sink | Thomas Tsou | 2011-08-22 | 1 | -0/+1 |
| | | | | | | Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block" | ||||
* | gr-uhd: add async metadata source block | Thomas Tsou | 2011-08-19 | 1 | -2/+1 |
| | | | | | | | | | | | 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. | ||||
* | uhd: added sensors api to gr-uhd blocks and swig support | Josh Blum | 2011-02-25 | 1 | -2/+5 |
| | |||||
* | uhd: tweaks for swig/python init file | Josh Blum | 2011-02-15 | 1 | -61/+55 |
| | |||||
* | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | 2011-02-10 | 1 | -4/+9 |
| | |||||
* | uhd: swig up the device discovery | Josh Blum | 2011-01-19 | 1 | -10/+11 |
| | |||||
* | 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 ↵ | Josh Blum | 2011-01-19 | 1 | -3/+38 |
| | | | | clock config convenience | ||||
* | uhd: added export macros (not used now) and updated copyright dates | Josh Blum | 2011-01-19 | 1 | -1/+1 |
| | |||||
* | uhd: swig + python tweaks to uhd types | Josh Blum | 2011-01-19 | 1 | -1/+8 |
| | |||||
* | uhd: removed ranges template stuff, added some python polish in __init__.py | Josh Blum | 2011-01-19 | 1 | -0/+6 |
| | |||||
* | uhd: make a tune_request_t that inherits from float for GRC, added docs | Josh Blum | 2010-10-28 | 1 | -0/+12 |
| | |||||
* | Created simple source (with nothing in it) and some swig build stuff. | Josh Blum | 2010-02-26 | 1 | -0/+28 |
Seems to work and compile |