aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230
Commit message (Collapse)AuthorAgeFilesLines
* n230: fix coverity reportsAndrej Rode2017-01-121-1/+2
|
* n230: Make second dual-eth addr consistent with standardAshish Chaudhari2016-11-141-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 Braun2016-11-0815-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::propertyAshish Chaudhari2016-02-111-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 locationNicholas Corgan2016-01-152-2/+126
|
* n230: Multiple usability improvementsAshish Chaudhari2016-01-134-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 32Ashish Chaudhari2016-01-131-1/+1
|
* usrp3,n230: Moved all shared FW-Host headers to the host dirAshish Chaudhari2016-01-087-8/+275
|
* n230: fixed string formatting warningNicholas Corgan2016-01-081-2/+5
|
* n230: Added hardware compatibility version checks to UHDAshish Chaudhari2016-01-082-2/+53
|
* n230: Improved error for secondary ethernet detection failureAshish Chaudhari2016-01-081-3/+10
|
* n230: Added new AD9361 properties to the property treeAshish Chaudhari2016-01-073-34/+18
|
* Fixed some cross-platform build issuesAshish Chaudhari2016-01-062-1/+1
|
* n230: Fixed GPSDO detection logicAshish Chaudhari2016-01-066-26/+29
|
* n230: GPIO ATR cleanup and miniSAS GPIO supportAshish Chaudhari2016-01-056-9/+61
| | | | | - Replaced all gpio_200 cores with gpio_3000 - Added support for miniSAS GPIO through FP0 and FP1 banks
* n230: Added N230 device supportAshish Chaudhari2016-01-0521-0/+3922