summaryrefslogtreecommitdiff
path: root/gr-uhd
AgeCommit message (Collapse)Author
2010-05-18using the send and recv full buffer modes, avoids extra loop in implementationJosh Blum
2010-04-27Added call to get access to the underlying uhd simple usrp object.Josh Blum
Made the simple uhd source and sink into mostly virtual classes with the implementation within the cc files.
2010-04-23added docs to uhd grc blocks, added pkg config path to make support easierJosh Blum
2010-04-15typo fix, called variable ant, not antennaJosh Blum
2010-04-14added to uhd grc files, also removed warning for grc generator with uhd blocksJosh Blum
2010-04-14added more access methods to uhd source and sinkJosh Blum
2010-04-05fix for paradigm shiftJosh Blum
2010-04-01Use simple usrp from uhd.Josh Blum
2010-03-30gr-uhd working with io typeJosh Blum
2010-03-29added swig includes and tune result returnJosh Blum
2010-03-26using new streaming apiJosh Blum
2010-03-16added set center freq callJosh Blum
2010-03-10Added samp rate param and using the simple device from uhdJosh Blum
2010-03-04removed timeout from hereJosh Blum
2010-03-03Got the source and sink working with current uhd.Josh Blum
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-01using samples prop, added unchecked in files for utils and grc rx wrapperJosh Blum
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.