aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-0/+1
* merged unit type and gpio bank for dboard interface into one type, expanded d...Josh Blum2010-04-121-1/+0
* Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into ioJosh Blum2010-04-121-2/+5
|\
| * converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-4/+7
* | store the mtu and hdr len stuff only in the usrp2 implJosh Blum2010-04-121-4/+5
* | Added data type conversion routines to transport api.Josh Blum2010-04-121-107/+21
* | Created zero copy interface/framework, made use of it in usrp2 udp transport ...Josh Blum2010-04-121-9/+12
|/
* handle tx fragment eob flag caseJosh Blum2010-04-051-1/+7
* extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-031-1/+6
* Added io type and otw type for describing types.Josh Blum2010-03-301-35/+33
* Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-2/+6
* mess with that usrp2 io loop unroll, also py app gets installed executableJosh Blum2010-03-241-22/+23
* got uhd almost compiling in windowze. figured out special flags. also had to ...Josh Blum2010-03-171-32/+33
* changes to get tuning workingJosh Blum2010-03-161-1/+1
* Moved timeouts into the udp transports.Josh Blum2010-03-041-8/+6
* Some tweaks and changes to io impl that fix segfaults.Josh Blum2010-03-031-7/+16
* Split metadata into rx and tx specific metadata.Josh Blum2010-03-031-7/+13
* memcpy size fix, change to some send logicJosh Blum2010-03-031-3/+4
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-66/+49
* Expanded the UDP api:Josh Blum2010-03-021-120/+82
* The net common is too slow in usrp2 firmware to figure out if its vrt data.Josh Blum2010-03-021-5/+6
* Send the number of samples per datagram over the control.Josh Blum2010-03-011-64/+89
* Recv noise with uhd.Josh Blum2010-03-011-28/+58
* fix for io typesJosh Blum2010-02-261-6/+6
* vrt packet count fixJosh Blum2010-02-231-1/+1
* Put fast path code (rx setup) back into txrx.c.Josh Blum2010-02-231-19/+0
* Added IF data io handing within the usrp2 impl.Josh Blum2010-02-231-0/+261