aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_tvrx2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-58/+58
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-6/+6
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-64/+64
| | | | | | | | 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).
* Merge branch 'maint'Martin Braun2016-06-141-6/+6
|\
| * Spelling fixesNicholas Corgan2016-06-141-6/+6
| |
* | dboard: Made dboard class dtors virtualAshish Chaudhari2016-02-261-1/+1
| | | | | | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-7/+7
|/ | | | | | | | | - 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
* db_tvrx2: fixed boost::format bugMarcus Müller2015-03-301-1/+1
|
* Warning fixesNicholas Corgan2015-03-271-7/+7
| | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables
* tvrx2: fix ref_clock logic when using N2x0Nicholas Corgan2014-04-091-3/+3
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-2/+13
|
* tvrx2: reverted broken changes to tuning logicJosh Blum2012-09-281-25/+8
|
* First pass at getting tune_request_t to control IF freq in TVRX2Jason Abele2012-09-041-8/+25
|
* mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-2/+2
| | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* Port of daughterboards from wax to new property treesJason Abele2011-11-071-188/+121
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-291-1/+0
|
* uhd: added safe call on a few dboard related deconstructorsJosh Blum2011-06-101-1/+2
|
* Added TVRX2 supportJason Abele2011-05-131-0/+1911