Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | usrp-e: added codec impl, probe works | Josh Blum | 2010-08-12 | 6 | -4/+122 | |
| | | | | | ||||||
* | | | | | Merge branch 'split_string' of ettus.sourcerepo.com:ettus/uhdpriv into ↵ | Josh Blum | 2010-08-12 | 7 | -44/+39 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | usrp_e_merge | |||||
| * | | | | uhd: made split string utility function | Josh Blum | 2010-08-12 | 7 | -44/+39 | |
| |/ / / | ||||||
* | | | | usrp-e: fix typo in verify subdev spec | Josh Blum | 2010-08-12 | 2 | -3/+3 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_merge | Josh Blum | 2010-08-12 | 1 | -6/+25 | |
|\| | | | ||||||
| * | | | uhd: created floor_step to handle floating-point errors in gain group | Josh Blum | 2010-08-12 | 1 | -6/+25 | |
| | | | | ||||||
| * | | | uhd: avoid segfaults - use CPP macros for paths and dont split empty string | Josh Blum | 2010-08-11 | 2 | -9/+10 | |
| | | | | ||||||
* | | | | uhd: avoid segfaults - use CPP macros for paths and dont split empty string | Josh Blum | 2010-08-12 | 2 | -9/+10 | |
| | | | | ||||||
* | | | | Merge branch 'usrp_e_merge' of ettus.sourcerepo.com:ettus/uhdpriv into ↵ | Josh Blum | 2010-08-11 | 4 | -27/+270 | |
|\ \ \ \ | | | | | | | | | | | | | | | | usrp_e_merge | |||||
| * \ \ \ | Merge branch 'usrp_e' into usrp_e_merge | Philip Balister | 2010-08-11 | 4 | -27/+270 | |
| |\ \ \ \ | ||||||
| | * | | | | Convert to use mmaped rx ring buffer. | Philip Balister | 2010-08-11 | 1 | -13/+50 | |
| | | | | | | ||||||
| | * | | | | Convert non-mmaped loopback test program to use new simple read/write api. | Philip Balister | 2010-08-11 | 1 | -43/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done by copying from the -mm version, which will be used to test mmaped ring buffer. | |||||
| | * | | | | Add usrp-e-mm-loopback to .gitignore. | Philip Balister | 2010-08-11 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-08-11 | 1 | -2/+2 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Loopback test now supports variable size and works with mmapable ring buffer. | Philip Balister | 2010-08-11 | 3 | -12/+227 | |
| | | | | | | | ||||||
* | | | | | | | usrp-e: removed transfer frameness | Josh Blum | 2010-08-11 | 1 | -20/+6 | |
|/ / / / / / | ||||||
* | | | | | | usrp-e: filled in properties and logic for subdev spec | Josh Blum | 2010-08-11 | 3 | -1/+38 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'subdev_spec' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-08-11 | 5 | -15/+86 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | usrp: added subdev spec verification functions | Josh Blum | 2010-08-11 | 3 | -12/+82 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | Merge branch 'changes' | Josh Blum | 2010-08-11 | 6 | -23/+54 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | usrp: needed default constructor for MSVC, fixed gain group float warnings | Josh Blum | 2010-08-11 | 2 | -3/+4 | |
| | | | | | ||||||
* | | | | | usrp-e: fixed warnings and errors, missing subdev spec stuff | Josh Blum | 2010-08-11 | 6 | -54/+33 | |
| | | | | | ||||||
* | | | | | usrp-e: merged master, does not build | Josh Blum | 2010-08-10 | 105 | -1227/+3545 | |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | ||||||
| * | | | usrp2: work on card burner to pad the image file before a write | Josh Blum | 2010-08-10 | 2 | -12/+32 | |
| | | | | ||||||
| * | | | usrp2: added fpga compat number, renamed firmware proto version to compat | Josh Blum | 2010-08-09 | 4 | -11/+22 | |
| |/ / | ||||||
| * | | usrp: added api call to get the subdev spec | Josh Blum | 2010-08-09 | 4 | -0/+20 | |
| | | | ||||||
| * | | uhd: created library code to handle paths for images and modules | Josh Blum | 2010-08-09 | 6 | -50/+148 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - read from environment variable paths - utility functions to get paths and search for images - modified load modules to call the utility functions - added private header constants.hpp to contain cmake variables of interest - modified version.cpp to use this constants file | |||||
| * | | uhd: moved utils specific cmake stuff into utils cmake file | Josh Blum | 2010-08-08 | 2 | -58/+64 | |
| | | | ||||||
| * | | uhd: fix device recv docs on timeout, also fix typo | Josh Blum | 2010-08-08 | 2 | -7/+2 | |
| | | | ||||||
| * | | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 26 | -446/+738 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | |||||
| | * | | uhd: use int to round down for gain group | Josh Blum | 2010-08-06 | 1 | -5/+2 | |
| | | | | ||||||
| | * | | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 22 | -68/+265 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp | |||||
| | * | | | usrp: codec gains, dont bind function pointers, also add priorities | Josh Blum | 2010-07-28 | 1 | -14/+57 | |
| | | | | | ||||||
| | * | | | usrp: gain group should not try to set gain elements if there are none | Josh Blum | 2010-07-27 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | fixed template problems in gain_group_test | Nick Foster | 2010-07-27 | 1 | -8/+8 | |
| | | | | | ||||||
| | * | | | usrp: removed gain handler code (replaced by gain group) | Josh Blum | 2010-07-27 | 8 | -412/+4 | |
| | | | | | ||||||
| | * | | | usrp: added gain group support usrp2 dboard and to wrapper implementations | Josh Blum | 2010-07-27 | 7 | -16/+147 | |
| | | | | | ||||||
| | * | | | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 6 | -0/+132 | |
| | | | | | ||||||
| | * | | | uhd: added gain group and unit testing for it | Josh Blum | 2010-07-27 | 6 | -0/+361 | |
| | | | | | ||||||
| | * | | | usrp: added codec gains props | Josh Blum | 2010-07-27 | 5 | -21/+48 | |
| | | | | | ||||||
| * | | | | dbsrx: added support note to README | Josh Blum | 2010-08-06 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | usrp: tweaks to subdev spec printing | Josh Blum | 2010-08-06 | 4 | -7/+12 | |
| | | | | | ||||||
| * | | | | uhd: created subdevice pair struct for subdev spec (easier than first/second) | Josh Blum | 2010-08-06 | 6 | -29/+56 | |
| | | | | | ||||||
| * | | | | uhd: implemented subdev spec in mimo and simple usrp wrappers. | Josh Blum | 2010-08-06 | 9 | -172/+223 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implemented subdev spec in usrp2 mboard impl removed subdevs used in dboard impl | |||||
| * | | | | usrp: added subdev spec class with parser to specify subdevice ↵ | Josh Blum | 2010-08-06 | 8 | -4/+196 | |
| | | | | | | | | | | | | | | | | | | | | specifications for channel config | |||||
| * | | | | uhd: use constructor for impl class to avoid msvc warnings | Josh Blum | 2010-08-06 | 1 | -2/+4 | |
| | | | | | ||||||
| * | | | | dbsrx: fix msvc warnings | Josh Blum | 2010-08-06 | 1 | -5/+6 | |
| | | | | | ||||||
| * | | | | Fix DBSRX tuning and filter bandwidth | Jason Abele | 2010-08-05 | 2 | -54/+118 | |
| | | | | | ||||||
| * | | | | dbsrx: modification docs | Josh Blum | 2010-08-04 | 1 | -1/+42 | |
| | | | | | ||||||
| * | | | | DBSRX support in UHD | Jason Abele | 2010-08-04 | 8 | -4/+719 | |
| | | | | |