summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/Makefile.am
AgeCommit message (Collapse)Author
2011-08-19gr-uhd: add async metadata source blockThomas Tsou
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.
2011-03-30build: add missing linker defines for Win32Don Ward
2011-02-25uhd: fix export typo and specify export define when building libJosh Blum
2011-02-10uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum
2011-01-19uhd: added export macros (not used now) and updated copyright datesJosh Blum
2010-12-01uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXMEJosh Blum
2010-11-22uhd: removed deprecated interfaces (simple and mimo)Josh Blum
2010-11-22uhd: remove changes to avoid merge conflictJosh Blum
2010-11-17distcheck fix for gr-uhdEric Blossom
2010-10-18uhd: created multi usrp grc wrapper generator, removed mimo gen and checked ↵Josh Blum
in its generated files
2010-10-18uhd: added multi usrp skeleton and added deprecation note to other headersJosh Blum
2010-10-18uhd: removed utils warning functions, moved into the lower level wrappersJosh Blum
2010-09-20uhd: work on uhd single usrp wrapperJosh Blum
2010-07-02uhd mimo: created mimo source and sink block for gr-uhdJosh Blum
2010-05-30gr-uhd: make versioned librariesJohnathan Corgan
2010-03-02Added the uhd simple sink lib block, swig wrapper, grc wrapper.Josh Blum
It seems to work, but still getting the kinks out of tx->usrp2
2010-03-01recv noise with uhdJosh Blum
2010-02-26Created simple source (with nothing in it) and some swig build stuff.Josh Blum
Seems to work and compile
2010-02-24Created gr uhd skeleton build.Josh Blum
Checks uhd pkg config and gens the makefiles.