Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -6/+6 |
| | |||||
* | n230: Fold in module fka usrp3_fw_ctrl_iface | Martin Braun | 2017-02-20 | 1 | -5/+4 |
| | |||||
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -8/+7 |
| | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | 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 | 1 | -8/+8 |
| | | | | | | | | 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: Multiple usability improvements | Ashish Chaudhari | 2016-01-13 | 1 | -28/+41 |
| | | | | | | | - 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 | -3/+4 |
| | |||||
* | n230: Added hardware compatibility version checks to UHD | Ashish Chaudhari | 2016-01-08 | 1 | -2/+26 |
| | |||||
* | n230: Added new AD9361 properties to the property tree | Ashish Chaudhari | 2016-01-07 | 1 | -32/+9 |
| | |||||
* | n230: Fixed GPSDO detection logic | Ashish Chaudhari | 2016-01-06 | 1 | -3/+2 |
| | |||||
* | n230: GPIO ATR cleanup and miniSAS GPIO support | Ashish Chaudhari | 2016-01-05 | 1 | -0/+26 |
| | | | | | - 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/+551 |