aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* eiscat: Added RPC passing APIMartin Braun2017-12-222-3/+20
|
* mpmd: Added preliminary support for passing RPC client to blocksMartin Braun2017-12-224-15/+107
|
* eiscat: Fixed missing antenna selection reg write for direct rxMartin Braun2017-12-222-2/+20
|
* eiscat: Fixed missing antenna selection reg write for direct rxMartin Braun2017-12-221-0/+1
|
* mpm/EISCAT: Renamed UIO udev labels, enabled spidevs on both dboardsMartin Braun2017-12-222-2/+7
| | | | The UIO labels will require an update to the device tree overlay file.
* eiscat: Numerous modification for testing beamformingMartin Braun2017-12-223-27/+183
|
* Rename netd to mpmdMartin Braun2017-12-228-60/+57
|
* mpm: Factored out eeprom code into its own moduleMartin Braun2017-12-223-127/+152
|
* mpm: motherboards can now also request overlays, dboard overlay code ↵Martin Braun2017-12-221-10/+41
| | | | slightly refactored
* mpm: Made overlay selection a static method for more flexibilityMartin Braun2017-12-223-11/+35
|
* mpm: dt overlay handling: Better error handling, fewer FIXMEsMartin Braun2017-12-222-15/+33
|
* mpm: Added auto-loading of dboard-specific overlaysMartin Braun2017-12-225-2/+126
|
* mpm: Better handling of case where no CHDR interfaces are availableMartin Braun2017-12-222-2/+6
|