Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 8 | -112/+135 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | ||||
| * | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 2 | -3/+17 |
| |\ | | | | | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp | ||||
| * | | usrp: removed gain handler code (replaced by gain group) | Josh Blum | 2010-07-27 | 2 | -91/+0 |
| | | | |||||
| * | | usrp: added gain group support usrp2 dboard and to wrapper implementations | Josh Blum | 2010-07-27 | 1 | -1/+2 |
| | | | |||||
| * | | uhd: added gain group and unit testing for it | Josh Blum | 2010-07-27 | 2 | -0/+86 |
| | | | |||||
| * | | usrp: added codec gains props | Josh Blum | 2010-07-27 | 5 | -21/+48 |
| | | | |||||
* | | | uhd: created subdevice pair struct for subdev spec (easier than first/second) | Josh Blum | 2010-08-06 | 1 | -3/+21 |
| | | | |||||
* | | | uhd: implemented subdev spec in mimo and simple usrp wrappers. | Josh Blum | 2010-08-06 | 4 | -1/+12 |
| | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+78 |
| | | | | | | | | | | | | specifications for channel config | ||||
* | | | DBSRX support in UHD | Jason Abele | 2010-08-04 | 1 | -0/+25 |
| | | | |||||
* | | | uhd: added warning printer utility function | Josh Blum | 2010-08-04 | 2 | -0/+35 |
| |/ |/| | |||||
* | | usrp2: added mboard name call to dboard iface | Josh Blum | 2010-08-04 | 1 | -0/+7 |
| | | |||||
* | | uhd: alignment buffer timeout abs time fix | Josh Blum | 2010-07-28 | 1 | -3/+10 |
|/ | |||||
* | Merge branch 'tx_report' | Josh Blum | 2010-07-26 | 2 | -11/+48 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp | ||||
| * | usrp2: added async event types, and common code for handling context words | Josh Blum | 2010-07-21 | 1 | -1/+5 |
| | | |||||
| * | uhd: added async recv message call to device api | Josh Blum | 2010-07-20 | 2 | -11/+44 |
| | | | | | | | | | | | | implemented in usrp2 io impl added async metadata type | ||||
* | | usrp: fix the N/2 cordic tune issue, use boost math sign inplace of my signum | Josh Blum | 2010-07-22 | 1 | -11/+0 |
| | | |||||
* | | uhd: get the version string from the api | Josh Blum | 2010-07-22 | 2 | -0/+29 |
| | | |||||
* | | usrp: changed opaque pointer implementation for dboard contructor args | Josh Blum | 2010-07-22 | 2 | -2/+3 |
| | | |||||
* | | uhd: added better throw warning to dict key not found | Josh Blum | 2010-07-22 | 1 | -1/+7 |
|/ | |||||
* | uhd: bring timeout parameter to the device::recv call, implement in usrp2 | Josh Blum | 2010-07-20 | 2 | -4/+11 |
| | |||||
* | usrp2: add a timeout to udp control and make it large for usrp2 control ↵ | Josh Blum | 2010-07-19 | 1 | -1/+2 |
| | | | | transactions | ||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -2/+19 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -1/+0 |
| | | | | (it wasnt used) | ||||
* | usrp: added functions to derive tuned frequency, tweaked logic, added unit test | Josh Blum | 2010-07-16 | 4 | -49/+77 |
| | |||||
* | uhd: platform define macros | Josh Blum | 2010-07-14 | 2 | -3/+14 |
| | |||||
* | uhd: define ssize_t for msvc, fixed warning as well | Josh Blum | 2010-07-09 | 1 | -1/+7 |
| | |||||
* | uhd: ssize_t for phony zero copy return types, null sptr for timeout/error ↵ | Josh Blum | 2010-07-09 | 1 | -5/+8 |
| | | | | with get managed buffers | ||||
* | uhd: added error codes to rx metadata, switched examples to use | Josh Blum | 2010-07-09 | 2 | -4/+27 |
| | | | | vrt packet handler fills in error codes and inspects non-data packet | ||||
* | uhd: added packet type to vrt if info struct, added burst flags to rx ↵ | Josh Blum | 2010-07-08 | 2 | -3/+9 |
| | | | | metadata, fixed vrt if packet parsing bugs | ||||
* | uhd: moved assert implementation into ipp file, fixed potential bug with ↵ | Josh Blum | 2010-07-08 | 3 | -24/+60 |
| | | | | assert throw macro | ||||
* | usrp2: moved common defined for udp mtu and implemented change. | Josh Blum | 2010-07-07 | 1 | -0/+3 |
| | | | | | | The uhp mtu is now defined in uhd_simple.hpp. The fw common code does not need to know this information. Fixed a calculation bug in the usrp2 impl code for max samples. | ||||
* | uhd: removed some errors and warnings under macosx gcc build | Josh Blum | 2010-07-06 | 2 | -2/+2 |
| | |||||
* | uhd: added back into old send/recv but with deprecation attributes, moved ↵ | Josh Blum | 2010-07-06 | 4 | -17/+109 |
| | | | | inline device stuff into device.ipp | ||||
* | uhd: added set time w/ unknown pps to mimo usrp, get tx rate bug fix | Josh Blum | 2010-07-06 | 1 | -0/+18 |
| | |||||
* | uhd: moved header file implementation code into ipp files | Josh Blum | 2010-07-05 | 8 | -263/+401 |
| | | | | byteswap, bounded_buffer, and alignment_buffer | ||||
* | usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64 | Josh Blum | 2010-07-05 | 1 | -0/+27 |
| | | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though) | ||||
* | uhd: added clear capability to alignment buffer (fixes case when next seq is ↵ | Josh Blum | 2010-07-05 | 2 | -1/+31 |
| | | | | less than prev) | ||||
* | uhd: added get time now call to simple and mimo usrp | Josh Blum | 2010-07-05 | 2 | -0/+12 |
| | |||||
* | usrp2: bug fix for readback registers | Josh Blum | 2010-07-05 | 2 | -5/+5 |
| | | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler | ||||
* | uhd: replaced old send and recv with inline wrappers that take a single ↵ | Josh Blum | 2010-07-05 | 1 | -24/+29 |
| | | | | buffer and look more like the vectored send/recv | ||||
* | mimo: added call to set time to zero at next pps on init | Josh Blum | 2010-07-05 | 1 | -0/+1 |
| | |||||
* | uhd: filled in mimo usrp rx and tx methods | Josh Blum | 2010-07-05 | 2 | -0/+69 |
| | |||||
* | uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵ | Josh Blum | 2010-07-05 | 2 | -10/+47 |
| | | | | for simple and mimo usrp | ||||
* | usrp2: removed usrp2.hpp header, its not needed, just use the ↵ | Josh Blum | 2010-07-05 | 3 | -65/+72 |
| | | | | | | discovery/factory system uhd: added usrp_mimo skeleton code/header | ||||
* | uhd: renamed the vrt header to vrt_if_packet header | Josh Blum | 2010-07-05 | 2 | -4/+4 |
| | |||||
* | uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵ | Josh Blum | 2010-07-05 | 3 | -86/+89 |
| | | | | needs testing | ||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -35/+47 |
| | | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second. | ||||
* | uhd: created benchmark rx example app | Josh Blum | 2010-06-24 | 2 | -2/+24 |
| | | | | Made mods to time spec to support math operators. | ||||
* | Merge branch 'burn_dbid' into pre_merge | Josh Blum | 2010-06-18 | 1 | -2/+19 |
|\ |