Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | n230: Fix incorrectly declared locks | Martin Braun | 2018-07-23 | 1 | -3/+5 |
| | |||||
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -9/+5 |
| | | | | | | | Replaced with initialization lists. Note: uhd::dict does not work with initializer lists without making changes to said data structure. This commit has no functional changes, so keeping the boost::assigns for uhd::dict. | ||||
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 2 | -6/+10 |
| | | | | Replace with std::this_thread::sleep_for(). | ||||
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 8 | -42/+45 |
| | | | | | | | | | | | | | | | | To avoid the proliferation of additional include directories and multiple ways of including project-local headers, we now default to moving all headers that are used across UHD into the uhdlib/ subdirectory. Some #include statements were also reordered as they were modified for closer compliance with the coding guidelines. Internal cpp source files should now include files like this: #include <uhdlib/rfnoc/ctrl_iface.hpp> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | ||||
* | fixup! x300,n230,e300,b200: changes to adapt to new usrp API | Trung N Tran | 2018-02-22 | 1 | -5/+6 |
| | |||||
* | x300,n230,e300: changes to adapt to new usrp API | Trung N Tran | 2018-02-21 | 1 | -16/+49 |
| | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 27 | -26/+53 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | usrp3: Changes for Vivado 2017.4 | Ashish Chaudhari | 2018-01-24 | 1 | -1/+1 |
| | | | | | | - Bumped compat number for e3xx, n230, x3xx, n3xx - Updated images package for e3xx, n230, x3xx, n3xx - Updated fpga-src submodule | ||||
* | uhdlib: Update constrained_device_args_t | Martin Braun | 2018-01-18 | 1 | -3/+5 |
| | | | | | | | - Allow enums to be non-consecutive - Move to uhdlib/ - Add unit tests - Updated N230 use of constrained_device_args_t | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 27 | -324/+27 |
| | |||||
* | n230: Properly initialize request before discovery | Martin Braun | 2017-10-23 | 1 | -0/+2 |
| | | | | | | The request struct passed to send() was not fully initialized, causing code checkers to choke. This fix doesn't affect functionality (the values were not used for anything), but removes warnings. | ||||
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 3 | -14/+12 |
| | |||||
* | log: Moved fastpath logging to its own thread | Martin Braun | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Firmware: fix failures due to fw_comm_protocol.h path | Paul David | 2017-03-22 | 2 | -4/+4 |
| | |||||
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 8 | -26/+26 |
| | |||||
* | n230: Fold in module fka usrp3_fw_ctrl_iface | Martin Braun | 2017-02-20 | 7 | -13/+432 |
| | |||||
* | uhd: Replace clocking_mode_t unscoped enum with scoped version | Martin Braun | 2017-02-17 | 1 | -1/+1 |
| | | | | | This is not a functional change, but it marks the usage of scoped enums in UHD. Commits past this one may also use this C++11 feature. | ||||
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 4 | -12/+9 |
| | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | n230: fix coverity reports | Andrej Rode | 2017-01-12 | 1 | -1/+2 |
| | |||||
* | n230: Make second dual-eth addr consistent with standard | Ashish Chaudhari | 2016-11-14 | 1 | -2/+2 |
| | | | | - The second address argument was changed from "secondary-addr" to "second_addr" | ||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 15 | -141/+141 |
| | | | | | | | | 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). | ||||
* | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -39/+39 |
| | | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw | ||||
* | n230: fixed header location | Nicholas Corgan | 2016-01-15 | 2 | -2/+126 |
| | |||||
* | n230: Multiple usability improvements | Ashish Chaudhari | 2016-01-13 | 4 | -40/+96 |
| | | | | | | | - Improved FW/FPGA compat mismatch error messages - Added power-cycle message to loader - Disabled "SW too new for HW" version check - Added retry mechanism in n230_find to allow for ARP updates | ||||
* | n230: Bumped N230 firmware compat number to 32 | Ashish Chaudhari | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | usrp3,n230: Moved all shared FW-Host headers to the host dir | Ashish Chaudhari | 2016-01-08 | 7 | -8/+275 |
| | |||||
* | n230: fixed string formatting warning | Nicholas Corgan | 2016-01-08 | 1 | -2/+5 |
| | |||||
* | n230: Added hardware compatibility version checks to UHD | Ashish Chaudhari | 2016-01-08 | 2 | -2/+53 |
| | |||||
* | n230: Improved error for secondary ethernet detection failure | Ashish Chaudhari | 2016-01-08 | 1 | -3/+10 |
| | |||||
* | n230: Added new AD9361 properties to the property tree | Ashish Chaudhari | 2016-01-07 | 3 | -34/+18 |
| | |||||
* | Fixed some cross-platform build issues | Ashish Chaudhari | 2016-01-06 | 2 | -1/+1 |
| | |||||
* | n230: Fixed GPSDO detection logic | Ashish Chaudhari | 2016-01-06 | 6 | -26/+29 |
| | |||||
* | n230: GPIO ATR cleanup and miniSAS GPIO support | Ashish Chaudhari | 2016-01-05 | 6 | -9/+61 |
| | | | | | - Replaced all gpio_200 cores with gpio_3000 - Added support for miniSAS GPIO through FP0 and FP1 banks | ||||
* | n230: Added N230 device support | Ashish Chaudhari | 2016-01-05 | 21 | -0/+3922 |