aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-25/+25
| | | | | | | | 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).
* Merge branch 'maint'Martin Braun2015-06-091-1/+1
|\ | | | | | | | | | | | | 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/+1
| |
* | e3xx: filter API implementation. Supports listing of RX/TX filters, querying ↵Julian Arnold2015-03-191-0/+3
| | | | | | | | RX/TX filter information and writing of analog and FIR filters
* | e3xx: AGC supportJulian Arnold2015-03-051-0/+4
| |
* | e3xx: support for dc offset and iq balance controlJulian Arnold2015-02-231-0/+4
| |
* | e200: Expose temperature sensor through property tree (sensors/temp)Julian Arnold2015-01-201-0/+2
|/
* e300: rssi sensor network supportJulian Arnold2015-01-121-0/+2
|
* Initial commit E300 support.Martin Braun2014-10-071-0/+59