aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/device3/device3_io_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* device3: Backed-out the alignment adaptionMartin Braun2016-12-091-6/+0
|
* rfnoc: Moved transport endianness as property into both_xports_tMartin Braun2016-11-091-4/+4
| | | | Reviewed-By: Michael West <michael.west@ettus.com>
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-11/+11
| | | | | | | | 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.
* transport: Removed conditional compiles for terminator APIsMartin Braun2016-09-051-2/+0
|
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+851