| Commit message (Expand) | Author | Age | Files | Lines |
* | mpmd: image loader: increased timeout | Brent Stapleton | 2018-01-29 | 2 | -2/+4 |
* | usrp3: Changes for Vivado 2017.4 | Ashish Chaudhari | 2018-01-24 | 3 | -3/+3 |
* | mg: Remove superfluous DEBUG message, minor formatting | Martin Braun | 2018-01-18 | 1 | -10/+12 |
* | uhdlib: Update constrained_device_args_t | Martin Braun | 2018-01-18 | 2 | -274/+5 |
* | 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 |
* | 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 |
* | 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 | 1 | -0/+72 |
* | mg: add facility that handle individual gain | Trung N Tran | 2018-01-12 | 5 | -12/+348 |
* | fixup! TwinRX: Added ADF5356 synth and TwinRX Rev C support | Derek Kozel | 2018-01-12 | 1 | -1/+1 |
* | fixup! mpmd: Add API to read back logs from device and send to native logging | Martin Braun | 2018-01-11 | 1 | -1/+1 |
* | fixup! fpga load: adding MPMD image loader function | Brent Stapleton | 2018-01-11 | 1 | -1/+1 |
* | mpmd: Poll logs on claim and exit | Martin Braun | 2018-01-10 | 1 | -0/+6 |
* | mpmd: Add API to read back logs from device and send to native logging | Martin Braun | 2018-01-10 | 2 | -0/+71 |
* | mg: fix update_freq direction in set_rx_lo_freq | Trung N Tran | 2018-01-09 | 1 | -1/+1 |
* | fixup! mg: Use enums for all bands, move freq mapping to single location | Martin Braun | 2018-01-08 | 1 | -0/+1 |
* | mpmd: Factor out compat number check | Martin Braun | 2018-01-08 | 1 | -26/+59 |
* | mpmd: Refactor device initialization for better parallelizability | Martin Braun | 2018-01-08 | 3 | -92/+125 |
* | mg: Use enums for all bands, move freq mapping to single location | Martin Braun | 2018-01-08 | 9 | -109/+339 |
* | mg: Remove superfluous UHD_VAR | Martin Braun | 2018-01-08 | 1 | -1/+0 |
* | eiscat: Remove superfluous UHD_VAR | Martin Braun | 2018-01-08 | 1 | -2/+0 |
* | rfnoc: dma_fifo: Minor: Cleaned up log prints | Ashish Chaudhari | 2018-01-08 | 1 | -1/+0 |
* | mpm: Increase RPC timeout during update_component | Brent Stapleton | 2018-01-05 | 3 | -0/+14 |
* | mpmd: Allow user-overrides for MPM ports | Martin Braun | 2018-01-04 | 4 | -8/+32 |
* | mpmd: Add latency measurement functionality | Martin Braun | 2018-01-04 | 1 | -1/+43 |
* | mpmd: Fix fake results returned by mpmd_find | Ashish Chaudhari | 2017-12-28 | 1 | -1/+3 |
* | Move all headers to SPDX format, harmonize license headers | Martin Braun | 2017-12-22 | 8 | -104/+16 |
* | mpmd: liberio: Factor out constants into top of file | Martin Braun | 2017-12-22 | 1 | -17/+29 |
* | mpmd: liberio: Apply MTU of 2 page sizes | Martin Braun | 2017-12-22 | 1 | -3/+4 |
* | mpmd: Optionally parallelize all calls to setup_rpc_blocks | Martin Braun | 2017-12-22 | 2 | -14/+39 |
* | mpmd: Temporarily disable setting of clock and time source | Martin Braun | 2017-12-22 | 1 | -2/+24 |
* | mg: Add 'identify' block arg, will toggle LEDs for identification | Martin Braun | 2017-12-22 | 5 | -1/+51 |
* | mg: Set default spp at ctor time, when xports have been init'd | Martin Braun | 2017-12-22 | 1 | -0/+12 |
* | mpmd: Expose get_mtu() API to mpmd_mboard_impl and to prop tree | Martin Braun | 2017-12-22 | 5 | -12/+50 |
* | mpmd: udp: Apply MTU to socket defaults | Martin Braun | 2017-12-22 | 1 | -8/+15 |
* | mg: Don't set default rate before having RPC access | Martin Braun | 2017-12-22 | 1 | -2/+0 |
* | mg: Renamed lowband LO to 'lowband' | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | n310: Move SID framing all the way to n310.py | Martin Braun | 2017-12-22 | 3 | -6/+1 |
* | mpmd: Add get_mtu() API and MTU discovery for UDP transports | Martin Braun | 2017-12-22 | 5 | -0/+143 |
* | mpmd: Device discovery fixes and cleanup | Ashish Chaudhari | 2017-12-22 | 4 | -32/+38 |
* | mg: Use floating point comparison for all frequencies | Trung N Tran | 2017-12-22 | 2 | -23/+23 |
* | mg: Fix tx low band frequency | Trung N Tran | 2017-12-22 | 1 | -3/+2 |
* | mpmd: Implement better xport selection algorithm | Martin Braun | 2017-12-22 | 1 | -8/+22 |
* | mpmd: Refactor MPM transport architecture, use managers | Martin Braun | 2017-12-22 | 12 | -404/+843 |
* | mpm: mpmd: Add MPM compat number check | Brent Stapleton | 2017-12-22 | 1 | -0/+27 |
* | mpmd: Allow to connect via addr or mgmt_addr | Martin Braun | 2017-12-22 | 1 | -51/+103 |