Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x300: Replace all references to boost::this_thread::sleep() | Martin Braun | 2018-04-17 | 1 | -4/+5 |
| | | | | Use std::this_thread::sleep_for() instead. | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -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 Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 1 | -2/+1 |
| | |||||
* | x300: Added location info to FW ctrl error messages | Ashish Chaudhari | 2017-06-15 | 1 | -2/+14 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-04-06 | 1 | -1/+1 |
|\ | |||||
| * | X300: Increase FW control ACK timeout | Michael West | 2017-04-05 | 1 | -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 API | Andrej Rode | 2017-02-20 | 1 | -3/+3 |
|/ | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -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 codebase | Paul David | 2016-04-18 | 1 | -14/+21 |
| | |||||
* | x300,nirio: Added support for NI-RIO 14.0 | Ashish Chaudhari | 2014-10-10 | 1 | -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 Hilburn | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -0/+300 |