aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'usrp2p2' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pyNick Foster2010-07-284-19/+4
|\
| * Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into codec_gainsNick Foster2010-07-261-11/+0
| |\
| * | usrp: removed gain handler code (replaced by gain group)Josh Blum2010-07-242-91/+0
| * | usrp: added gain group support usrp2 dboard and to wrapper implementationsJosh Blum2010-07-241-1/+2
| * | uhd: added gain group and unit testing for itJosh Blum2010-07-232-0/+86
| * | usrp: added codec gains propsJosh Blum2010-07-225-21/+48
* | | Interface access methods for users to access dboards.Nick Foster2010-07-271-0/+6
* | | Added one more file from codec_gains2...Nick Foster2010-07-271-0/+85
* | | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-274-93/+46
* | | Merge branch 'tx_report'Josh Blum2010-07-262-11/+48
|\ \ \ | |_|/ |/| |
| * | usrp2: added async event types, and common code for handling context wordsJosh Blum2010-07-211-1/+5
| * | uhd: added async recv message call to device apiJosh Blum2010-07-202-11/+44
* | | usrp: fix the N/2 cordic tune issue, use boost math sign inplace of my signumJosh Blum2010-07-221-11/+0
| |/ |/|
* | uhd: get the version string from the apiJosh Blum2010-07-222-0/+29
* | usrp: changed opaque pointer implementation for dboard contructor argsJosh Blum2010-07-222-2/+3
* | uhd: added better throw warning to dict key not foundJosh Blum2010-07-221-1/+7
|/
* uhd: bring timeout parameter to the device::recv call, implement in usrp2Josh Blum2010-07-202-4/+11
* usrp2: add a timeout to udp control and make it large for usrp2 control trans...Josh Blum2010-07-191-1/+2
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-2/+19
* usrp: removed spectrum inverted property from subdev code and tune helper (it...Josh Blum2010-07-161-1/+0
* usrp: added functions to derive tuned frequency, tweaked logic, added unit testJosh Blum2010-07-164-49/+77
* uhd: platform define macrosJosh Blum2010-07-142-3/+14
* uhd: define ssize_t for msvc, fixed warning as wellJosh Blum2010-07-091-1/+7
* uhd: ssize_t for phony zero copy return types, null sptr for timeout/error wi...Josh Blum2010-07-091-5/+8
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-092-4/+27
* uhd: added packet type to vrt if info struct, added burst flags to rx metadat...Josh Blum2010-07-082-3/+9
* uhd: moved assert implementation into ipp file, fixed potential bug with asse...Josh Blum2010-07-083-24/+60
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-0/+3
* uhd: removed some errors and warnings under macosx gcc buildJosh Blum2010-07-062-2/+2
* uhd: added back into old send/recv but with deprecation attributes, moved inl...Josh Blum2010-07-064-17/+109
* uhd: added set time w/ unknown pps to mimo usrp, get tx rate bug fixJosh Blum2010-07-061-0/+18
* uhd: moved header file implementation code into ipp filesJosh Blum2010-07-058-263/+401
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-0/+27
* uhd: added clear capability to alignment buffer (fixes case when next seq is ...Josh Blum2010-07-052-1/+31
* uhd: added get time now call to simple and mimo usrpJosh Blum2010-07-052-0/+12
* usrp2: bug fix for readback registersJosh Blum2010-07-052-5/+5
* uhd: replaced old send and recv with inline wrappers that take a single buffe...Josh Blum2010-07-051-24/+29
* mimo: added call to set time to zero at next pps on initJosh Blum2010-07-051-0/+1
* uhd: filled in mimo usrp rx and tx methodsJosh Blum2010-07-052-0/+69
* uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string f...Josh Blum2010-07-052-10/+47
* usrp2: removed usrp2.hpp header, its not needed, just use the discovery/facto...Josh Blum2010-07-053-65/+72
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-052-4/+4
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, need...Josh Blum2010-07-053-86/+89
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison operato...Josh Blum2010-06-241-35/+47
* uhd: created benchmark rx example appJosh Blum2010-06-242-2/+24
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-181-2/+19
|\
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr db...Josh Blum2010-06-181-2/+19
* | uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-171-4/+18
* | added set clock rate, and get clock rates to dboard iface, usrp2 needs clock ...Josh Blum2010-06-171-0/+17
|/
* uhd: work on thread priority schedulingJosh Blum2010-06-162-0/+59