aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_resource_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-3/+1
|
* log: Moved fastpath logging to its own threadMartin Braun2017-04-241-1/+1
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-8/+8
|
* n230: Fold in module fka usrp3_fw_ctrl_ifaceMartin Braun2017-02-201-4/+4
|
* uhd: Replace clocking_mode_t unscoped enum with scoped versionMartin Braun2017-02-171-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 loopAndrej Rode2017-02-101-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 reportsAndrej Rode2017-01-121-1/+2
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-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 improvementsAshish Chaudhari2016-01-131-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 dirAshish Chaudhari2016-01-081-2/+2
|
* n230: Improved error for secondary ethernet detection failureAshish Chaudhari2016-01-081-3/+10
|
* n230: Added new AD9361 properties to the property treeAshish Chaudhari2016-01-071-1/+3
|
* Fixed some cross-platform build issuesAshish Chaudhari2016-01-061-1/+0
|
* n230: Fixed GPSDO detection logicAshish Chaudhari2016-01-061-11/+10
|
* n230: GPIO ATR cleanup and miniSAS GPIO supportAshish Chaudhari2016-01-051-2/+11
| | | | | - 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/+529