aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-0/+3
* usrp2: fix program_stream_dest (arp for dest)Josh Blum2012-08-141-0/+1
* usrp2: work on alternative stream destinationJosh Blum2012-03-231-0/+57
* uhd: added async md user payload and common utilsJosh Blum2012-02-141-15/+3
* uhd: various tweaks for compiler warns and valgrindJosh Blum2012-02-091-1/+2
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-061-4/+4
* dsp rework: work on usb wrapper for smaller packets, large lutsJosh Blum2012-02-021-1/+1
* dsp rework: account for no sid used in tx vita pktJosh Blum2012-02-011-1/+2
* dsp rework: tx trailer, scaling work (peak)Josh Blum2012-01-311-0/+1
* dsp rework: work on scaling and args parsing on RX and TX dspJosh Blum2012-01-311-9/+4
* dsp rework: implemented new scalefactor in rx dsp coreJosh Blum2012-01-311-1/+1
* uhd: add samples per pkt option to rx streamerJosh Blum2012-01-261-1/+2
* uhd: flush transport for new rx streamersJosh Blum2012-01-231-1/+1
* usrp: added underflow_policy to tx streamer argsJosh Blum2011-12-201-0/+1
* UHD will now print 'L' whenever a late packet is transmitted.Ben Hilburn2011-12-121-0/+3
* uhd: work with stream clearingJosh Blum2011-12-051-5/+14
* usrp: clear dsp when making new streamerJosh Blum2011-11-211-0/+1
* usrp2: fix channel mapping calculationJosh Blum2011-11-071-2/+2
* usrp: parse rx stream args scalarJosh Blum2011-11-051-1/+2
* uhd: renamed convert markup to formatJosh Blum2011-11-031-6/+4
* usrp1: got the 16Msps working (needed non hb-filter image)Josh Blum2011-11-031-13/+19
* usrp2: work on alternative OTW formatsJosh Blum2011-11-031-1/+6
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-2/+2
* usrp1: did work for stream interface on usrp1Josh Blum2011-11-031-6/+0
* usrp2: additional corrections for streaming to workJosh Blum2011-11-031-3/+3
* uhd: lots of work releated to streamer work and usrp2 implementationJosh Blum2011-11-031-114/+156
* usrp2: manually deconstruct tasks, fixes cleanup bugJosh Blum2011-08-251-0/+5
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-221-2/+2
* uhd: tweaks for windows boost 1.47 compileJosh Blum2011-07-181-1/+1
* usrp2: use the err transport for tx/err, and rx xports are recv onlyJosh Blum2011-07-171-7/+7
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-131-20/+9
* usrp: added software scale factor adjustmentJosh Blum2011-07-081-0/+2
* usrp: handle frontend swapping if the first subdev is QI or QJosh Blum2011-07-041-2/+4
* usrp2: accept old db name 0 for backwards compatJosh Blum2011-07-031-2/+22
* usrp2: set the set_alignment_failure_threshold to match default socket buffer...Josh Blum2011-07-031-0/+4
* usrp: added validate_subdev_spec to all io_implsJosh Blum2011-07-011-3/+3
* usrp: moved fx2 stuff into common folderJosh Blum2011-07-011-8/+9
* usrp2: moved impl back into usrp subdirJosh Blum2011-06-291-78/+109
* uhd: replaced boolean for thread loop w/ boost::this_thread::interruption_req...Josh Blum2011-06-161-4/+1
* usrp2: super packet handler support squashedJosh Blum2011-06-141-211/+75
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-7/+9
* uhd: move thread loop condition flag to before barrier (prevents race condition)Josh Blum2011-04-221-1/+1
* uhd: implemented boost barriers on all code that creates threadsJosh Blum2011-03-311-13/+12
* usrp2: also store expected_time in-between statesJosh Blum2011-03-111-4/+5
* usrp2: save alignment indexes between state to fix the lost packet problemJosh Blum2011-03-091-14/+24
* Merge branch 'master' into nextJosh Blum2011-03-031-1/+1
|\
| * usrp2: minor optimization, only disable interruption when we need to wait()Josh Blum2011-02-281-1/+1
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-0/+1
* | usrp2: fixed flow control monitors indexing, fixed multi-usrp send bugJosh Blum2011-02-221-3/+5
* | usrp2: div->ldiv fix for overloaded types w/ msvcJosh Blum2011-02-221-1/+1