uhd/mpm/python/usrp_mpm
Martin Braun 31a107747a mpm: Fix documentation and minor issues in sys_utils.GPIOBank
- GPIOBank made the assumption that all bits used where contiguous. This amends
  the documentation to make that more clear, and adds an assert
  statement to check for that.
- reset_all() would reset all pins, regardless of DDR value, rendering
  it useless for any GPIO bank that would want to have readable pins.
  Fixed that by checking DDR value before resetting.
- Minor amendments to various docstrings; improve PyLint score by
  removing superfluous inheritance from object.
2020-07-28 15:57:00 -05:00
..
chips uhd: mpm: update all license header w/ "-or-later" 2019-03-08 00:43:07 +01:00
cores cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
dboard_manager mpm: Look for pca953x based devices by device/name 2020-06-11 10:39:05 -05:00
periph_manager fpga, mpm: Bump FPGA compat number 2020-07-24 15:24:14 -05:00
sys_utils mpm: Fix documentation and minor issues in sys_utils.GPIOBank 2020-07-28 15:57:00 -05:00
xports mpm: Don't index empty forwarding interface list 2020-07-24 15:24:14 -05:00
__init__.py mpm: Add __mpm_device__ as usrp_hwd module variable 2018-10-09 17:11:08 -07:00
aurora_control.py
bfrfs.py
bist.py mpm/mpmd: Expose APIs to drive GPIO sources 2020-01-23 11:37:51 -08:00
CMakeLists.txt uhd: remove liberio 2020-07-20 16:01:03 -05:00
components.py mpm: n3xx: Factor out component updating 2018-07-11 12:42:45 -07:00
discovery.py
e31x_legacy_eeprom.py e310: Fix issues in MPM and UHD 2019-11-26 12:21:33 -08:00
eeprom.py mpm: Add MB-EEPROMv3 2019-05-10 16:59:58 -07:00
ethdispatch.py mpm: Add support for internal Ethernet interface 2020-07-16 10:00:12 -05:00
fpga_bit_to_bin.py
gpsd_iface.py mpm: e310: Enable GPS sensors 2019-11-26 12:21:34 -08:00
mpmlog.py
mpmtypes.py mpm: types: Add getters for dst_ep and dts_block to SID 2018-04-30 16:57:45 -07:00
mpmutils.py mpm: utils: print error on minor compat number mismatch conditionally 2020-07-13 15:22:59 -05:00
prefs.py docs: Add comments on mpm.conf 2020-07-09 00:39:11 -07:00
rpc_server.py mpm: Fix gevent errors on SIGTERM 2020-07-24 15:26:36 -05:00
test_bfrfs.py
user_eeprom.py mpm: Factor out user EEPROM code into own module 2018-12-20 14:57:54 -08:00