aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | usrp2: 2nd dsp working, tweaks regs map and other bugsJosh Blum2011-02-211-16/+18
* | usrp2: code working again in a completed form but did not test dual dspJosh Blum2011-02-201-30/+37
* | usrp2: lot of work on dual dsp, grep for TODOs before continuingJosh Blum2011-02-191-26/+45
* | usrp2: moved all dsp related code into dsp_impl and split for multiple dspsJosh Blum2011-02-181-1/+2
* | uhd: got all compiling w/ changes, changes to channel calculation in multi usrpJosh Blum2011-02-171-1/+1
|/
* usrp-e100: use pre-bound get send/recv buffers in io implJosh Blum2011-02-031-3/+2
* usrp2: speed up for alignment logic, replace std::list with some bit shiftsJosh Blum2011-02-111-18/+25
* uhd: tweaks to vrt pkt handler and usrp2 fc monitorJosh Blum2011-02-091-13/+16
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-2/+2
* usrp2: pre-bind the get buffers methods on init so its not in fast-pathJosh Blum2011-02-071-16/+21
* uhd: change bounded_buffer implementation and code using itJosh Blum2011-02-051-4/+4
* uhd: various performance tweaksJosh Blum2011-02-041-12/+13
* usrp: removed old includes that didnt need to be thereJosh Blum2011-01-101-1/+0
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
* Merge branch 'cordic_policy' into nextJosh Blum2011-01-041-10/+0
|\
| * usrp2: remove temp power up state hack, it seems to be fixedJosh Blum2010-12-301-10/+0
* | udp_ports: enable async recv in xport, set performance params in top level, t...Josh Blum2010-12-221-1/+1
* | udp_ports: added message handling to alignment codeJosh Blum2010-12-221-6/+19
* | udp_ports: host code tweaks, seems to be closer to workingJosh Blum2010-12-171-5/+8
* | usrp2: removed alignment buffer and implemented event based recv + alignment,...Josh Blum2010-12-161-42/+145
|/
* usrp-n: some rx path fixesJosh Blum2010-11-291-2/+3
* usrp_nxxx: software workarounds for weird power up stateJosh Blum2010-11-231-17/+32
* Merge branch 'flow_ctrl' into nextJosh Blum2010-11-231-33/+111
|\
| * Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-0/+9
| |\
| * | usrp2: implemented clear state for RX and TX control, and zero sample command...Josh Blum2010-11-081-25/+0
| * | Merge branch 'usrp2_overflow' into flow_ctrlJosh Blum2010-10-211-1/+7
| |\ \
| * \ \ Merge branch 'master' into flow_ctrlJosh Blum2010-10-181-1/+1
| |\ \ \
| * | | | usrp2: dont need to start streaming for this hackJosh Blum2010-10-151-1/+0
| * | | | usrp2: temp fix to send dummy packets and flush so FPGA vita machine are in k...Josh Blum2010-10-151-0/+26
| * | | | usrp2: move udp port initialization into mboard impl so its done before async...Josh Blum2010-10-141-10/+0
| * | | | udp: fix to use concurrency hint, default hint is zero when no async enabledJosh Blum2010-10-131-0/+1
| * | | | usrp2: increment tx sequence after commitJosh Blum2010-10-131-0/+1
| * | | | uhd: test eob ack message, usrp2: remove rx drain on init with the promise of...Josh Blum2010-10-121-2/+0
| * | | | usrp2: enable the cycles per ack, and drain recv without the timeout (fixes p...Josh Blum2010-10-111-1/+1
| * | | | usrp2: use 32-bit flow control sequence numbersJosh Blum2010-10-111-17/+12
| * | | | usrp2: implemented flow control monitorJosh Blum2010-10-111-13/+90
| * | | | usrp2: implement fc seq number on tx header packingJosh Blum2010-10-111-19/+35
* | | | | usrp2: ms didnt seem to like unlocking an unlocked mutexJosh Blum2010-11-221-3/+4
| |_|_|/ |/| | |