aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/io_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* usrp1: ensure that the current buffer was committed before getting a new oneJosh Blum2010-10-071-1/+5
* usrp1: use the transport frame sizes to calculate the max sppJosh Blum2010-10-061-72/+97
* uhd: reworked the zero copy interfaceJosh Blum2010-10-021-49/+16
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-9/+11
* uhd: implemented recv timeout for zero copy interfaceJosh Blum2010-09-301-4/+4
* usrp1: removed msvc warnings for usrp1 impl codeJosh Blum2010-09-231-2/+2
* usrp1: multi-channel tx working, modified vrt handler to interleaveJosh Blum2010-09-231-1/+3
* usrp1: multi-channel rx working, modified vrt handler to deinterleaveJosh Blum2010-09-221-1/+4
* usrp1: reworked the io_impl for usrp1 to use the vrt packet handlerJosh Blum2010-09-221-246/+230
* usrp1: flush for flow error messagesJosh Blum2010-08-311-2/+2
* usrp1: Don't flush the stream buffer after every overrun/underrunThomas Tsou2010-08-271-2/+2
* usrp1: Remove unused overrun/underrun poll variableThomas Tsou2010-08-241-2/+0
* usrp1: Cleanup unnecessary state variablesThomas Tsou2010-08-241-12/+22
* usrp1: Refactor I/O implementationThomas Tsou2010-08-231-130/+207
* usrp1: Make underrun/overrun checking rate dependentThomas Tsou2010-08-191-10/+22
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+229