aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/ad9361_driver
Commit message (Expand)AuthorAgeFilesLines
* ad9361: Fix mask for product ID checkBrian Padalino2020-07-091-1/+1
* ad9361: Remove compiler warningMartin Braun2020-04-171-1/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-673/+755
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-262-10/+10
* ad9361: Improve loggingMartin Braun2019-07-181-10/+15
* e310/e320: Move E310 to MPM architecture and refactorSugandha Gupta2019-05-012-2/+2
* ad9361: Fix return values for tune and set_clock_rateSugandha Gupta2019-05-012-3/+11
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-151-2/+2
* uhd: skip formatting misc arrays, maps, etc.Brent Stapleton2019-01-161-0/+4
* lib: ad9361: De-boostify AD9361 driverMartin Braun2018-10-172-106/+195
* ad9361: Add API to set 1R1T/2R2T timing modesSugandha Gupta2018-06-152-0/+49
* lib: Remove some unnecessary use of boost::posix_timeMartin Braun2018-05-141-6/+6
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-22/+22
* ad9361: Fix bandwidth warnings and rangesVidush2018-04-272-12/+14
* uhd: Update license headersMartin Braun2018-02-196-6/+12
* Move all license headers to SPDX format.Martin Braun2017-12-226-72/+6
* ad9361: Reconfigure Rx HB filters with MCR >58 MHzTom Tsou2017-06-281-1/+2
* logging: Demoted more DEBUG to TRACEMartin Braun2017-04-061-10/+10
* 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-172-4/+4
* lib: add default ctors to structs and initialize members properlyAndrej Rode2017-01-121-3/+15
* 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-085-184/+184
* ad9361: Added option for safe SPIJonathon Pendlum2016-08-092-0/+13
* b200: Updated minimum clock rate to match DCM changesMartin Braun2015-10-142-2/+4
* B2XX: Added B200mini supportmichael-west2015-08-172-4/+12
* 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-132-19/+39
* ad9361: Reconfigure RF and baseband DC offset correctionTom Tsou2015-08-132-37/+39
* ad9361: Enable single shot Rx Quad CalTom Tsou2015-08-132-31/+63
* ad9361: Updated copyright headersMartin Braun2015-07-216-6/+84
* 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
* | ad9361: brought in Boost.Assign std::map workaround for MSVC 2013Nicholas Corgan2015-06-291-4/+11
* | Merge branch 'maint'Martin Braun2015-06-092-7/+30
|\|
| * B200/E300: Fix incorrect readback of frequency.michael-west2015-05-222-3/+17
| * ad9361: Minor clarifications on req_rate and baseband_bwMartin Braun2015-05-192-4/+13
* | Merge branch 'maint'Martin Braun2015-04-142-2/+3
|\|
| * ad9361: Removed recommended max clock rate warningMartin Braun2015-04-142-2/+3
* | b2xx: filter API implementation. Supports listing of RX/TX filters, querying ...Julian Arnold2015-03-192-53/+667
* | ad9361: DC and IQ correction only done if df > 100MHz during a tune requestJulian Arnold2015-03-132-6/+15
* | uhd: Fixed multiple compiler warningsMichael Dickens2015-03-111-14/+14
* | b2xx: AGC supportJulian Arnold2015-03-052-24/+158
* | b2xx: dc offset and iq imbalance correction controlJulian Arnold2015-02-203-105/+191
* | 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