aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/ad9361_driver/ad9361_device.cpp
Commit message (Expand)AuthorAgeFilesLines
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-15/+15
* uhd: Replace clocking_mode_t unscoped enum with scoped versionMartin Braun2017-02-171-2/+2
* lib: remove statements after throwAndrej Rode2017-01-121-1/+1
* ad9361: assign before throwAndrej Rode2017-01-121-1/+1
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-148/+148
* ad9361: Added option for safe SPIJonathon Pendlum2016-08-091-0/+10
* b200: Updated minimum clock rate to match DCM changesMartin Braun2015-10-141-2/+3
* B2XX: Added B200mini supportmichael-west2015-08-171-4/+10
* ad9361: Delay Tx Quad Cal from initialization to streamer startTom Tsou2015-08-131-2/+8
* ad9361: Use separate Tx and RX frequency calibration intervalsTom Tsou2015-08-131-18/+36
* ad9361: Reconfigure RF and baseband DC offset correctionTom Tsou2015-08-131-35/+37
* ad9361: Enable single shot Rx Quad CalTom Tsou2015-08-131-30/+61
* ad9361: Updated copyright headersMartin Braun2015-07-211-1/+14
* ad9361: Update Tx Quad Cal to match current gain tablesTom Tsou2015-07-131-1/+1
* ad9361: Prevent positive loop gain on Rx quadrature trackingTom Tsou2015-07-131-1/+1
* ad9361: Invert phase on Rx LNA bypass pathTom Tsou2015-07-131-1/+8
* Merge branch 'maint'Martin Braun2015-07-081-2/+2
|\
| * B200: New AD9361 I/O timing programming to work with new b200_io.v logic design.Ian Buckley2015-07-081-2/+2
* | Merge branch 'maint'Martin Braun2015-06-091-5/+18
|\|
| * B200/E300: Fix incorrect readback of frequency.michael-west2015-05-221-3/+14
| * ad9361: Minor clarifications on req_rate and baseband_bwMartin Braun2015-05-191-2/+4
* | Merge branch 'maint'Martin Braun2015-04-141-1/+2
|\|
| * ad9361: Removed recommended max clock rate warningMartin Braun2015-04-141-1/+2
* | b2xx: filter API implementation. Supports listing of RX/TX filters, querying ...Julian Arnold2015-03-191-47/+582
* | ad9361: DC and IQ correction only done if df > 100MHz during a tune requestJulian Arnold2015-03-131-6/+13
* | b2xx: AGC supportJulian Arnold2015-03-051-23/+147
* | b2xx: dc offset and iq imbalance correction controlJulian Arnold2015-02-201-24/+101
* | Merge branch 'maint'Martin Braun2015-02-171-10/+10
|\|
| * b200: Revised configuration of AD9361 for master_clock_rates >56e6MHz. Issues...Ian Buckley2015-02-171-10/+10
* | Merge branch 'maint'Martin Braun2015-02-121-20/+5
|\|
| * ad936x: removing gain_offset from rx set_gainJon Kiser2015-02-111-20/+5
* | Merge branch 'maint'Martin Braun2015-01-271-1/+7
|\|
| * ad9361: Removed unnecessary digital TX attenuationAshish Chaudhari2015-01-231-1/+7
| * fixup! ad9361: More check for interpolation/decim ratiosAshish Chaudhari2015-01-231-1/+1
* | Merge branch 'maint'Martin Braun2015-01-231-6/+15
|\ \
| * | fixup! ad9361: More check for interpolation/decim ratiosAshish Chaudhari2015-01-231-1/+1
| |/
| * ad9361: More check for interpolation/decim ratiosMartin Braun2015-01-231-6/+15
* | ad9361: Added relative temperature sensorJulian Arnold2015-01-201-1/+45
|/
* ad9361: bugfix for ad9361 gain value truncationJon Kiser2015-01-201-5/+9
* B200: Bug #656. Added FIR coeffs for filters with Fs/4 stop band.Ian Buckley2015-01-191-15/+24
* ad9361: rssi readoutJulian Arnold2015-01-121-0/+22
* ad9361: Made recommended rate a constantMartin Braun2014-09-021-1/+1
* uhd: Changed line endings from Windows -> UNIXAshish Chaudhari2014-08-211-1914/+1914
* ad9361: Output PLL lock status on ctrl output pins.Ashish Chaudhari2014-08-211-1/+1
* ad9361: Fixed MSVC build issuesAshish Chaudhari2014-08-131-1909/+1914
* ad9361: Fixed debug messages with UHD_LOGsAshish Chaudhari2014-08-131-19/+15
* ad9361: Added synchronization to IO and device classesAshish Chaudhari2014-08-131-15/+27
* ad9361: Cleaned up constants and macrosAshish Chaudhari2014-08-131-78/+61
* ad9361: Cleaned up errors and debug messagesAshish Chaudhari2014-08-121-45/+46
* ad9361: Converted stdint types to boost typesAshish Chaudhari2014-08-121-87/+83