aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* Add more NEON for type conversion.Philip Balister2010-09-251-0/+20
* Merge branch 'master' into usrp_eJosh Blum2010-09-248-41/+95
|\
| * Merge branch 'xusrp' into libusb_winJosh Blum2010-09-232-26/+42
| |\
| | * libusb: various minor code tweaksJosh Blum2010-09-232-3/+4
| | * usrp1: multi-channel tx working, modified vrt handler to interleaveJosh Blum2010-09-231-11/+17
| | * usrp1: multi-channel rx working, modified vrt handler to deinterleaveJosh Blum2010-09-222-15/+25
| * | usrp1: fixes to remove warnings and errors for usrp1 + libusb windowsJosh Blum2010-09-235-12/+49
| * | libusb: various minor code tweaksJosh Blum2010-09-232-3/+4
| |/
* | Reverse I and Q on the wire.Philip Balister2010-09-101-1/+2
* | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-091-0/+6
|\ \
| * | Merge branch 'master' into usrp_eJosh Blum2010-09-091-0/+6
| |\|
| | * uhd: added enable flags for usrp1 and usrp2Josh Blum2010-09-091-0/+6
* | | Fix errors.Philip Balister2010-09-091-1/+4
|/ /
* / Convert fc32_to_item32_nswap to use ARM NEON if available.Philip Balister2010-09-092-0/+30
|/
* 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