aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/dboard_manager
Commit message (Collapse)AuthorAgeFilesLines
* eiscat: Unset initialized-flag when ref clock freq is changedMartin Braun2017-12-221-3/+4
|
* eiscat: Minor logging update for clock syncMartin Braun2017-12-221-0/+4
|
* eiscat: Skip re-initialization of dboardsMartin Braun2017-12-221-1/+16
|
* EISCAT: Hard reset ADCs before init, fixed interleaving engineDaniel Jepson2017-12-221-5/+15
|
* mpm/mpmd: Call init() during UHD session init, not on hwd spawnMartin Braun2017-12-222-7/+23
|
* eiscat: Made more functions return status values instead of None/voidMartin Braun2017-12-221-0/+2
|
* mpm: Removed gratuitous encode(), safer udev lookupsMartin Braun2017-12-221-2/+2
| | | | | - Udev lookups now just return empty lists when they can't find anything - Made SPI dev interface factory Py2/3 safe
* mpm: Made code Python3-compatibleMartin Braun2017-12-225-2/+10
|
* mpm: Replaced xrange with range for better Python future-proofingMartin Braun2017-12-222-2/+2
|
* eiscat/mpm: Moved EISCAT full init sequence to UHDMartin Braun2017-12-221-2/+5
|
* mpm/eiscat: Updated bringup procedure for dual-synched dboardsDaniel Jepson2017-12-221-146/+228
|
* mpm/eiscat: Updates to LMK04828 driverDaniel Jepson2017-12-221-35/+52
|
* mpm/EISCAT: Renamed UIO udev labels, enabled spidevs on both dboardsMartin Braun2017-12-221-1/+4
| | | | The UIO labels will require an update to the device tree overlay file.
* mpm: Made overlay selection a static method for more flexibilityMartin Braun2017-12-222-7/+27
|
* mpm: Added auto-loading of dboard-specific overlaysMartin Braun2017-12-222-0/+7
|
* mpm: Factored out common LMK04828 codeMartin Braun2017-12-222-55/+8
|
* mpm: Moved device and dboard init/deinit to their own methodsMartin Braun2017-12-223-14/+38
| | | | Also cleaned up some cruft.
* eiscat: Enabled Phase DAC SPIMartin Braun2017-12-221-2/+4
| | | | Requires the appropriate overlay.
* mpm: Enabled selection of SPI modeMartin Braun2017-12-222-22/+42
|
* mpm: Moved some SPI setup code to dboard baseMartin Braun2017-12-223-23/+23
|
* mpm: Added command line args to usrp_hwd.pyMartin Braun2017-12-221-1/+1
|
* mpm: Enabled mboard EEPROM readoutMartin Braun2017-12-224-18/+31
|
* mpm: Various EISCAT fixesMartin Braun2017-12-222-0/+2
|
* mg: bring up linksMark Meserve2017-12-222-21/+161
|
* mpm: eiscat: Fixed missing parameter in dboard codeMartin Braun2017-12-221-1/+1
|
* mpm: Updating ref clock frequency will propagate to dboard, changed slot ↵Martin Braun2017-12-224-9/+43
| | | | indexing to numbers
* mpm: eiscat: Finalized bring-up of JESD linkDaniel Jepson2017-12-221-14/+46
|
* mpm: eiscat: magnesium: Removed C++-only SPI ifacesMartin Braun2017-12-223-24/+55
| | | | | | | - EISCAT is now Python only with the exception of the definition of the SPI ifaces - Magnesium uses a Python-generated SPI iface - Removed SPI lock from EISCAT dboard
* mpm: Added more to the EISCAT bringup sequenceMartin Braun2017-12-221-86/+133
|
* mpm: eiscat: Added first pass at EISCAT dboard driverMartin Braun2017-12-223-6/+580
|
* n3xx: Moved Mykonos reset to UIOMartin Braun2017-12-221-9/+1
| | | | Note: This requires a new FPGA image, or Mykonos simply won't reset.
* mpm: Improved udev identification of SPI device nodesMartin Braun2017-12-223-26/+19
|
* mpm: Added more generic UIO lookupMartin Braun2017-12-221-9/+6
|
* mpm: Moved over to new logging infrastructureMartin Braun2017-12-225-30/+89
| | | | Also currently hardcodes some settings.
* mpm: mpm reorganizationAndrej Rode2017-12-227-28/+52
|
* mpm: CMake cleanup, Python code enhancementsAndrej Rode2017-12-225-1/+90
| | | | | - Send user defined data in ping - Improve rpc_shell, add mpm_debug.py, fix tracebacks in multiprocessing
* mpm: python refactoringAndrej Rode2017-12-225-0/+178