History | View | Annotate | Download (6.2 kB)
gr-uhd: get_usrp_info has help info and can only be called with a recent enough version of UHD
uhd: fix device_addr init issue
uhd: grc xml tweaks + streamer args
uhd: python/swig/grc tweaks until it works
uhd: backwards compat work which support streamer API
uhd: added uhd.find_devices to python
docs: adding uhd Doxygen documentation page and README file.
uhd: added kwargs to construct individual struct elements in tune_request_t
gr-uhd: readd displaced alias for single_usrp_sink
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
Add asynchronous message "block" that is independent of normalgnuradio scheduler. The block instantiates a thread to waitfor asynchronous messages from UHD and encapsulates them in agr_message posted into a message queue....
uhd: added sensors api to gr-uhd blocks and swig support
uhd: tweaks for swig/python init file
uhd: replaced multi/single usrp stuff with just one usrp wrapper
uhd: swig up the device discovery
uhd: make the repr and str installation more generic
uhd: use the actual device and io types, do hacks in the init.py, also use clock config convenience
uhd: added export macros (not used now) and updated copyright dates
uhd: swig + python tweaks to uhd types
uhd: removed ranges template stuff, added some python polish in init.py
uhd: make a tune_request_t that inherits from float for GRC, added docs
Created simple source (with nothing in it) and some swig build stuff.Seems to work and compile