summaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into usrp_e_nextJosh Blum2010-09-309-767/+568
|\
| * uhd: implemented recv timeout for zero copy interfaceJosh Blum2010-09-303-27/+24
| * usb: set rt thread priority for the libusb event loopJosh Blum2010-09-301-0/+3
| * usrp: transfer resize options and documentationJosh Blum2010-09-291-65/+75
| * usb: submit should return ssize_t, usrp1: set hash before reset after fw loadJosh Blum2010-09-281-1/+1
| * uhd: fix warning by adding brackets for while(cond){};Josh Blum2010-09-271-1/+1
| * usb: use the proper libusb include (in path set by pkgconfig)Josh Blum2010-09-271-1/+1
| * usb: added some documentation to wrapper baseJosh Blum2010-09-261-0/+7
| * usb: disable thread interruption on wait callsJosh Blum2010-09-261-4/+4
| * usb: zero copy work, multiple endpoints with single context, async ioJosh Blum2010-09-262-356/+134
| * usb: work on libusb code to use a single context across all callsJosh Blum2010-09-256-360/+367
| * usb: tweaks to usb code to cleanup properly and/or in error conditionsJosh Blum2010-09-243-14/+13
| * usb: moved msvc stdint file and changed cmake conditional for msvcJosh Blum2010-09-242-3/+3
* | 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
|\