aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |_|_|/ |/| | |
* | | | usrp: use a spawn thread to ensure that a pirate is spawned before continuing...Josh Blum2010-11-161-0/+9
| |_|/ |/| |
* | | usrp2: handle real overflow packets in host, reload continuous stream cmd, re...Josh Blum2010-10-211-1/+7
| |/ |/|
* | usrp2: make the booty smaller than the number of recv framesJosh Blum2010-10-161-1/+1
|/
* usrp2: moved samples per packet calculation into io_implJosh Blum2010-10-071-0/+19
* uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-2/+2
* usrp2: removed extra print-outs in initJosh Blum2010-10-041-4/+0
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-16/+16
* uhd: implemented recv timeout for zero copy interfaceJosh Blum2010-09-301-2/+3
* uhd: fix warning by adding brackets for while(cond){};Josh Blum2010-09-271-1/+1
* usrp1: reworked the io_impl for usrp1 to use the vrt packet handlerJosh Blum2010-09-221-1/+1
* usrp2: flush the error flow messages, issue the stop before register configur...Josh Blum2010-08-311-2/+2
* usrp2: stop streaming and drain buffer (if left running)Josh Blum2010-07-301-4/+6
* Merge branch 'tx_report'Josh Blum2010-07-261-3/+38
|\
| * usrp2: added async event types, and common code for handling context wordsJosh Blum2010-07-211-4/+1
| * uhd: added async recv message call to device apiJosh Blum2010-07-201-5/+35
| * Merge branch 'master' into tx_reportJosh Blum2010-07-201-10/+8
| |\
| * | usrp2: added registers and handling for tx async reportsJosh Blum2010-07-191-0/+6
* | | usrp2: moved timeout into bound callback in io_implJosh Blum2010-07-221-5/+3
| |/ |/|
* | uhd: bring timeout parameter to the device::recv call, implement in usrp2Josh Blum2010-07-201-10/+8
|/
* usrp2: removed SX packet count stuff from vrt packet handler, moved to usrp2 ...Josh Blum2010-07-091-5/+9
* uhd: ssize_t for phony zero copy return types, null sptr for timeout/error wi...Josh Blum2010-07-091-1/+1
* usrp2: use the actual pointer in bind so the sptr is not copiedJosh Blum2010-07-071-2/+2
* usrp2: some cleanup and tweaks in io implJosh Blum2010-07-051-41/+76
* usrp2: moved calculations for max packet size and otw types into shared objec...Josh Blum2010-07-051-25/+10
* usrp2: split mboard impl into its own class, usrp2 device can instantiate N m...Josh Blum2010-07-051-57/+56
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, need...Josh Blum2010-07-051-9/+23
* uhd: work on thread priority schedulingJosh Blum2010-06-161-0/+2
* Replaced the vrt pack and unpack with a pack and unpack for big endian and a ...Josh Blum2010-06-071-0/+2
* usrp2 regs naming conventionJosh Blum2010-06-041-6/+6
* Created macros for dealing with pimpls and implemented in code.Josh Blum2010-06-021-1/+1
* use smart pointer for io impl, simplify send buffer callbackJosh Blum2010-06-021-10/+2
* disable boost thread interrupt when doing pop with timed wait, fixed error on...Josh Blum2010-06-021-2/+4
* Implemented pirate thread, moved io impl details into io impl cpp file. Fixed...Josh Blum2010-06-011-7/+66
* Moved the packet handler state stuff into a separate header (so we dont pull ...Josh Blum2010-06-011-2/+12
* Tweak with the udp and zero-copy transport. Eventually, the caller will hang ...Josh Blum2010-05-271-1/+1