| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implemented pirate thread, moved io impl details into io impl cpp file. Fixed... | Josh Blum | 2010-06-01 | 1 | -7/+66 |
| * | Moved the packet handler state stuff into a separate header (so we dont pull ... | Josh Blum | 2010-06-01 | 1 | -2/+12 |
| * | Tweak with the udp and zero-copy transport. Eventually, the caller will hang ... | Josh Blum | 2010-05-27 | 1 | -1/+1 |
| * | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -3/+3 |
| * | Added send and recv modes to the device class and packet handler implementation. | Josh Blum | 2010-05-18 | 1 | -4/+6 |
| * | Created inline send vrt packer function that also handles fragmentation. | Josh Blum | 2010-05-17 | 1 | -40/+8 |
| * | work on generic packet handler (got rx working) | Josh Blum | 2010-05-17 | 1 | -89/+6 |
| * | calculate max samples per packet using otw type | Josh Blum | 2010-05-17 | 1 | -8/+15 |
| * | Merge branch 'shrinkfw' into usrp2 | Josh Blum | 2010-05-10 | 1 | -6/+16 |
| |\ |
|
| | * | Added reload flag to the stream cmd. | Josh Blum | 2010-04-28 | 1 | -6/+16 |
| * | | fix for first seqno on rx, init the variable | Josh Blum | 2010-05-07 | 1 | -0/+3 |
| |/ |
|
| * | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -0/+1 |
| * | merged unit type and gpio bank for dboard interface into one type, expanded d... | Josh Blum | 2010-04-12 | 1 | -1/+0 |
| * | Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into io | Josh Blum | 2010-04-12 | 1 | -2/+5 |
| |\ |
|
| | * | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 1 | -4/+7 |
| * | | store the mtu and hdr len stuff only in the usrp2 impl | Josh Blum | 2010-04-12 | 1 | -4/+5 |
| * | | Added data type conversion routines to transport api. | Josh Blum | 2010-04-12 | 1 | -107/+21 |
| * | | Created zero copy interface/framework, made use of it in usrp2 udp transport ... | Josh Blum | 2010-04-12 | 1 | -9/+12 |
| |/ |
|
| * | handle tx fragment eob flag case | Josh Blum | 2010-04-05 | 1 | -1/+7 |
| * | extended stream cmd with mode enum, and extended fragment flags in metadata | Josh Blum | 2010-04-03 | 1 | -1/+6 |
| * | Added io type and otw type for describing types. | Josh Blum | 2010-03-30 | 1 | -35/+33 |
| * | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 1 | -2/+6 |
| * | mess with that usrp2 io loop unroll, also py app gets installed executable | Josh Blum | 2010-03-24 | 1 | -22/+23 |
| * | got uhd almost compiling in windowze. figured out special flags. also had to ... | Josh Blum | 2010-03-17 | 1 | -32/+33 |
| * | changes to get tuning working | Josh Blum | 2010-03-16 | 1 | -1/+1 |
| * | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 1 | -8/+6 |
| * | Some tweaks and changes to io impl that fix segfaults. | Josh Blum | 2010-03-03 | 1 | -7/+16 |
| * | Split metadata into rx and tx specific metadata. | Josh Blum | 2010-03-03 | 1 | -7/+13 |
| * | memcpy size fix, change to some send logic | Josh Blum | 2010-03-03 | 1 | -3/+4 |
| * | Making use of vrt lib in the usrp2 io_impl. | Josh Blum | 2010-03-03 | 1 | -66/+49 |
| * | Expanded the UDP api: | Josh Blum | 2010-03-02 | 1 | -120/+82 |
| * | The net common is too slow in usrp2 firmware to figure out if its vrt data. | Josh Blum | 2010-03-02 | 1 | -5/+6 |
| * | Send the number of samples per datagram over the control. | Josh Blum | 2010-03-01 | 1 | -64/+89 |
| * | Recv noise with uhd. | Josh Blum | 2010-03-01 | 1 | -28/+58 |
| * | fix for io types | Josh Blum | 2010-02-26 | 1 | -6/+6 |
| * | vrt packet count fix | Josh Blum | 2010-02-23 | 1 | -1/+1 |
| * | Put fast path code (rx setup) back into txrx.c. | Josh Blum | 2010-02-23 | 1 | -19/+0 |
| * | Added IF data io handing within the usrp2 impl. | Josh Blum | 2010-02-23 | 1 | -0/+261 |