aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/ad9361_ctrl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-3/+3
| | | | | | | | 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-1/+7
| | | | - Also added check for reading chip ID
* b200: Updated minimum clock rate to match DCM changesMartin Braun2015-10-141-2/+4
| | | | | | Lowest master clock rate is now 220 kHz. At low clock rates, the convergence time for the DC offset and quadrature calibration times is much larger, though.
* B2XX: Added B200mini supportmichael-west2015-08-171-0/+2
|
* ad9361/b200/e300: Refactored AD936x + perifs managementMartin Braun2015-07-291-3/+15
| | | | | | - Created AD936x manager class - Moved functionality from B2x0 and E310 into manager - Separated property tree + perifs initialization in both device classes
* Merge branch 'maint'Martin Braun2015-06-091-0/+3
|\ | | | | | | | | | | | | 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/+3
| | | | | | | | 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.
* | b2xx: filter API implementation. Supports listing of RX/TX filters, querying ↵Julian Arnold2015-03-191-5/+13
| | | | | | | | RX/TX filter information and writing of analog and FIR filters
* | b2xx: AGC supportJulian Arnold2015-03-051-0/+6
| |
* | e3xx: support for dc offset and iq balance controlJulian Arnold2015-02-231-2/+11
| |
* | b2xx: dc offset and iq imbalance correction controlJulian Arnold2015-02-201-1/+14
| |
* | Merge branch 'maint'Martin Braun2015-02-121-1/+1
|\| | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp
| * ad936x: removing gain_offset from rx set_gainJon Kiser2015-02-111-1/+1
| |
* | ad9361: Added relative temperature sensorJulian Arnold2015-01-201-0/+3
|/ | | | This allows to read a relative temperature from an AD9361 device.
* ad9361: rssi readoutJulian Arnold2015-01-121-1/+5
|
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-1/+16
|
* ad9361: Cleaned up constants and macrosAshish Chaudhari2014-08-131-5/+1
|
* ad9361: Converted stdint types to boost typesAshish Chaudhari2014-08-121-2/+1
|
* b200, ad9361: Cleanup up AD9361 driverAshish Chaudhari2014-08-121-30/+5
| | | | | - Removed transaction interface - Made the driver a C++ class
* b200: Moved AD9361 driver to hostAshish Chaudhari2014-08-011-48/+31
| | | | | | | - 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 ctrl/transaction magic number 64 to macro, as it is in ↵Balint Seeber2014-03-191-7/+9
| | | | the FX3 FW
* b200: throw exception when master clock rate (tick rate) is requested to be ↵Balint Seeber2014-02-141-1/+6
| | | | | | > max for certain # of channels (i.e. restrict to 30.72MHz for MIMO) Also includes sscanf type fix in b200_impl and longer timeout for AD9361 read
* b200: lower clock rate is 5MHz due to DCMJosh Blum2013-08-161-1/+2
|
* b200: use existing query rate calls to clipJosh Blum2013-07-191-3/+3
|
* uhd: squashed support modules for usrp3 fpga coresJosh Blum2013-07-191-0/+127