| Commit message (Expand) | Author | Age | Files | Lines |
* | images: Update scripts for new release model | Martin Braun | 2018-05-17 | 6 | -261/+96 |
* | Prepare branch for 3.12.0.0 release | Martin Braun | 2018-05-17 | 2 | -5/+6 |
* | Debian: Fix formatting of CHANGELOG to work better with convert_changelog.py ... | michael-west | 2018-05-16 | 1 | -16/+12 |
* | Debian: Modify debian rules to ignore missing info (for Launchpad) | michael-west | 2018-05-16 | 1 | -0/+3 |
* | Debian: Fix convert_changelog.py tool | michael-west | 2018-05-16 | 1 | -7/+4 |
* | Docs: Correct E3xx FPGA Functional Verification Test Parameters | michael-west | 2018-05-16 | 1 | -20/+23 |
* | docs: Describe N300/N310 BIST test procedure | Martin Braun | 2018-05-15 | 1 | -0/+70 |
* | Docs: Update phase testing commands & instructions. | Vidush | 2018-05-15 | 1 | -24/+5 |
* | X300/TwinRX: Fix for RuntimeError: Could not find block in list for device 0,... | Michael West | 2018-05-15 | 1 | -5/+5 |
* | UHD: Fix get_usrp_?x_info | Michael West | 2018-05-15 | 1 | -2/+2 |
* | X300: Temporary suppression of warning regarding number of input buffers | Michael West | 2018-05-15 | 1 | -8/+8 |
* | Update CHANGELOG | Martin Braun | 2018-05-14 | 1 | -0/+30 |
* | types: convert sensor_value_t to a map | Brent Stapleton | 2018-05-14 | 3 | -0/+37 |
* | mpm: allow multiple spi device objects to use the same chip select | Mark Meserve | 2018-05-14 | 1 | -2/+2 |
* | lib: Remove some unnecessary use of boost::posix_time | Martin Braun | 2018-05-14 | 3 | -18/+24 |
* | n3x0: Pick different standard tests for BIST | Martin Braun | 2018-05-14 | 1 | -1/+1 |
* | docs: Clarify meaning of DSP frequencies | Martin Braun | 2018-05-11 | 2 | -1/+47 |
* | CHANGELOG: Merge 3.11.1.0 log from maint | Martin Braun | 2018-05-10 | 1 | -2/+58 |
* | docs: Clarified Instruction for Ubuntu/Python 2 Combo | Vidush | 2018-05-09 | 1 | -2/+3 |
* | docs:Clarify Testing Procedure | Vidush | 2018-05-09 | 1 | -8/+11 |
* | tests: Add unit test for meta_range_t ctors | Martin Braun | 2018-05-09 | 1 | -1/+19 |
* | examples: Remove use of boost::posix_time from rx_ascii_art_dft | Martin Braun | 2018-05-09 | 1 | -3/+8 |
* | docs: x300: Match GPSDO code examples to code, avoid Boost | Martin Braun | 2018-05-09 | 1 | -6/+6 |
* | legacy_compat: skip fifo ports size check | Trung N Tran | 2018-05-09 | 1 | -15/+23 |
* | mpm: n3xx: Refactor n3xx_periphs into its own module | Martin Braun | 2018-05-08 | 4 | -390/+404 |
* | basicrx/lfrx: Enable frontend muxing on X3x0 | Martin Braun | 2018-05-08 | 2 | -17/+63 |
* | dboard_iface: Add has_set_fe_connection() method | Martin Braun | 2018-05-08 | 2 | -0/+10 |
* | basicrx: Refactor driver | Martin Braun | 2018-05-08 | 1 | -42/+54 |
* | docs: n3xx: Add section on synchronization | Martin Braun | 2018-05-07 | 1 | -0/+52 |
* | uhd: Added LMX2592 driver | Derek Kozel | 2018-05-03 | 5 | -0/+884 |
* | examples: Avoid calculating dropped samples for negative offsets | Martin Braun | 2018-05-03 | 1 | -1/+10 |
* | examples: Fix sleep duration in benchmark_rate | Martin Braun | 2018-05-03 | 1 | -1/+1 |
* | examples: Add failure modes to benchmark_rate | Martin Braun | 2018-05-03 | 1 | -20/+86 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 23 | -919/+924 |
* | dev_test: add N3xx devtest | Trung N Tran | 2018-05-02 | 3 | -2/+61 |
* | dev_test: usrp_prope.py update to find reachable mpm device | Trung N Tran | 2018-05-02 | 1 | -0/+2 |
* | mpmd: add missing virtual destructors | Mark Meserve | 2018-05-02 | 2 | -0/+2 |
* | multi_usrp: Update get_usrp_?x_info() | Trung N Tran | 2018-05-01 | 1 | -15/+78 |
* | Create ISSUE_TEMPLATE.md | Sugandha Gupta | 2018-04-30 | 1 | -0/+24 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 57 | -164/+226 |
* | utils: fix 30s timeout in query_gpsdo_sensors | Trung N Tran | 2018-04-30 | 1 | -7/+12 |
* | mpm: xportmgr_udp: Assign xports to previously used SFPs | Martin Braun | 2018-04-30 | 1 | -1/+29 |
* | mpm: types: Add getters for dst_ep and dts_block to SID | Trung Tran | 2018-04-30 | 1 | -4/+12 |
* | Removed unecessary == operation. | Vidush | 2018-04-30 | 1 | -3/+3 |
* | Changed method to check for channel in _tx_streamer_active & rx_streamer_active. | Vidush | 2018-04-30 | 1 | -4/+4 |
* | lib: Change check_radio_config() to iterate over channels, not radios. | Vidush | 2018-04-30 | 2 | -7/+10 |
* | Correctly set end of burst flag in metadata. | Vidush | 2018-04-30 | 1 | -0/+2 |
* | mpm: rpc server: Remove disable_commit for init() | Trung Trang | 2018-04-30 | 1 | -2/+0 |
* | mpm: replace long execution function with async call | Trung N Tran | 2018-04-30 | 4 | -15/+76 |
* | mpmd: Use separate rpc connection for claim loop | Trung N Tran | 2018-04-30 | 2 | -27/+55 |