aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_fw_ctrl.cpp
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
|
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-2/+1
|
* x300: Added location info to FW ctrl error messagesAshish Chaudhari2017-06-151-2/+14
|
* Merge branch 'maint'Martin Braun2017-04-061-1/+1
|\
| * X300: Increase FW control ACK timeoutMichael West2017-04-051-1/+1
| | | | | | | | - Fixes issue of fw_communication timeout errors on (Windows) systems where clock ticks are >10ms
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-3/+3
|/
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-22/+22
| | | | | | | | 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).
* transport optimize: Integrated the transport offloading into the X3XX codebasePaul David2016-04-181-14/+21
|
* x300,nirio: Added support for NI-RIO 14.0Ashish Chaudhari2014-10-101-11/+11
| | | | | | | | | - Split niriok_proxy interfaces to support NI-RIO <=13.0 and >=14.0 kernel interfaces - Fixed multi-session race conditions by synchronizing niriok_proxy access - Fixed bug switching from NI LV-FPGA access to UHD access by changing how devices are hashed into a reservation table - Fixed calculation of FRAC values for CBX and SBX LO tuning by rounding instead of truncating - Fixed bug that was not setting two MSBs for band select configuration of CBX LO - Submitting on behalf of Patrick Sisterhen, Matthew Crymble
* Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-211-2/+2
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+300