aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-6/+6
|
* n230: Fold in module fka usrp3_fw_ctrl_ifaceMartin Braun2017-02-201-5/+4
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-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 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-081-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::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: Multiple usability improvementsAshish Chaudhari2016-01-131-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 dirAshish Chaudhari2016-01-081-3/+4
|
* n230: Added hardware compatibility version checks to UHDAshish Chaudhari2016-01-081-2/+26
|
* n230: Added new AD9361 properties to the property treeAshish Chaudhari2016-01-071-32/+9
|
* n230: Fixed GPSDO detection logicAshish Chaudhari2016-01-061-3/+2
|
* n230: GPIO ATR cleanup and miniSAS GPIO supportAshish Chaudhari2016-01-051-0/+26
| | | | | - 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-051-0/+551