aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+1
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-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 Balister2016-10-181-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 SPIJonathon Pendlum2016-08-091-0/+3
| | | | - Also added check for reading chip ID
* Fixed minor warningsNicholas Corgan2015-09-011-1/+1
| | | | | | * Unreferenced exceptions in try-catch statements * Incorrect function documentation * Unlabelled unused variables
* B2XX: Added B200mini supportmichael-west2015-08-171-0/+5
|
* e300: Made network mode not crash when attempting to user filter APIMartin Braun2015-08-061-2/+2
|
* Merge branch 'maint'Martin Braun2015-06-091-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-west2015-05-221-0/+14
| |
* | Merge branch 'maint'Martin Braun2015-04-081-1/+1
|\|
| * e300: remote_codec_ctrl: Fixed typo in error messageMoritz Fischer2015-04-081-1/+1
| |
* | e3xx: filter API implementation. Supports listing of RX/TX filters, querying ↵Julian Arnold2015-03-191-0/+34
| | | | | | | | RX/TX filter information and writing of analog and FIR filters
* | e3xx: AGC supportJulian Arnold2015-03-051-2/+38
| |
* | e3xx: support for dc offset and iq balance controlJulian Arnold2015-02-231-0/+28
| |
* | e200: Expose temperature sensor through property tree (sensors/temp)Julian Arnold2015-01-201-1/+11
|/
* e300: rssi sensor network supportJulian Arnold2015-01-121-0/+14
|
* Initial commit E300 support.Martin Braun2014-10-071-0/+148