aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/ad9361_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: initial commit of UHD support for E320Brent Stapleton2018-07-181-8/+0
| | | | Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com>
* mpm: initial commit of E320 codeBrent Stapleton2018-07-181-0/+15
| | | | Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com>
* e300: remove time spiTrung N Tran2018-07-061-36/+1
|
* ad9361: Add API to set 1R1T/2R2T timing modesSugandha Gupta2018-06-151-0/+14
| | | | | LVDS interface can support both timing modes 1R1T/2R2T The API sets the required bit in catalina registers.
* ad9361: Fix bandwidth warnings and rangesVidush2018-04-271-3/+17
| | | | | | | Allows full bandwidth range to user. Reviewed-by: Michael West <michael.west@ettus.com> Reviewed-by: Martin Braun <martin.braun@ettus.com>
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-2/+2
| | | | | | | | | | | | | | | | To avoid the proliferation of additional include directories and multiple ways of including project-local headers, we now default to moving all headers that are used across UHD into the uhdlib/ subdirectory. Some #include statements were also reordered as they were modified for closer compliance with the coding guidelines. Internal cpp source files should now include files like this: #include <uhdlib/rfnoc/ctrl_iface.hpp> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>
* uhd: Update license headersMartin Braun2018-02-191-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 Braun2017-12-221-12/+1
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-3/+3
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-21/+21
| | | | | | | | 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).
* ad9361: Added option for safe SPIJonathon Pendlum2016-08-091-9/+45
| | | | - Also added check for reading chip ID
* B2XX: Added B200mini supportmichael-west2015-08-171-0/+5
|
* Merge branch 'maint'Martin Braun2015-06-091-0/+9
|\ | | | | | | | | | | | | 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
| * B200/E300: Fix incorrect readback of frequency.michael-west2015-05-221-0/+9
| | | | | | | | When the LO is tuned it changes the frequency on both channels. The frequency value read back for the first channel was not updated when the LO frequency for the other channel was tuned to a different value.
* | Merge branch 'maint'Martin Braun2015-04-141-7/+1
|\| | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_io_impl.cpp host/lib/usrp/common/ad9361_driver/ad9361_device.cpp host/lib/usrp/common/ad9361_driver/ad9361_device.h
| * ad9361: Removed recommended max clock rate warningMartin Braun2015-04-141-7/+1
| |
* | b2xx: 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
* | b2xx: AGC supportJulian Arnold2015-03-051-0/+21
| |
* | e3xx: support for dc offset and iq balance controlJulian Arnold2015-02-231-13/+0
| |
* | b2xx: dc offset and iq imbalance correction controlJulian Arnold2015-02-201-0/+28
| |
* | ad9361: Added relative temperature sensorJulian Arnold2015-01-201-0/+6
|/ | | | This allows to read a relative temperature from an AD9361 device.
* B200: Bug #656. Added FIR coeffs for filters with Fs/4 stop band.Ian Buckley2015-01-191-0/+7
| | | | AD9361 driver can now select coeffs for different interpolation ratios.
* ad9361: rssi readoutJulian Arnold2015-01-121-1/+10
|
* ad9361: Made recommended rate a constantMartin Braun2014-09-021-2/+2
|
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-1/+14
|
* ad9361: Fixed TX direction bug in ad9361_ctrlAshish Chaudhari2014-08-131-1/+1
|
* ad9361: Added synchronization to IO and device classesAshish Chaudhari2014-08-131-5/+6
|
* ad9361: Converted stdint types to boost typesAshish Chaudhari2014-08-121-20/+20
|
* b200, ad9361: Cleanup up AD9361 driverAshish Chaudhari2014-08-121-186/+59
| | | | | - Removed transaction interface - Made the driver a C++ class
* b200: Moved AD9361 driver to hostAshish Chaudhari2014-08-011-33/+171
| | | | | | | - Switched to FPGA SPI engine - Moved firmware AD9361 driver to UHD - Bumped FW compat to 5, FPGA compat to 4 - Known Issue: AD9361 SPI rate is too slow
* b200: changed ad9361 read timeout handling (kicks in when requesting ↵Balint Seeber2014-03-191-1/+1
| | | | master_clock_rate above 56MHz)
* uhd: strnlen for platforms w/o itJosh Blum2013-07-251-1/+9
|
* b200: use existing query rate calls to clipJosh Blum2013-07-191-2/+2
|
* uhd: squashed support modules for usrp3 fpga coresJosh Blum2013-07-191-0/+165