aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common
Commit message (Expand)AuthorAgeFilesLines
* cal: add method to get the current power cal tracking modeDavid Raeman2022-07-201-0/+5
* n310: Add Filter API to n310mattprost2022-04-071-1/+1
* n320: fix issue that occasionally prevents lo_locked upon first set_freqDavid Raeman2022-04-011-6/+43
* Fix handling of discontinuities in power calibration dataLars Amsel2022-03-231-3/+3
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-191-3/+3
* ad9361: Add comment re overclockingMartin Braun2021-09-301-3/+23
* ad9361: Modify set-tx-gain procedure to update gain in one goMartin Braun2021-09-171-7/+13
* lib: Add various missing includesMartin Braun2021-07-142-0/+3
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-241-3/+2
* lmx2572: Fix compiler warningMartin Braun2021-06-221-3/+2
* uhd: Add support for the USRP X410Lars Amsel2021-06-102-0/+1031
* lib: lmx2592: Comment out some unused constantsMartin Braun2021-03-041-7/+10
* host: Update code base using clang-tidyMartin Braun2021-03-047-59/+62
* lib: Remove recursive locks in apply_correctionsmichael-west2020-09-041-3/+0
* ad9361: Fix mask for product ID checkBrian Padalino2020-07-091-1/+1
* fixup! lib: Add power cal managerMartin Braun2020-05-201-1/+2
* lib: Add power cal managerMartin Braun2020-05-192-0/+275
* rh: Remove unnecessary register read during set frequencyCiro Nishiguchi2020-05-151-3/+0
* ad9361: Remove compiler warningMartin Braun2020-04-171-1/+1
* uhd: cal: Use usrp::cal::database instead of CSV filesMartin Braun2020-04-021-167/+128
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0312-1233/+1339
* ad9361: Fix formattingMartin Braun2020-02-101-13/+10
* usrp: Add I/O service manager for DPDKCiro Nishiguchi2019-12-202-0/+24
* rfnoc: Rename thread affinity argsCiro Nishiguchi2019-11-262-49/+52
* rfnoc: Restrict to inline I/O service based on link restrictionsCiro Nishiguchi2019-11-261-1/+33
* rfnoc: Merge I/O service device args with stream argsCiro Nishiguchi2019-11-262-38/+105
* uhd: Introduce I/O service managerAaron Rossetto2019-11-263-0/+614
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-264-15/+15
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-261-51/+49
* uhd: Remove support for N230Martin Braun2019-11-261-2/+2
* 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
* lmx2592: fixup for correct frequency borderstvogel-nid2019-03-131-2/+2
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-151-2/+2
* ad9361: Replace Boost lock & mutex with std varietyMartin Braun2019-01-251-23/+21
* formatting: Apply clang-format to ad9361_ctrl.cppMartin Braun2019-01-251-72/+87
* math: Remove uhd::math::log2, replace with std::log2Martin Braun2019-01-181-1/+2
* formatting: preparing for uhd::math cleanupBrent Stapleton2019-01-181-139/+108
* uhd: skip formatting misc arrays, maps, etc.Brent Stapleton2019-01-162-0/+6
* lmx2592: Better "abs()" compiler compatibilityMichael Dickens2018-12-121-3/+3
* TwinRX: Tuning improvementsmichael-west2018-12-101-5/+5
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-6/+6
* lmx2592: remove initial scratch register readbackMark Meserve2018-10-171-24/+0
* lmx2592: add spur dodgingMark Meserve2018-10-171-22/+326
* lib: ad9361: De-boostify AD9361 driverMartin Braun2018-10-172-106/+195
* b100: Move fifo_ctrl_excelsior to b100 subdirMartin Braun2018-07-312-290/+0
* lmx2592: fix calibration start during tuningMark Meserve2018-07-311-1/+3
* lmx2592: always mux lock detect after initMark Meserve2018-07-311-9/+5