aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/device3/device3_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Merge branch 'maint'Martin Braun2017-06-271-0/+1
|\
| * X300: Implement single DMA channel for all async messagesMichael West2017-06-261-2/+2
| |
| * X300: Dual channel TX performance improvementsMichael West2017-06-261-1/+2
| |
* | device3: Fixed potential concurreny issuesAshish Chaudhari2017-04-051-3/+0
| | | | | | | | | | | | | | - Protected block_ctrl vector with a mutex - Note: const block accessors are not thread safe - Removed sid_framer from base device3 class - Made x300,e300 sid_framers atomic
* | rfnoc: Moved transport endianness as property into both_xports_tMartin Braun2016-11-091-3/+1
|/ | | | 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-2/+2
| | | | | | | | 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).
* device3: Removed some superfluous includesMartin Braun2016-11-041-12/+0
|
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+210