aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rpclib: Add more Windows compile definitionsMartin Braun2017-12-222-4/+59
|
* eiscat: JESD failure does no longer throw; returns failureMartin Braun2017-12-221-2/+2
|
* mpm: discovery can now be bound to subnetMartin Braun2017-12-222-25/+48
|
* rfnoc: Added anonymous connections capability to graphMartin Braun2017-12-223-0/+119
|
* eiscat: Unset initialized-flag when ref clock freq is changedMartin Braun2017-12-221-3/+4
|
* mpmd: property tree fixes for multi_usrp, set_freq fixessugandhagupta2017-12-222-3/+19
|
* rfnoc: ddc - Changed M = 2 for eiscat DDCsugandhagupta2017-12-221-1/+9
|
* eiscat: Minor logging update for clock syncMartin Braun2017-12-221-0/+4
|
* mpmd: Fixed prop tree typo (mboard vs mboards)Martin Braun2017-12-222-5/+1
|
* mpmd/cores: Removed PPS disable logic from TDC routine and added commentsdjepson12017-12-221-10/+15
|
* mpmd/cores: Adding TDC range check and removing clock enable/disable logicdjepson12017-12-221-2/+10
|
* n310: Allow --override-db-pids to skip dbsMartin Braun2017-12-221-0/+5
|
* eiscat: Skip re-initialization of dboardsMartin Braun2017-12-221-1/+16
|
* eiscat: Make use of known number of dboardsMartin Braun2017-12-222-0/+24
|
* mpm/mpmd: Dboard info is now stored in mboard info; refactored initializationMartin Braun2017-12-223-49/+94
|
* mpmd/mpm/n310: Added clock and time source APIsMartin Braun2017-12-224-28/+120
|
* eiscat: Added more APIs for more fine-grained controlMartin Braun2017-12-222-54/+199
|
* EISCAT: Hard reset ADCs before init, fixed interleaving engineDaniel Jepson2017-12-221-5/+15
|
* eiscat: Improved documentation for EISCAT blockMartin Braun2017-12-221-7/+88
| | | | | Note that this pre-empts the actual implementation of some of the features.
* mpm/mpmd: Call init() during UHD session init, not on hwd spawnMartin Braun2017-12-227-28/+98
|
* rpc: Add set timeout API callMartin Braun2017-12-221-0/+5
|
* mpm/mpmd: Allow SID increment; more fixes for multi-usrp operationMartin Braun2017-12-224-34/+82
|
* mpm: Minor logging improvement for LMK04828 classesMartin Braun2017-12-221-1/+1
|
* mpm: RPC servers own methods can no longer be overwrittenMartin Braun2017-12-221-0/+1
|
* mpmd: Explicitly unclaim devices on destructionMartin Braun2017-12-221-1/+7
|
* mpm: Improved token checking in RPC serverMartin Braun2017-12-221-8/+31
|
* eiscat: Made more functions return status values instead of None/voidMartin Braun2017-12-222-4/+6
|
* mpm: Addition Py3k fixes, all related to string/UTF-8/ascii differencesMartin Braun2017-12-223-20/+38
| | | | - Also fixed some error handling in various cases
* rpc: Changed API to request/notify for better distinction between the twoMartin Braun2017-12-224-25/+50
|
* mpm/mpmd: Further improvements on multi-device operationsMartin Braun2017-12-225-56/+191
| | | | | | | - Crossbar local addr is now written during initialization of UHD session - Support for multiple crossbars per device (at least on UHD side) - Crossbars are now sequentially given a unique address
* mpm/tdc: Re-enable PPS after synchronization procedure is completeMartin Braun2017-12-221-0/+1
|
* mpmd: Refactored code to allow multi-device initializationMartin Braun2017-12-224-148/+247
|
* mpm: Removed gratuitous encode(), safer udev lookupsMartin Braun2017-12-223-11/+15
| | | | | - Udev lookups now just return empty lists when they can't find anything - Made SPI dev interface factory Py2/3 safe
* mpm/cmake: Remove invalid additional Python versionsMartin Braun2017-12-221-1/+5
|
* mpm: Made code Python3-compatibleMartin Braun2017-12-2219-9/+41
|
* mpm: Cleaned up CMake, made Python version an optionMartin Braun2017-12-222-44/+14
|
* mpm: Remove numpy dependencyMartin Braun2017-12-221-1/+4
|
* mpm: Replaced xrange with range for better Python future-proofingMartin Braun2017-12-225-7/+7
|
* mpm: Made CMake more future-proof w.r.t. newer Boost and PythonMartin Braun2017-12-222-4/+3
|
* mpm: udev now sorts EEPROM paths properly (9-0050 before 10-0050)Martin Braun2017-12-221-3/+9
|
* eiscat/mpm: Moved EISCAT full init sequence to UHDMartin Braun2017-12-225-18/+30
|
* rpc: Explicit code for non-returning RPC callsMartin Braun2017-12-221-0/+19
|
* mpm/eiscat: Updated bringup procedure for dual-synched dboardsDaniel Jepson2017-12-222-149/+246
|
* mpm: Added TDC clock sync driverMartin Braun2017-12-221-0/+1
|
* mpm/eiscat: Updates to LMK04828 driverDaniel Jepson2017-12-222-38/+77
|
* mpm: Added TDC clock sync driverMartin Braun2017-12-224-1/+347
|
* mpm/mpmd: Crossbar info is now polled instead of hardcodedMartin Braun2017-12-222-3/+49
| | | | - Extended base periph manager to provide crossbar info
* mpm: RPC server now provides decorators for no token and no RPCMartin Braun2017-12-221-22/+47
| | | | - Also token length is now variable, and 16 characters
* rpc: Improved error handlingMartin Braun2017-12-221-2/+17
|
* mpmd/rpc: Added a convenience wrapper for calling with a tokenMartin Braun2017-12-222-5/+34
|