| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mpm: fixed mpm rerun issue | sugandhagupta | 2017-12-22 | 1 | -0/+6 |
* | mpmd: Added time_sync procedure | Martin Braun | 2017-12-22 | 1 | -3/+73 |
* | eiscat: Move JESD init and ADC reset to its own function | Martin Braun | 2017-12-22 | 3 | -31/+72 |
* | n3xx: added args for ethernet crossover path | sugandhagupta | 2017-12-22 | 2 | -3/+20 |
* | mpm: Added eth table preloading capability | Martin Braun | 2017-12-22 | 2 | -3/+58 |
* | mpm: Increased find timeout | Martin Braun | 2017-12-22 | 1 | -1/+6 |
* | eiscat: Fixed selection of upper/lower beams | Martin Braun | 2017-12-22 | 1 | -1/+18 |
* | n3xx bist: Added both time and date to rtc test, added error_msg common key | Martin Braun | 2017-12-22 | 1 | -10/+14 |
* | n3xx bist: Stubbed out all tests, implemented TPM test | Martin Braun | 2017-12-22 | 1 | -55/+92 |
* | n3xx bist: Added dry-run version of sfp test | Martin Braun | 2017-12-22 | 1 | -7/+22 |
* | mpm: fix cmake on windows targets | Mark Meserve | 2017-12-22 | 1 | -1/+8 |
* | n3xx bist: Added gpsd test | Martin Braun | 2017-12-22 | 1 | -10/+51 |
* | n3xx bist: Added dry-run feature, and implemented temp, rtc, and fan tests | Martin Braun | 2017-12-22 | 1 | -39/+93 |
* | eiscat: Proper neighbour support, added some FI pseudo-antenna values | Martin Braun | 2017-12-22 | 3 | -38/+46 |
* | eiscat: Enable proper prop tree coercer and publisher | Martin Braun | 2017-12-22 | 1 | -10/+19 |
* | magnesium: Temporarily adding return values to make MSVC not fail | Trung N Tran | 2017-12-22 | 1 | -2/+15 |
* | cmake: Add extra flags to uhd project reduce Windows.h loads | Trung N Tran | 2017-12-22 | 1 | -0/+2 |
* | rpclib: Add more Windows compile definitions | Martin Braun | 2017-12-22 | 2 | -4/+59 |
* | eiscat: JESD failure does no longer throw; returns failure | Martin Braun | 2017-12-22 | 1 | -2/+2 |
* | mpm: discovery can now be bound to subnet | Martin Braun | 2017-12-22 | 2 | -25/+48 |
* | rfnoc: Added anonymous connections capability to graph | Martin Braun | 2017-12-22 | 3 | -0/+119 |
* | eiscat: Unset initialized-flag when ref clock freq is changed | Martin Braun | 2017-12-22 | 1 | -3/+4 |
* | mpmd: property tree fixes for multi_usrp, set_freq fixes | sugandhagupta | 2017-12-22 | 2 | -3/+19 |
* | rfnoc: ddc - Changed M = 2 for eiscat DDC | sugandhagupta | 2017-12-22 | 1 | -1/+9 |
* | eiscat: Minor logging update for clock sync | Martin Braun | 2017-12-22 | 1 | -0/+4 |
* | mpmd: Fixed prop tree typo (mboard vs mboards) | Martin Braun | 2017-12-22 | 2 | -5/+1 |
* | mpmd/cores: Removed PPS disable logic from TDC routine and added comments | djepson1 | 2017-12-22 | 1 | -10/+15 |
* | mpmd/cores: Adding TDC range check and removing clock enable/disable logic | djepson1 | 2017-12-22 | 1 | -2/+10 |
* | n310: Allow --override-db-pids to skip dbs | Martin Braun | 2017-12-22 | 1 | -0/+5 |
* | eiscat: Skip re-initialization of dboards | Martin Braun | 2017-12-22 | 1 | -1/+16 |
* | eiscat: Make use of known number of dboards | Martin Braun | 2017-12-22 | 2 | -0/+24 |
* | mpm/mpmd: Dboard info is now stored in mboard info; refactored initialization | Martin Braun | 2017-12-22 | 3 | -49/+94 |
* | mpmd/mpm/n310: Added clock and time source APIs | Martin Braun | 2017-12-22 | 4 | -28/+120 |
* | eiscat: Added more APIs for more fine-grained control | Martin Braun | 2017-12-22 | 2 | -54/+199 |
* | EISCAT: Hard reset ADCs before init, fixed interleaving engine | Daniel Jepson | 2017-12-22 | 1 | -5/+15 |
* | eiscat: Improved documentation for EISCAT block | Martin Braun | 2017-12-22 | 1 | -7/+88 |
* | mpm/mpmd: Call init() during UHD session init, not on hwd spawn | Martin Braun | 2017-12-22 | 7 | -28/+98 |
* | rpc: Add set timeout API call | Martin Braun | 2017-12-22 | 1 | -0/+5 |
* | mpm/mpmd: Allow SID increment; more fixes for multi-usrp operation | Martin Braun | 2017-12-22 | 4 | -34/+82 |
* | mpm: Minor logging improvement for LMK04828 classes | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mpm: RPC servers own methods can no longer be overwritten | Martin Braun | 2017-12-22 | 1 | -0/+1 |
* | mpmd: Explicitly unclaim devices on destruction | Martin Braun | 2017-12-22 | 1 | -1/+7 |
* | mpm: Improved token checking in RPC server | Martin Braun | 2017-12-22 | 1 | -8/+31 |
* | eiscat: Made more functions return status values instead of None/void | Martin Braun | 2017-12-22 | 2 | -4/+6 |
* | mpm: Addition Py3k fixes, all related to string/UTF-8/ascii differences | Martin Braun | 2017-12-22 | 3 | -20/+38 |
* | rpc: Changed API to request/notify for better distinction between the two | Martin Braun | 2017-12-22 | 4 | -25/+50 |
* | mpm/mpmd: Further improvements on multi-device operations | Martin Braun | 2017-12-22 | 5 | -56/+191 |
* | mpm/tdc: Re-enable PPS after synchronization procedure is complete | Martin Braun | 2017-12-22 | 1 | -0/+1 |
* | mpmd: Refactored code to allow multi-device initialization | Martin Braun | 2017-12-22 | 4 | -148/+247 |
* | mpm: Removed gratuitous encode(), safer udev lookups | Martin Braun | 2017-12-22 | 3 | -11/+15 |