aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_sbx_common.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Merge branch 'maint'Martin Braun2017-07-171-15/+12
|\
| * cbx: turn on LO LPF at <2GHz instead of <1.5GHzMark Meserve2017-06-301-15/+12
| |
* | logging: Demoted more DEBUG to TRACEMartin Braun2017-04-061-3/+3
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-6/+6
| |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+2
|/ | | | | 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-2/+2
| | | | | | | | 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-8/+8
| | | | | | | | | - 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
* cbx/sbx: Properly initialize ATR registers during initAshish Chaudhari2015-10-191-0/+3
|
* cbx/sbx: Sped up initialization by removing LED blinking sequenceAshish Chaudhari2015-10-191-45/+0
|
* usrp3: Added new GPIO ATR 3000 coreAshish Chaudhari2015-09-291-8/+8
| | | | | | | | - Refactored GPIO ATR definitions - Added new 3000 core with a more efficient API - Added a separate db_gpio_atr core to control the ATR bus - Ported b2xx, e3xx and x3xx to the new core - Minor cleanup
* sbx: Fixed logging string (showed TX instead of RX)Martin Braun2014-09-241-1/+1
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+5
|
* 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidationNicholas Corgan2014-01-241-145/+41
| | | | | | | * Added support for new CBX-120, SBX-120, and WBX-120 daughterboards * Added implementation of Integer-N tuning for all CBX, SBX, and WBX daughterboards * Added --int-n option to examples to show how to use Integer-N tuning API * Removed duplicate ADF4350/ADF4351 code and moved it to common/adf435x_common.cpp
* sbx: bugfix#55 and refactored ADF435X tuning code in the SBX driver.Ashish Chaudhari2013-11-131-1/+131
|
* CBX supportNicholas Corgan2013-06-071-12/+39
|
* Fixing TX mixer disable, maxing out attenuation when not in use.Ben Hilburn2012-02-071-53/+35
|
* sbx: fix dboard tuning to cache resultJosh Blum2012-01-051-9/+5
|
* Updates to accommodate loopback calibration modeJason Abele2011-11-111-17/+24
| | | | Added CAL antenna to WBX, SBX and RFX
* sbx: bring SBX into the treeJosh Blum2011-11-071-228/+67
|
* sbx: squashed Ben's SBX workJosh Blum2011-11-071-0/+514