Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eiscat: Unset initialized-flag when ref clock freq is changed | Martin Braun | 2017-12-22 | 1 | -3/+4 |
| | |||||
* | eiscat: Minor logging update for clock sync | Martin Braun | 2017-12-22 | 1 | -0/+4 |
| | |||||
* | eiscat: Skip re-initialization of dboards | Martin Braun | 2017-12-22 | 1 | -1/+16 |
| | |||||
* | EISCAT: Hard reset ADCs before init, fixed interleaving engine | Daniel Jepson | 2017-12-22 | 1 | -5/+15 |
| | |||||
* | mpm/mpmd: Call init() during UHD session init, not on hwd spawn | Martin Braun | 2017-12-22 | 2 | -7/+23 |
| | |||||
* | eiscat: Made more functions return status values instead of None/void | Martin Braun | 2017-12-22 | 1 | -0/+2 |
| | |||||
* | mpm: Removed gratuitous encode(), safer udev lookups | Martin Braun | 2017-12-22 | 1 | -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-compatible | Martin Braun | 2017-12-22 | 5 | -2/+10 |
| | |||||
* | mpm: Replaced xrange with range for better Python future-proofing | Martin Braun | 2017-12-22 | 2 | -2/+2 |
| | |||||
* | eiscat/mpm: Moved EISCAT full init sequence to UHD | Martin Braun | 2017-12-22 | 1 | -2/+5 |
| | |||||
* | mpm/eiscat: Updated bringup procedure for dual-synched dboards | Daniel Jepson | 2017-12-22 | 1 | -146/+228 |
| | |||||
* | mpm/eiscat: Updates to LMK04828 driver | Daniel Jepson | 2017-12-22 | 1 | -35/+52 |
| | |||||
* | mpm/EISCAT: Renamed UIO udev labels, enabled spidevs on both dboards | Martin Braun | 2017-12-22 | 1 | -1/+4 |
| | | | | The UIO labels will require an update to the device tree overlay file. | ||||
* | mpm: Made overlay selection a static method for more flexibility | Martin Braun | 2017-12-22 | 2 | -7/+27 |
| | |||||
* | mpm: Added auto-loading of dboard-specific overlays | Martin Braun | 2017-12-22 | 2 | -0/+7 |
| | |||||
* | mpm: Factored out common LMK04828 code | Martin Braun | 2017-12-22 | 2 | -55/+8 |
| | |||||
* | mpm: Moved device and dboard init/deinit to their own methods | Martin Braun | 2017-12-22 | 3 | -14/+38 |
| | | | | Also cleaned up some cruft. | ||||
* | eiscat: Enabled Phase DAC SPI | Martin Braun | 2017-12-22 | 1 | -2/+4 |
| | | | | Requires the appropriate overlay. | ||||
* | mpm: Enabled selection of SPI mode | Martin Braun | 2017-12-22 | 2 | -22/+42 |
| | |||||
* | mpm: Moved some SPI setup code to dboard base | Martin Braun | 2017-12-22 | 3 | -23/+23 |
| | |||||
* | mpm: Added command line args to usrp_hwd.py | Martin Braun | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: Enabled mboard EEPROM readout | Martin Braun | 2017-12-22 | 4 | -18/+31 |
| | |||||
* | mpm: Various EISCAT fixes | Martin Braun | 2017-12-22 | 2 | -0/+2 |
| | |||||
* | mg: bring up links | Mark Meserve | 2017-12-22 | 2 | -21/+161 |
| | |||||
* | mpm: eiscat: Fixed missing parameter in dboard code | Martin Braun | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: Updating ref clock frequency will propagate to dboard, changed slot ↵ | Martin Braun | 2017-12-22 | 4 | -9/+43 |
| | | | | indexing to numbers | ||||
* | mpm: eiscat: Finalized bring-up of JESD link | Daniel Jepson | 2017-12-22 | 1 | -14/+46 |
| | |||||
* | mpm: eiscat: magnesium: Removed C++-only SPI ifaces | Martin Braun | 2017-12-22 | 3 | -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 sequence | Martin Braun | 2017-12-22 | 1 | -86/+133 |
| | |||||
* | mpm: eiscat: Added first pass at EISCAT dboard driver | Martin Braun | 2017-12-22 | 3 | -6/+580 |
| | |||||
* | n3xx: Moved Mykonos reset to UIO | Martin Braun | 2017-12-22 | 1 | -9/+1 |
| | | | | Note: This requires a new FPGA image, or Mykonos simply won't reset. | ||||
* | mpm: Improved udev identification of SPI device nodes | Martin Braun | 2017-12-22 | 3 | -26/+19 |
| | |||||
* | mpm: Added more generic UIO lookup | Martin Braun | 2017-12-22 | 1 | -9/+6 |
| | |||||
* | mpm: Moved over to new logging infrastructure | Martin Braun | 2017-12-22 | 5 | -30/+89 |
| | | | | Also currently hardcodes some settings. | ||||
* | mpm: mpm reorganization | Andrej Rode | 2017-12-22 | 7 | -28/+52 |
| | |||||
* | mpm: CMake cleanup, Python code enhancements | Andrej Rode | 2017-12-22 | 5 | -1/+90 |
| | | | | | - Send user defined data in ping - Improve rpc_shell, add mpm_debug.py, fix tracebacks in multiprocessing | ||||
* | mpm: python refactoring | Andrej Rode | 2017-12-22 | 5 | -0/+178 |