summaryrefslogtreecommitdiff
path: root/gr-uhd
AgeCommit message (Collapse)Author
2010-11-30uhd: added libdir to UHD CFLAGS (shared by lib and swig)Josh Blum
2010-11-30Swapping out preset keys until I work out some of their issues.Tom Rondeau
2010-11-29Merge branch 'tagging' into nextTom Rondeau
2010-11-22uhd: remove deprecated grc wrappersJosh Blum
2010-11-22uhd: removed deprecated interfaces (simple and mimo)Josh Blum
2010-11-22uhd: remove changes to avoid merge conflictJosh Blum
2010-11-21Slightly better handling of tags.Tom Rondeau
2010-11-21Merge branch 'next' into taggingTom Rondeau
2010-11-18Remove 868 useless warnings about "is deprecated".Eric Blossom
Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings...
2010-11-18Changing time pair in uhd source from a pmt pair to tuple.Tom Rondeau
2010-11-17distcheck fix for gr-uhdEric Blossom
2010-11-17Some updates to uhd source with tags.Tom Rondeau
2010-11-16UHD single source builds tags from packet metadata to ship downstream.Tom Rondeau
Tag 1 contains the packet time Tag 2 contains the packet length
2010-11-01uhd: swig changes for templated rangesJosh Blum
2010-10-28uhd: added ref clock option to single usrp blocks, minor grc fix on empty ↵Josh Blum
option keys
2010-10-28uhd: make a tune_request_t that inherits from float for GRC, added docsJosh Blum
2010-10-25uhd: move tune functions to tune_request and provide wrapper for simple caseJosh Blum
2010-10-21uhd: added support for setting bw filters through grcJosh Blum
2010-10-21uhd: install swig exception handlerJosh Blum
2010-10-20uhd: added channel param to docstringsJosh Blum
2010-10-19uhd: implement set bandwidth for uhd blocks, remove chan=0 default for multi ↵Josh Blum
blocks
2010-10-19uhd: mark simple and mimo classes with the deprecated flagJosh Blum
2010-10-19uhd: tweaking timeouts for multi usrp blocksJosh Blum
2010-10-18uhd: tweaked and tested multi usrp with a single channelJosh Blum
2010-10-18uhd: typo fix for single usrp grc file generatorJosh Blum
2010-10-18uhd: renamed make function params, cleanup, clock config for multi usrpJosh Blum
2010-10-18uhd: work on multi usrp blocks, use block tree to categorize blocks, ↵Josh Blum
deprecate mimo blocks
2010-10-18uhd: created multi usrp grc wrapper generator, removed mimo gen and checked ↵Josh Blum
in its generated files
2010-10-18uhd: filled in multi usrp code and swig fileJosh Blum
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-10-14uhd: use start and stop methods for single source/sink blocksJosh Blum
2010-09-24uhd: handle error codes in uhd source blocksJosh Blum
2010-09-23uhd: multi channel single usrp source and sink workingJosh Blum
2010-09-22uhd: tweaks and fixes, single wrapper workingJosh Blum
2010-09-21uhd: added grc and swig wrappers for single usrpJosh Blum
2010-09-20uhd: work on uhd single usrp wrapperJosh Blum
2010-08-09Merge branch 'uhd' of git://gnuradio.org/jblum into nextJohnathan Corgan
2010-08-09uhd: generating mimo source and sink blocks, added subdev specJosh Blum
2010-08-05uhd: added subdev spec setting to gr-uhd blocks, and simple uhd grc wrappers ↵Josh Blum
(mimo coming)
2010-07-28uhd: use time delay in proportion to the number of channelsJosh Blum
2010-07-22uhd: better error messages for tune and set sample rateJosh Blum
2010-07-06uhd: added callbacks in the mimo grc blocksJosh Blum
2010-07-06uhd: mimo source and sink, stream in future, and lock the clocksJosh Blum
2010-07-04uhd: added call to readback time registers, work on locking clocks in mimo ↵Josh Blum
config
2010-07-02uhd mimo: created mimo source and sink block for gr-uhdJosh Blum
2010-06-30uhd: added calls to set time and clock configJosh Blum
2010-05-30gr-uhd: make versioned librariesJohnathan Corgan
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.