Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -3/+3 |
| | |||||
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -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 Braun | 2016-11-08 | 1 | -4/+4 |
| | | | | | | | | 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). | ||||
* | adf435x: Refactored ADF435X control code | Ashish Chaudhari | 2016-02-12 | 1 | -0/+6 |
| | | | | | | - Removed adf435x_common and replaced with a real encapsulated interface - Looks similar to the MAX287X code - Updated all DB classes to use the new common code | ||||
* | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -4/+4 |
| | | | | | | | | | - 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 | ||||
* | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 1 | -14/+21 |
| | | | | | | | * 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/wbx: clear R/N counters before tuning the LO | Josh Blum | 2012-08-08 | 1 | -2/+1 |
| | | | | This helps consistent phase offset between mixers when a timed tune is performed. | ||||
* | sbx: fix dboard tuning to cache result | Josh Blum | 2012-01-05 | 1 | -4/+0 |
| | |||||
* | wbx: bring WBX into the tree | Josh Blum | 2011-11-07 | 1 | -146/+44 |
| | |||||
* | wbx: squashed Ben's WBX work | Josh Blum | 2011-11-07 | 1 | -442/+44 |
| | |||||
* | wbx: fix bug in wbxv3 tx gain readback calculation | Josh Blum | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into next | Josh Blum | 2011-07-18 | 1 | -15/+25 |
|\ | | | | | | | | | Conflicts: host/lib/convert/convert_fc64_with_sse2.cpp | ||||
| * | Updates to WBX dboard driver for version 3 support | Jason Abele | 2011-07-15 | 1 | -15/+25 |
| | | | | | | | | Use step attenuator for TX gain control | ||||
* | | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 1 | -1/+0 |
|/ | |||||
* | WBX: Add support for WBX v3 daughterboards | Jason Abele | 2011-06-16 | 1 | -14/+83 |
| | |||||
* | wbx: mixers always enabled, ant switches always defined | Josh Blum | 2011-06-02 | 1 | -4/+4 |
| | |||||
* | WBX: keep mixer on when TX idle, and switch TX ant sw to RX when idle to ↵ | Nick Foster | 2011-05-26 | 1 | -1/+1 |
| | | | | | | keep mixer from feeding out when idle. This allows USRPs to maintain a constant phase relationship between MIMO devices while operating. | ||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -7/+3 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often) | Josh Blum | 2011-05-04 | 1 | -11/+9 |
| | |||||
* | Enhance WBX IQ balance performance through LO drive | Josh Blum | 2011-04-26 | 1 | -0/+29 |
| | |||||
* | wbx: split wbx into daughterboard and granddaughterboard implementation | Josh Blum | 2011-04-26 | 1 | -0/+555 |