Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -3/+1 |
| | |||||
* | log: Moved fastpath logging to its own thread | Martin Braun | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -8/+8 |
| | |||||
* | n230: Fold in module fka usrp3_fw_ctrl_iface | Martin Braun | 2017-02-20 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | | 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 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -29/+29 |
| | | | | | | | | 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). | ||||
* | n230: Multiple usability improvements | Ashish Chaudhari | 2016-01-13 | 1 | -3/+27 |
| | | | | | | | - 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 | ||||
* | usrp3,n230: Moved all shared FW-Host headers to the host dir | Ashish Chaudhari | 2016-01-08 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -1/+3 |
| | |||||
* | Fixed some cross-platform build issues | Ashish Chaudhari | 2016-01-06 | 1 | -1/+0 |
| | |||||
* | n230: Fixed GPSDO detection logic | Ashish Chaudhari | 2016-01-06 | 1 | -11/+10 |
| | |||||
* | n230: GPIO ATR cleanup and miniSAS GPIO support | Ashish Chaudhari | 2016-01-05 | 1 | -2/+11 |
| | | | | | - 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 | 1 | -0/+529 |