uhd/mpm/python/usrp_mpm/periph_manager
Brent Stapleton 05722dcc51 mpm: n3xx: Factor out component updating
- Refactoring component (FPGA, DTS) updating functions out of
n3xx.py into their own components.py. The ZynqComponent class now
defines the methods to update these two components.
- Adding super().__init__() to the PeriphManagerBase class. This is
needed to get the multiple inheritance used in N3XX now to work, and
(apparently) good Python practice.
2018-07-11 12:42:45 -07:00
..
__init__.py.in mpm: cmake: Add git hash and version info to Python module 2018-04-02 15:27:05 -07:00
base.py mpm: n3xx: Factor out component updating 2018-07-11 12:42:45 -07:00
CMakeLists.txt mpm: Remove 'test' periph_manager 2018-06-08 13:27:13 -07:00
n3xx.py mpm: n3xx: Factor out component updating 2018-07-11 12:42:45 -07:00
n3xx_periphs.py mpm: n3xx: Refactor n3xx_periphs into its own module 2018-05-08 11:37:12 -07:00