uhd/mpm/python/usrp_mpm
Steven Koo be53058a47 mpm: e31x: Accept FF terminated strings in eeprom
Older revisions of the e31x used FF terminated strings in the EEPROM.
The eeprom implementation didn't take this into account and would
fail on ascii conversion. This change resolves mpm bring up on the
older revisions by replacing FF with null. This didn't affect newer
revisions because they used null terminated strings.

Signed-off-by: Steven Koo <steven.koo@ni.com>
2020-09-04 11:38:27 -07:00
..
chips
cores
dboard_manager rh: Enable inverse sinc filter for DAC37J82 2020-08-12 15:19:56 -05:00
periph_manager mpm: n3xx: Remove eth1, eth2 from interface list 2020-08-07 07:25:30 -05:00
sys_utils mpm: Return 10 Gbs link speed on failure 2020-09-01 15:19:30 -05:00
xports mpm: exclude internal nic for network hosts 2020-08-19 18:05:10 -05:00
__init__.py
aurora_control.py
bfrfs.py
bist.py mpm: n3xx: bist: Read mboard and dboard eeprom to determine product 2020-07-31 14:32:54 -05:00
CMakeLists.txt uhd: remove liberio 2020-07-20 16:01:03 -05:00
components.py
discovery.py
e31x_legacy_eeprom.py mpm: e31x: Accept FF terminated strings in eeprom 2020-09-04 11:38:27 -07:00
eeprom.py
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
mpmlog.py
mpmtypes.py mpm: Remove SID class 2020-08-07 07:25:08 -05:00
mpmutils.py mpm: utils: print error on minor compat number mismatch conditionally 2020-07-13 15:22:59 -05:00
prefs.py
rpc_server.py mpm: Fix gevent errors on SIGTERM 2020-07-24 15:26:36 -05:00
test_bfrfs.py
user_eeprom.py