| Commit message (Expand) | Author | Age | Files | Lines |
* | host: x410: Cache GPIO source in mb_controller | Lane Kolbly | 2022-03-23 | 2 | -0/+6 |
* | max287x: Fix key in table of freq ranges | Martin Anderseck | 2021-12-03 | 1 | -1/+1 |
* | host: Add gpio_voltage discoverable feature | Lane Kolbly | 2021-11-05 | 1 | -0/+21 |
* | host: Add RPC calls for GPIO voltage | Lane Kolbly | 2021-11-05 | 1 | -0/+9 |
* | host: Add GPIO functions to MPM RPC shim | Lane Kolbly | 2021-11-03 | 1 | -0/+5 |
* | uhd: Replace Boost mutexes and locks with standard options | Martin Braun | 2021-10-19 | 1 | -5/+5 |
* | mpmd: Add discoverable feature for trig i/o mode | Grant Meyerhoff | 2021-09-02 | 1 | -1/+16 |
* | uhd: Remove all occurences of boost::math::*round() | Martin Braun | 2021-06-24 | 1 | -2/+2 |
* | uhd: Add callback for setting sync_sources | Grant Meyerhoff | 2021-06-17 | 1 | -0/+4 |
* | uhd: Add support for the USRP X410 | Lars Amsel | 2021-06-10 | 4 | -7/+273 |
* | lib: rpc: Add virtual dtor to RPC iface base class | Martin Braun | 2021-03-17 | 1 | -0/+2 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-17 | 1 | -1/+1 |
* | lib: Add some virtual dtors | Martin Braun | 2021-03-04 | 3 | -0/+5 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 4 | -74/+82 |
* | TwinRX: Fix LO lock failure | michael-west | 2021-02-10 | 1 | -11/+2 |
* | ADF535x: Change freq_resolution to mod2 | michael-west | 2021-02-04 | 1 | -22/+24 |
* | TwinRX: Spur cleanup | michael-west | 2021-02-04 | 1 | -1/+16 |
* | Create C++ wrappers for MPM RPC calls | Lane Kolbly | 2021-01-11 | 2 | -5/+164 |
* | twinrx: Bypass adf535x feedback divider | mattprost | 2020-09-03 | 1 | -7/+13 |
* | twinrx: update synthesizer register values for improved rf performance | mattprost | 2020-08-11 | 1 | -11/+28 |
* | lib: Add power cal manager | Martin Braun | 2020-05-19 | 1 | -0/+151 |
* | uhd: Replace include guards with pragma once | Lane Kolbly | 2020-04-08 | 16 | -64/+16 |
* | uhd: cal: Use usrp::cal::database instead of CSV files | Martin Braun | 2020-04-02 | 1 | -3/+44 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 15 | -633/+604 |
* | ad9361: Fix formatting | Martin Braun | 2020-02-10 | 1 | -6/+6 |
* | mpm/mpmd: Expose APIs to drive GPIO sources | Martin Braun | 2020-01-23 | 1 | -0/+8 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 2 | -12/+21 |
* | usrp: Add I/O service manager for DPDK | Ciro Nishiguchi | 2019-12-20 | 1 | -0/+69 |
* | rfnoc: Rename thread affinity args | Ciro Nishiguchi | 2019-11-26 | 1 | -24/+21 |
* | rfnoc: Merge I/O service device args with stream args | Ciro Nishiguchi | 2019-11-26 | 2 | -3/+18 |
* | uhd: Introduce I/O service manager | Aaron Rossetto | 2019-11-26 | 2 | -0/+197 |
* | uhd: Replace boost::function with std::function | Martin Braun | 2019-11-26 | 4 | -6/+6 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 7 | -13/+13 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 2 | -22/+119 |
* | lib: adf535x: Add trace logs for synth configuration | Martin Braun | 2019-11-26 | 1 | -0/+18 |
* | lib: Replace uhd::get_system_time() with steady_clock | Martin Braun | 2019-11-26 | 1 | -6/+10 |
* | max287x: improve logging | Mark Meserve | 2019-06-12 | 1 | -7/+12 |
* | adf435x: run clang-format | Mark Meserve | 2019-05-07 | 1 | -146/+251 |
* | adf435x: add low spur tuning mode | Mark Meserve | 2019-05-07 | 1 | -5/+56 |
* | adf535x: add charge pump control | Mark Meserve | 2019-05-02 | 1 | -3/+55 |
* | adf435x: add charge pump with double parameter | Mark Meserve | 2019-05-02 | 1 | -0/+34 |
* | adf435x: enhance logging messages | Mark Meserve | 2019-05-02 | 1 | -10/+13 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | include: max287x: Fix conversion warning | Martin Braun | 2019-02-28 | 1 | -1/+1 |
* | uhd: Replace all usage of boost::noncopyable with uhd::noncopyable | Martin Braun | 2019-02-15 | 2 | -3/+3 |
* | math: Replace boost::*::{lcm,gcd}() with portable versions | Martin Braun | 2019-01-18 | 2 | -6/+4 |
* | formatting: preparing for uhd::math cleanup | Brent Stapleton | 2019-01-18 | 2 | -370/+450 |
* | uhd: skip formatting misc arrays, maps, etc. | Brent Stapleton | 2019-01-16 | 1 | -0/+2 |
* | TwinRX: Fix tuning | Michael West | 2019-01-02 | 1 | -7/+4 |
* | TwinRX: Enable phase resync on ADF535x | michael-west | 2018-12-10 | 1 | -17/+9 |