| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mg: turn on tx power amplifiers when idle | Trung N Tran | 2018-02-14 | 2 | -10/+11 |
* | docs: Updates to the N310 manual | Martin Braun | 2018-02-13 | 2 | -16/+72 |
* | C API: Properly free streamers to support streamer re-creation. | michael-west | 2018-02-12 | 1 | -24/+14 |
* | mpmd: Fix compiler issues | Martin Braun | 2018-02-10 | 3 | -7/+5 |
* | mg: Temporarily disable concurrency in parts of set_rpc_client() | Martin Braun | 2018-02-09 | 2 | -1/+15 |
* | fixup! mpmd: Factor find and prop tree init code out of mpmd_impl.cpp | Brent Stapleton | 2018-02-09 | 2 | -4/+3 |
* | docs: Add N310 FPGA reg map to manual | Martin Braun | 2018-02-08 | 1 | -0/+151 |
* | rfnoc: Refactor radio_ctrl_impl, remove some Boost | Martin Braun | 2018-02-08 | 2 | -56/+74 |
* | mg: Fix some compiler warnings | Martin Braun | 2018-02-08 | 1 | -20/+39 |
* | rfnoc: Add TX bandwidth APIs to radio_ctrl | Martin Braun | 2018-02-08 | 3 | -0/+32 |
* | mg : implement set_bandwidth | Trung N Tran | 2018-02-08 | 4 | -17/+27 |
* | UBX: Add support for CAL antenna for rev E | michael-west | 2018-02-08 | 1 | -1/+4 |
* | mpmd: Factor find and prop tree init code out of mpmd_impl.cpp | Martin Braun | 2018-02-07 | 5 | -461/+503 |
* | utils: Use find_all in uhd_find_devices | Martin Braun | 2018-02-07 | 1 | -4/+19 |
* | mpmd: Let 'find' via broadcast check for reachability | Martin Braun | 2018-02-07 | 4 | -6/+198 |
* | utils: images downloader: default download print | Brent Stapleton | 2018-02-07 | 1 | -3/+5 |
* | Docs: Update procedure for testing phase synchronization | michael-west | 2018-02-04 | 1 | -47/+82 |
* | utils: images downloader: adding dry run option | Brent Stapleton | 2018-02-03 | 1 | -17/+23 |
* | utils: Fix query_gpsdo_sensors so it works for TCXO on B200 | michael-west | 2018-02-01 | 1 | -0/+3 |
* | cmake: Re-add requirement for Python requests | Brent Stapleton | 2018-02-01 | 1 | -5/+5 |
* | lib: Add config_parser class | Martin Braun | 2018-02-01 | 5 | -0/+291 |
* | mpmd: image loader: increased timeout | Brent Stapleton | 2018-01-29 | 2 | -2/+4 |
* | utils: images downloader: forced update of CMake variable | Brent Stapleton | 2018-01-29 | 2 | -5/+16 |
* | usrp3: Changes for Vivado 2017.4 | Ashish Chaudhari | 2018-01-24 | 3 | -3/+3 |
* | utils: refactor uhd_images_downloader | Brent Stapleton | 2018-01-23 | 2 | -333/+325 |
* | docs: Add explanation for init_cals and tracking_cals keys on N310 | Martin Braun | 2018-01-23 | 1 | -2/+60 |
* | logging: Minor refactoring, skip empty log messages | Martin Braun | 2018-01-23 | 1 | -75/+102 |
* | fixup! rpclib: fix use of "boost::asio::strand" -> "boost::asio::io_service::... | Martin Braun | 2018-01-22 | 1 | -1/+2 |
* | cmake: fix test library path ordering to be internal then external | Michael Dickens | 2018-01-22 | 1 | -2/+2 |
* | rpclib: fix use of "boost::asio::strand" -> "boost::asio::io_service::strand" | Michael Dickens | 2018-01-22 | 3 | -3/+3 |
* | Docs: Update channel number | natetemple | 2018-01-19 | 1 | -1/+1 |
* | Docs: Typo fixes | natetemple | 2018-01-19 | 2 | -4/+4 |
* | mg: Remove superfluous DEBUG message, minor formatting | Martin Braun | 2018-01-18 | 1 | -10/+12 |
* | logging: Fix version print at top of every UHD session | Martin Braun | 2018-01-18 | 1 | -17/+21 |
* | uhdlib: Update constrained_device_args_t | Martin Braun | 2018-01-18 | 4 | -31/+170 |
* | cmake: Check for minimum MSVC, bump MSVC min version to 14.0 | Martin Braun | 2018-01-17 | 2 | -8/+16 |
* | mg: Fix various compiler warnings | Martin Braun | 2018-01-16 | 3 | -47/+48 |
* | mg: Fix missing return value for half-dB steps | Martin Braun | 2018-01-16 | 1 | -0/+1 |
* | multi_usrp: Fix compiler warnings | Martin Braun | 2018-01-16 | 1 | -22/+41 |
* | docs: Fix Doxygen warnings | Martin Braun | 2018-01-16 | 1 | -3/+3 |
* | docs: Misc amendments to N3xx manual page | Martin Braun | 2018-01-16 | 2 | -54/+270 |
* | mpm/mpmd: Report device state using get_init_status() and verify | Martin Braun | 2018-01-16 | 1 | -0/+9 |
* | X300: Reduce CPU usage during TX by restoring timeout when getting flow contr... | michael-west | 2018-01-16 | 1 | -3/+1 |
* | fixup! UBX: Add implementation of TDD xcvr mode and force TX PA on in TDD mo... | michael-west | 2018-01-16 | 1 | -1/+7 |
* | examples: Fix bandwidth unit (MHz vs. Hz) in tx_samples_from_file | Martin Braun | 2018-01-15 | 1 | -2/+6 |
* | mg: add clip function on setting individual gain. | Trung Tran | 2018-01-12 | 1 | -8/+19 |
* | usrp: add multiusrp api for gain profile. | Trung N Tran | 2018-01-12 | 2 | -0/+128 |
* | mg: add facility that handle individual gain | Trung N Tran | 2018-01-12 | 5 | -12/+348 |
* | examples: Add example to query and list all sensors | Martin Braun | 2018-01-12 | 2 | -0/+127 |
* | fixup! TwinRX: Added ADF5356 synth and TwinRX Rev C support | Derek Kozel | 2018-01-12 | 1 | -1/+1 |