| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | block_ctrl_base: add UHD_SAFE_CALL to destructor | Trung Tran | 2018-10-24 | 1 | -13/+15 |
* | n3xx: output exception string on boot init failure | Mark Meserve | 2018-10-24 | 1 | -1/+1 |
* | cmake: Bump CMake minimum version to 2.8.12 | Martin Braun | 2018-10-24 | 1 | -2/+2 |
* | UHD: Fix RX streamer SOB and EOB handling | Michael West | 2018-10-24 | 1 | -2/+9 |
* | mpm: Add lock_guard() function | Martin Braun | 2018-10-23 | 1 | -0/+22 |
* | multi_usrp: Improve documentation for set_{time,clock,sync}_source | Martin Braun | 2018-10-22 | 1 | -14/+95 |
* | docs: n3xx: Improve sections on clock/time references | Martin Braun | 2018-10-22 | 1 | -9/+22 |
* | mpm:n3xx: improve set_time_source,set_clock_source | Trung Tran | 2018-10-22 | 1 | -50/+88 |
* | mpm: i2c: Add vector-based transfer function | Alex Williams | 2018-10-19 | 3 | -0/+41 |
* | mpm: Add i2c APIs for simple transfers | Alex Williams | 2018-10-19 | 11 | -0/+496 |
* | mg: adding skip_rfic argument | Trung Tran | 2018-10-18 | 2 | -3/+6 |
* | e320_bist: print extra output ref_clock tests | Trung Tran | 2018-10-18 | 1 | -3/+6 |
* | n3xx_bist: add ref_clock bist | Trung Tran | 2018-10-18 | 1 | -45/+107 |
* | mpm: identify sysfs gpios more generically | Mark Meserve | 2018-10-18 | 4 | -22/+59 |
* | uhd: Add dual measurements to benchmark_streamer | Ciro Nishiguchi | 2018-10-18 | 1 | -113/+314 |
* | twinrx: revise adf5356 frac2 register calculation | Mark Meserve | 2018-10-17 | 1 | -1/+1 |
* | B200: Restore asynchronous reset of AD936x. | michael-west | 2018-10-17 | 4 | -8/+19 |
* | e320: Added E320 docs page, reg map updated | Sugandha Gupta | 2018-10-17 | 2 | -0/+707 |
* | lmx2592: remove initial scratch register readback | Mark Meserve | 2018-10-17 | 1 | -24/+0 |
* | lmx2592: add spur dodging | Mark Meserve | 2018-10-17 | 2 | -23/+330 |
* | lib: ad9361: De-boostify AD9361 driver | Martin Braun | 2018-10-17 | 2 | -106/+195 |
* | N310: Clarify logging for when re-inits occur | Trung Tran | 2018-10-16 | 1 | -0/+2 |
* | mpm: n3xx: Fix Pylint warnings | Martin Braun | 2018-10-12 | 1 | -11/+12 |
* | mpm: dboard_manager: add more args to update_ref_clock_freq | Trung Tran | 2018-10-12 | 3 | -8/+10 |
* | docs: Fix N210 MIMO Phase Alignment command | Brent Stapleton | 2018-10-12 | 1 | -1/+1 |
* | utils: fix bmark_rate MIMO synchronization | Brent Stapleton | 2018-10-12 | 1 | -9/+10 |
* | uhd: Improve documentation for the UHD exception types | Martin Braun | 2018-10-12 | 1 | -0/+51 |
* | multi_usrp: Add sync_source API | Martin Braun | 2018-10-11 | 2 | -6/+211 |
* | tools: Add tool to analyze settling time of gain of freq changes | Martin Braun | 2018-10-11 | 1 | -0/+249 |
* | uhd: Add benchmark_streamer example | Ciro Nishiguchi | 2018-10-11 | 2 | -0/+498 |
* | uhd: Add traffic counter to null source sink | Ciro Nishiguchi | 2018-10-11 | 2 | -0/+100 |
* | mpmd: Increase rpcc timeout when calling set_time_source() | Trung Tran | 2018-10-11 | 1 | -0/+2 |
* | docs: Added TwinRX page | Derek Kozel | 2018-10-09 | 5 | -0/+91 |
* | mpm: Add usrp_update_fs | Martin Braun | 2018-10-09 | 2 | -0/+195 |
* | mpm: Add __mpm_device__ as usrp_hwd module variable | Martin Braun | 2018-10-09 | 2 | -0/+2 |
* | uhd: Fix rounding in ddc/duc rate calculation | Ciro Nishiguchi | 2018-10-05 | 2 | -2/+2 |
* | mg: fixup set_rx_antenna | Trung Tran | 2018-10-04 | 1 | -1/+1 |
* | multi_usrp: move definition of constants | Andrew Lynch | 2018-10-04 | 2 | -2/+4 |
* | uhd: reconcile time_spec operators with boost concepts | Mark Meserve | 2018-09-28 | 2 | -18/+14 |
* | rfnoc: install the DMA FIFO block header | Marcus Müller | 2018-09-26 | 1 | -0/+1 |
* | e320: devtest: Reduce sample rate for 1G devtest | Sugandha Gupta | 2018-09-26 | 1 | -1/+1 |
* | n3xx: e320: fixing GPSDIface sensor names | Brent Stapleton | 2018-09-26 | 2 | -2/+2 |
* | cores: Update rx_frontend_gen3.v controls for 1/4-rate mixer | Martin Braun | 2018-09-25 | 4 | -10/+14 |
* | e320: Fix master_clock_rate setting | Sugandha Gupta | 2018-09-24 | 1 | -0/+4 |
* | e320: Add R&D testing procedure | Sugandha Gupta | 2018-09-24 | 2 | -13/+204 |
* | examples: add rfnoc_radio_loopback | Trung Tran | 2018-09-14 | 2 | -0/+214 |
* | uhd: rfnoc: add async message handler | Trung Tran | 2018-09-14 | 7 | -9/+421 |
* | radio_ctrl: add disable time stamp | Trung Tran | 2018-09-14 | 3 | -0/+13 |
* | devtest: n3x0: Enable rx_samples_to_file test | Sugandha Gupta | 2018-09-14 | 1 | -1/+1 |
* | mg: clipping frequency | Trung Tran | 2018-09-14 | 2 | -4/+7 |