Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -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 Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | logging: Demoted more DEBUG to TRACE | Martin Braun | 2017-04-06 | 1 | -7/+7 |
| | |||||
* | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 1 | -7/+2 |
| | |||||
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -17/+17 |
| | |||||
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -1/+1 |
| | | | | | 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 | -14/+14 |
| | | | | | | | | 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). | ||||
* | dboard: Made dboard class dtors virtual | Ashish Chaudhari | 2016-02-26 | 1 | -1/+1 |
| | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL | ||||
* | 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 | ||||
* | Fixed whitespace and added comment. | michael-west | 2014-05-20 | 1 | -5/+6 |
| | |||||
* | Fix for BUG 473: UHD: DBSRX2 VCO Autoselect Failing / Wrong Frequency Range | michael-west | 2014-05-13 | 1 | -3/+4 |
| | | | | | - Corrected frequency range for DBSRX2 - Corrected register write order when changing frequency | ||||
* | lib: dbsrx2 bugfix | Nicholas Corgan | 2013-11-18 | 1 | -3/+3 |
| | |||||
* | mboard id's are now more concise (codenames are separated, for example), and ↵ | Nicholas Corgan | 2012-04-20 | 1 | -2/+2 |
| | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc) | ||||
* | Make DBSRX* set default bandwidth based on codec rate | Jason Abele | 2012-03-11 | 1 | -1/+5 |
| | |||||
* | uhd: fixed some compile warnings for msvc | Josh Blum | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Port of daughterboards from wax to new property trees | Jason Abele | 2011-11-07 | 1 | -131/+63 |
| | | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2 | ||||
* | Fix rounding in DBSRX2 tuning | Jason Abele | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 1 | -1/+0 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often) | Josh Blum | 2011-05-04 | 1 | -9/+8 |
| | |||||
* | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 1 | -6/+6 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵ | Josh Blum | 2011-02-11 | 1 | -2/+8 |
| | | | | locked | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -11/+11 |
| | | | | double, simplifies life | ||||
* | uhd: removed windows warnings, added string formatting in usrp-n | Josh Blum | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | dbsrx2: updated code for ranges use | Josh Blum | 2010-11-10 | 1 | -6/+6 |
| | |||||
* | dbsrx2: removed windows warnings, made bandwidth param a double | Josh Blum | 2010-11-05 | 1 | -11/+11 |
| | |||||
* | Added mangling for DBSRX2 i2c addresses on USRP | Jason Abele | 2010-11-05 | 1 | -10/+9 |
| | |||||
* | Adjusting rx_get and rx_set for newer keys | Jason Abele | 2010-11-05 | 1 | -30/+16 |
| | |||||
* | Working DBSRX2 daughterboard code | Jason Abele | 2010-11-05 | 1 | -0/+454 |