Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -58/+58 |
| | | | | | | | | 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). | ||||
* | Fix warning in e300_remote_codec_ctrl.cpp for gcc. | Philip Balister | 2016-10-18 | 1 | -2/+2 |
| | | | | | | | | The bigger question is why uhd forces the e300 code to have an implementation of an empty function. But, suppress the warning and let people fight about design later. Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
* | ad9361: Added option for safe SPI | Jonathon Pendlum | 2016-08-09 | 1 | -0/+3 |
| | | | | - Also added check for reading chip ID | ||||
* | Fixed minor warnings | Nicholas Corgan | 2015-09-01 | 1 | -1/+1 |
| | | | | | | * Unreferenced exceptions in try-catch statements * Incorrect function documentation * Unlabelled unused variables | ||||
* | B2XX: Added B200mini support | michael-west | 2015-08-17 | 1 | -0/+5 |
| | |||||
* | e300: Made network mode not crash when attempting to user filter API | Martin Braun | 2015-08-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-06-09 | 1 | -0/+14 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/common/ad9361_ctrl.hpp host/lib/usrp/common/ad9361_driver/ad9361_device.h host/lib/usrp/e300/e300_remote_codec_ctrl.hpp | ||||
| * | E300: Implement get_freq() for E300 network mode. | michael-west | 2015-05-22 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-04-08 | 1 | -1/+1 |
|\| | |||||
| * | e300: remote_codec_ctrl: Fixed typo in error message | Moritz Fischer | 2015-04-08 | 1 | -1/+1 |
| | | |||||
* | | e3xx: filter API implementation. Supports listing of RX/TX filters, querying ↵ | Julian Arnold | 2015-03-19 | 1 | -0/+34 |
| | | | | | | | | RX/TX filter information and writing of analog and FIR filters | ||||
* | | e3xx: AGC support | Julian Arnold | 2015-03-05 | 1 | -2/+38 |
| | | |||||
* | | e3xx: support for dc offset and iq balance control | Julian Arnold | 2015-02-23 | 1 | -0/+28 |
| | | |||||
* | | e200: Expose temperature sensor through property tree (sensors/temp) | Julian Arnold | 2015-01-20 | 1 | -1/+11 |
|/ | |||||
* | e300: rssi sensor network support | Julian Arnold | 2015-01-12 | 1 | -0/+14 |
| | |||||
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 1 | -0/+148 |