| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | device3_io_impl: remove tx_hint[send_buff_size] | Trung Tran | 2018-09-13 | 1 | -6/+0 |
* | mpmd: add link speed to xport udp | Trung Tran | 2018-09-13 | 1 | -6/+29 |
* | mpm: add link_speed xport_info | Trung Tran | 2018-09-13 | 2 | -0/+22 |
* | udp_zero_copy: add default xport params. | Trung Tran | 2018-09-13 | 1 | -14/+58 |
* | fixup! DDC/DUC: switch CORDIC -> DDS for all relevant variable names | michael-west | 2018-09-13 | 2 | -12/+12 |
* | host: lib: convert: Add CMake flag for NEON SIMD | Brent Stapleton | 2018-09-12 | 1 | -1/+5 |
* | devtest: e320: Re-enable rx_samples_to_file test | Sugandha Gupta | 2018-09-12 | 1 | -1/+1 |
* | e320: gpio: Fix front panel GPIO readback | Sugandha Gupta | 2018-09-12 | 2 | -2/+5 |
* | tools: Fix handling of 0-valued dt-compat | Alex Williams | 2018-09-12 | 1 | -1/+3 |
* | python: Fix duration of benchmark rate | Brent Stapleton | 2018-09-12 | 1 | -1/+1 |
* | docs: Minor tweaks to the Python API manual page | Martin Braun | 2018-09-10 | 1 | -2/+4 |
* | n3xx: Get RFNoC crossbar baseport from FPGA | Brent Stapleton | 2018-09-06 | 4 | -4/+9 |
* | e320: Get RFNoC crossbar baseport from FPGA | Brent Stapleton | 2018-09-06 | 2 | -2/+8 |
* | mpm: tdc: update PDAC BIST and flatness test to use latest APIs | Daniel Jepson | 2018-09-05 | 1 | -29/+35 |
* | mpmd: add option to enum rfnoc blocks from args | Trung Tran | 2018-08-31 | 1 | -5/+21 |
* | cmake: Check for rte_ethdev.h when finding DPDK | Alex Williams | 2018-08-29 | 1 | -1/+9 |
* | uhd-dpdk: Add DPDK-based sockets-like library | Alex Williams | 2018-08-29 | 15 | -2/+2535 |
* | Examples: Fix channel argument for rx_samples_to_file | Michael West | 2018-08-29 | 1 | -18/+18 |
* | utils: Factor wait_for_lo_lock() out of cal utils | Martin Braun | 2018-08-29 | 4 | -24/+19 |
* | RFNoC: Add Replay API and example | Wade Fife | 2018-08-29 | 8 | -0/+842 |
* | uhd: udp: 'all_matching' endpoint resolution | Brent Stapleton | 2018-08-29 | 1 | -1/+2 |
* | Docs: Updated niusrprio Driver | Michael West | 2018-08-29 | 1 | -36/+19 |
* | uhd: utils: Add Zip test to downloader | Brent Stapleton | 2018-08-28 | 1 | -2/+15 |
* | uhd: utils: Downloader logs no targets selected | Brent Stapleton | 2018-08-28 | 1 | -0/+5 |
* | mpm: reset the RPC server upon reload | Brent Stapleton | 2018-08-27 | 1 | -0/+10 |
* | devtest: Improve error handling for shell_application | Martin Braun | 2018-08-22 | 1 | -11/+17 |
* | devtest: b2xx: Fix some arguments for MIMO test | Martin Braun | 2018-08-22 | 1 | -5/+14 |
* | devtest: Fix counting of underruns/overruns | Martin Braun | 2018-08-22 | 1 | -2/+2 |
* | devtest: Remove parsing for DD.. and SS.. | Martin Braun | 2018-08-22 | 4 | -16/+14 |
* | devtest: Default UHD_LOG_FASTPATH_DISABLE to 1 | Martin Braun | 2018-08-22 | 1 | -1/+11 |
* | devtest: Clean up & refactor | Martin Braun | 2018-08-22 | 2 | -35/+55 |
* | uhd: Define UHD_API as empty string when building static lib | Ciro Nishiguchi | 2018-08-22 | 3 | -8/+20 |
* | x300: Improve firmware compat error message | Martin Braun | 2018-08-22 | 2 | -16/+35 |
* | X300: Correctly initialize antenna mapping for TwinRX | Derek Kozel | 2018-08-22 | 1 | -1/+4 |
* | RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes | Trung N Tran | 2018-08-22 | 4 | -10/+8 |
* | twinrx: enable ch1 lo amps if ch2 is using an external lo source | Mark Meserve | 2018-08-21 | 1 | -1/+13 |
* | utils: fixup for downloader inventory management | Brent Stapleton | 2018-08-21 | 1 | -12/+19 |
* | nirio: Demote RPC client cancel/abort to TRACE | Martin Braun | 2018-08-21 | 1 | -1/+1 |
* | mpm: add Git hash, version to device info | Brent Stapleton | 2018-08-20 | 2 | -1/+13 |
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 13 | -41/+43 |
* | mpm: mg: move init_rf_cal before JESD de/framer bringup | Trung Tran | 2018-08-16 | 1 | -4/+4 |
* | docs: b200: Add info on how to modify FPGA and access user settings | Martin Braun | 2018-08-16 | 1 | -0/+26 |
* | multi_usrp: Add get_user_settings_iface() API call | Martin Braun | 2018-08-16 | 2 | -0/+39 |
* | b200: Enable access to user regs via the 'enable_user_regs' arg | Martin Braun | 2018-08-16 | 3 | -4/+31 |
* | b200: Remove superfluous fake lambda | Martin Braun | 2018-08-16 | 1 | -11/+10 |
* | e320: images: Separate images package for Aurora image | Sugandha Gupta | 2018-08-13 | 1 | -2/+6 |
* | mpm: n3xx: Improve error messages for invalid clock/time settings | Martin Braun | 2018-08-13 | 1 | -2/+4 |
* | mpm: n3xx: Bump max rev to G/6 | Martin Braun | 2018-08-10 | 1 | -1/+1 |
* | devtest: Integrate Python API Tester into Devtest | Vidush | 2018-08-10 | 4 | -2/+63 |
* | devtest: Add more env vars, make Py3k compatible | Martin Braun | 2018-08-10 | 2 | -8/+18 |