| Commit message (Expand) | Author | Age | Files | Lines |
* | ad9361: Add comment re overclocking | Martin Braun | 2021-09-30 | 1 | -3/+23 |
* | ad9361: Modify set-tx-gain procedure to update gain in one go | Martin Braun | 2021-09-17 | 1 | -7/+13 |
* | uhd: Remove all occurences of boost::math::*round() | Martin Braun | 2021-06-24 | 1 | -3/+2 |
* | ad9361: Fix mask for product ID check | Brian Padalino | 2020-07-09 | 1 | -1/+1 |
* | ad9361: Remove compiler warning | Martin Braun | 2020-04-17 | 1 | -1/+1 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -673/+755 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 2 | -10/+10 |
* | ad9361: Improve logging | Martin Braun | 2019-07-18 | 1 | -10/+15 |
* | e310/e320: Move E310 to MPM architecture and refactor | Sugandha Gupta | 2019-05-01 | 2 | -2/+2 |
* | ad9361: Fix return values for tune and set_clock_rate | Sugandha Gupta | 2019-05-01 | 2 | -3/+11 |
* | uhd: Replace all usage of boost::noncopyable with uhd::noncopyable | Martin Braun | 2019-02-15 | 1 | -2/+2 |
* | uhd: skip formatting misc arrays, maps, etc. | Brent Stapleton | 2019-01-16 | 1 | -0/+4 |
* | lib: ad9361: De-boostify AD9361 driver | Martin Braun | 2018-10-17 | 2 | -106/+195 |
* | ad9361: Add API to set 1R1T/2R2T timing modes | Sugandha Gupta | 2018-06-15 | 2 | -0/+49 |
* | lib: Remove some unnecessary use of boost::posix_time | Martin Braun | 2018-05-14 | 1 | -6/+6 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -22/+22 |
* | ad9361: Fix bandwidth warnings and ranges | Vidush | 2018-04-27 | 2 | -12/+14 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 6 | -6/+12 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 6 | -72/+6 |
* | ad9361: Reconfigure Rx HB filters with MCR >58 MHz | Tom Tsou | 2017-06-28 | 1 | -1/+2 |
* | logging: Demoted more DEBUG to TRACE | Martin Braun | 2017-04-06 | 1 | -10/+10 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -15/+15 |
* | uhd: Replace clocking_mode_t unscoped enum with scoped version | Martin Braun | 2017-02-17 | 2 | -4/+4 |
* | lib: add default ctors to structs and initialize members properly | Andrej Rode | 2017-01-12 | 1 | -3/+15 |
* | lib: remove statements after throw | Andrej Rode | 2017-01-12 | 1 | -1/+1 |
* | ad9361: assign before throw | Andrej Rode | 2017-01-12 | 1 | -1/+1 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 5 | -184/+184 |
* | ad9361: Added option for safe SPI | Jonathon Pendlum | 2016-08-09 | 2 | -0/+13 |
* | b200: Updated minimum clock rate to match DCM changes | Martin Braun | 2015-10-14 | 2 | -2/+4 |
* | B2XX: Added B200mini support | michael-west | 2015-08-17 | 2 | -4/+12 |
* | ad9361: Delay Tx Quad Cal from initialization to streamer start | Tom Tsou | 2015-08-13 | 1 | -2/+8 |
* | ad9361: Use separate Tx and RX frequency calibration intervals | Tom Tsou | 2015-08-13 | 2 | -19/+39 |
* | ad9361: Reconfigure RF and baseband DC offset correction | Tom Tsou | 2015-08-13 | 2 | -37/+39 |
* | ad9361: Enable single shot Rx Quad Cal | Tom Tsou | 2015-08-13 | 2 | -31/+63 |
* | ad9361: Updated copyright headers | Martin Braun | 2015-07-21 | 6 | -6/+84 |
* | ad9361: Update Tx Quad Cal to match current gain tables | Tom Tsou | 2015-07-13 | 1 | -1/+1 |
* | ad9361: Prevent positive loop gain on Rx quadrature tracking | Tom Tsou | 2015-07-13 | 1 | -1/+1 |
* | ad9361: Invert phase on Rx LNA bypass path | Tom Tsou | 2015-07-13 | 1 | -1/+8 |
* | Merge branch 'maint' | Martin Braun | 2015-07-08 | 1 | -2/+2 |
|\ |
|
| * | B200: New AD9361 I/O timing programming to work with new b200_io.v logic design. | Ian Buckley | 2015-07-08 | 1 | -2/+2 |
* | | ad9361: brought in Boost.Assign std::map workaround for MSVC 2013 | Nicholas Corgan | 2015-06-29 | 1 | -4/+11 |
* | | Merge branch 'maint' | Martin Braun | 2015-06-09 | 2 | -7/+30 |
|\| |
|
| * | B200/E300: Fix incorrect readback of frequency. | michael-west | 2015-05-22 | 2 | -3/+17 |
| * | ad9361: Minor clarifications on req_rate and baseband_bw | Martin Braun | 2015-05-19 | 2 | -4/+13 |
* | | Merge branch 'maint' | Martin Braun | 2015-04-14 | 2 | -2/+3 |
|\| |
|
| * | ad9361: Removed recommended max clock rate warning | Martin Braun | 2015-04-14 | 2 | -2/+3 |
* | | b2xx: filter API implementation. Supports listing of RX/TX filters, querying ... | Julian Arnold | 2015-03-19 | 2 | -53/+667 |
* | | ad9361: DC and IQ correction only done if df > 100MHz during a tune request | Julian Arnold | 2015-03-13 | 2 | -6/+15 |
* | | uhd: Fixed multiple compiler warnings | Michael Dickens | 2015-03-11 | 1 | -14/+14 |
* | | b2xx: AGC support | Julian Arnold | 2015-03-05 | 2 | -24/+158 |