aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* uhd: added enable flags for usrp1 and usrp2Josh Blum2010-09-091-0/+6
* Merge branch 'usrp1' of ettus.sourcerepo.com:ettus/uhdpriv into usrp1Nick Foster2010-08-312-27/+107
|\
| * Merge branch 'convert_types' into usrp1Josh Blum2010-08-302-27/+107
| |\
| | * uhd: added interleave/de-interleave type conversion routinesJosh Blum2010-08-301-20/+85
| | * uhd: fixed short conversion (IQ swap) and added test between short/floatJosh Blum2010-08-302-7/+22
* | | EEPROM burning in UHD. Changed some USB device handle stuff. Added usrp_init_...Nick Foster2010-08-313-60/+20
|/ /
* | usrp1: Additional comments on libusb transport implemenationThomas Tsou2010-08-285-3/+87
* | usrp1: Remove unused funtions libusb transportThomas Tsou2010-08-271-6/+0
* | usrp1: Additional comments to libusb transport implementationThomas Tsou2010-08-271-79/+104
* | usrp1: Handle degenerate managed send buffer casesThomas Tsou2010-08-271-4/+19
* | usrp1: Disable default debug output for libusb implementationsThomas Tsou2010-08-273-3/+3
* | usrp1: Cleanup libusb device handlingThomas Tsou2010-08-273-33/+50
* | usrp1: Only return a list of FSF devicesThomas Tsou2010-08-271-1/+12
* | Merge branch 'convert_types' into usrp1Thomas Tsou2010-08-261-7/+88
|\|
| * uhd: switched the IQ order interpretation for convert typesJosh Blum2010-08-251-37/+29
| * uhd: convert types corrected for little endian, created SSE2 float/short conv...Josh Blum2010-08-241-26/+115
* | usrp1: Modifiy USB transport implementations to use new interfaceThomas Tsou2010-08-266-298/+301
* | usrp1: compiling off next branchJosh Blum2010-08-152-7/+8
* | usrp1: Cmake changes to find libusb-1.0Josh Blum2010-08-132-0/+53
* | usrp1: Add libusb-1.0 implementations of USB interfacesThomas Tsou2010-08-132-0/+1092
|/
* uhd: use constructor for impl class to avoid msvc warningsJosh Blum2010-08-061-2/+4
* uhd: added warning printer utility functionJosh Blum2010-08-041-6/+6
* usrp2: use default sized buffer on transmit (or reasonably smaller)Josh Blum2010-07-261-4/+12
* Merge branch 'tx_report'Josh Blum2010-07-261-14/+21
|\
| * usrp2: added async event types, and common code for handling context wordsJosh Blum2010-07-211-6/+13
| * uhd: added async recv message call to device apiJosh Blum2010-07-201-9/+9
* | uhd: removed remaining template stuff from vrt packet handler, also tweaked f...Josh Blum2010-07-261-2/+1
|/
* uhd: typedefed vrt pack/unpack so the vrt packet handler need not be templatedJosh Blum2010-07-201-8/+6
* usrp2: add a timeout to udp control and make it large for usrp2 control trans...Josh Blum2010-07-191-10/+11
* usrp2: remove mb intervention on outgoing packetsJosh Blum2010-07-151-0/+6
* uhd: fix for vrt packet handler commit sizeJosh Blum2010-07-141-1/+2
* usrp2: disable buffer resize on platforms that cry about itJosh Blum2010-07-141-0/+3
* uhd: switch statements to handle error code, default md to error code noneJosh Blum2010-07-121-1/+2
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-5/+9
* usrp2: removed SX packet count stuff from vrt packet handler, moved to usrp2 ...Josh Blum2010-07-091-10/+0
* uhd: define ssize_t for msvc, fixed warning as wellJosh Blum2010-07-091-1/+1
* uhd: ssize_t for phony zero copy return types, null sptr for timeout/error wi...Josh Blum2010-07-093-11/+13
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-092-14/+21
* uhd: callback in vrt packet handler to handle overrunJosh Blum2010-07-091-6/+19
* uhd: added packet type to vrt if info struct, added burst flags to rx metadat...Josh Blum2010-07-082-33/+40
* usrp2: added notes on multiple device network setup, improved warnings for bu...Josh Blum2010-07-081-6/+6
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-5/+5
* uhd: change pack/unpack for 64-bit numbers to reflect hardware implementationJosh Blum2010-07-071-2/+8
* uhd: remove windows warnings (minor tweaks)Josh Blum2010-07-051-1/+1
* uhd: code tweaks, extra error condition for vrt unpackJosh Blum2010-07-053-5/+8
* usrp2: bug fix for readback registersJosh Blum2010-07-051-9/+9
* uhd: replaced old send and recv with inline wrappers that take a single buffe...Josh Blum2010-07-051-1/+0
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-053-4/+4
* uhd: vrt packet handler fix and tweaksJosh Blum2010-07-051-36/+30
* uhd: forgot burst flags, tweaks to vrt info -> metadataJosh Blum2010-07-052-5/+6