aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Fix compiler warning about unused timestampMartin Braun2019-01-071-2/+2
* mpm: Add gpgga sensor function to GPSd ifaceToni Jones2019-01-031-0/+101
* devtest: Fix CMake `endif` warningBrent Stapleton2019-01-031-1/+1
* transport: Fix MSVC warning by replacing size_t with uint32_tMartin Braun2019-01-031-1/+1
* log: Fix MSVC warnings by changing a size_t to unsigned intMartin Braun2019-01-031-1/+1
* examples: optimize tx_waveforms memory allocationsBrent Stapleton2019-01-031-5/+10
* examples: formatting in tx_waveformsBrent Stapleton2019-01-031-2/+8
* examples: optimize benchmark_rate start timeBrent Stapleton2019-01-031-3/+3
* coding guidelines: change URLs to hyperlinksBrent Stapleton2019-01-021-4/+7
* fpga: update images and submodule pointerBrent Stapleton2019-01-022-12/+11
* docs: Add manual page on compat numbersMartin Braun2019-01-022-0/+191
* TwinRX: Fix tuningMichael West2019-01-022-8/+5
* x300: Remove usage of boost::bindMartin Braun2019-01-021-12/+16
* x300: Factor our PID -> MB type and MB type -> product name mappingMartin Braun2019-01-021-137/+117
* x300: Remove some trailing spacesMartin Braun2019-01-021-6/+4
* RFNoC: Fix for late packet errorsmichael-west2018-12-211-1/+3
* utils: Improve query_gpsdo_sensorsmichael-west2018-12-201-31/+28
* E300: Re-enable "gpsdo" time sourcemichael-west2018-12-201-1/+1
* gpsd: GPGGA string formatting fixesBen Kempke2018-12-201-4/+4
* RFNoC: Fix stream command propagationmichael-west2018-12-201-1/+1
* mpm: Factor out user EEPROM code into own moduleMartin Braun2018-12-203-169/+150
* Update fpga-src submodule pointerMartin Braun2018-12-201-0/+0
* Update fpga-src submodule pointerMartin Braun2018-12-201-0/+0
* RFNoC: Fix graph traversalmichael-west2018-12-194-24/+56
* N310 E320: Add initialization of TX bandwidthmichael-west2018-12-192-2/+2
* Github: Create Pull Request TemplateSugandha Gupta2018-12-191-0/+40
* uhd/mpm: eiscat: Various changesRyan Marlow2018-12-196-66/+326
* radio_ctrl_impl: move continuous_streaming to protected.Ryan Marlow2018-12-191-1/+1
* mpm_shell: Multiprocessing instead of threading for claimer loopAlex Williams2018-12-171-53/+86
* Device3: Fix block control flushingBrent Stapleton2018-12-172-18/+28
* Device3: Set default block control response SIDsBrent Stapleton2018-12-171-0/+4
* uhd: Add benchmark_streamer support for multi-channel streamerCiro Nishiguchi2018-12-171-275/+478
* examples: Add keyboard controls to rx_ascii_art_dftRakesh Peter2018-12-171-3/+116
* devtest: x3x0: Enable rx_samples_to_file in devtestSugandha Gupta2018-12-171-1/+1
* E310: Fix initialization of antenna and frequency valuesmichael-west2018-12-172-8/+36
* C API: Add support for Tx LO controlMartin Braun2018-12-142-0/+163
* x300: Add support for USRP-2974Thomas Vogel2018-12-143-2/+19
* time_spec: include <stdint.h> for int64_tMichael Dickens2018-12-131-0/+1
* various: use "std::abs" instead of "std::fabs"Michael Dickens2018-12-124-15/+15
* responder: Better "abs()" compiler compatibilityMichael Dickens2018-12-122-2/+2
* lmx2592: Better "abs()" compiler compatibilityMichael Dickens2018-12-121-3/+3
* rh: add highband spur reduction optionMark Meserve2018-12-125-4/+88
* rh: remove polarity setting for sdclkout11Mark Meserve2018-12-121-2/+2
* rh: add functions to toggle lowband loMark Meserve2018-12-122-0/+20
* TwinRX: Make routing to LO1 and LO2 mutually exclusivemichael-west2018-12-102-25/+15
* TwinRX: Enable phase resync on ADF535xmichael-west2018-12-101-17/+9
* TwinRX: Tuning improvementsmichael-west2018-12-103-17/+20
* TwinRX: Fix initializationmichael-west2018-12-101-62/+60
* rh: fixed lowband tuningMark Meserve2018-12-071-1/+2
* cmake: use "MATCHES" instead of "STREQUAL" for "Clang"Michael Dickens2018-12-071-3/+3