aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/device3
Commit message (Collapse)AuthorAgeFilesLines
* X300: Implement single DMA channel for all async messagesMichael West2017-06-262-3/+3
|
* X300: Dual channel TX performance improvementsMichael West2017-06-262-109/+112
|
* device3: Improved busy loop for tx flow control polling on slower machinesPatrick Sisterhen2017-05-081-2/+28
| | | | Effectively adds a yield statement inside the busy loop.
* Device3: Improved send flow controlmichael-west2017-04-051-24/+44
| | | | | | - Implemented zero_copy_flow_ctrl for send transport - Removed bounded buffer for sequence acks - Created spin wait on flow control for fastest response to flow control updates
* device3: Reset sequence number in get_tx_streamer()Jonathon Pendlum2017-01-301-0/+1
|
* docs: Purged references to CVITA, replaced with CHDRMartin Braun2017-01-111-1/+1
|
* Fix typo causing channel list generation to fail.michael-west2016-12-131-1/+1
|
* device3: Backed-out the alignment adaptionMartin Braun2016-11-291-6/+0
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-082-13/+13
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* X300: Fix for channel 1 failure to ACK a TX burst.michael-west2016-11-071-24/+60
| | | | | | - Added mapping from radio block and port to channel in legacy compat layer. - Improved parsing of stream args and added parsing of radio ID and port parameters for each channel. - Added proper programming of the response SID based on the new radio ID and port parameters.
* device3: Removed some superfluous includesMartin Braun2016-11-042-12/+1
|
* transport: Removed conditional compiles for terminator APIsMartin Braun2016-09-051-2/+0
|
* Merging RFNoC support for X310Martin Braun2016-08-094-0/+1274