uhd/mpm/python/usrp_mpm
Steven Bingler 0cb800e001 mpm: Fix python2 vs python3 zlib.crc32 output difference
Zlib's crc32 outputs signed values in python2 and unsigned values in
python3. As per this page (https://docs.python.org/2/library/zlib.html)
0xffffffff can be AND'd to the result to get the same value between
Python versions
2017-12-22 15:05:57 -08:00
..
chips mpm: lmk04828: Fix docstring 2017-12-22 15:05:07 -08:00
cores n3xx: add support for 122.88 and 153.6 MHz sample clock rates 2017-12-22 15:05:07 -08:00
dboard_manager mpm: mg: Refactor init(), limit object scopes 2017-12-22 15:05:57 -08:00
periph_manager mpm: n310: Compile .dts files to .dtbo on update 2017-12-22 15:05:57 -08:00
__init__.py mpm: Renamed types submodule mpmtypes to avoid import confusion 2017-12-22 15:03:52 -08:00
aurora_control.py n3xx_bist: remove unused python package 2017-12-22 15:05:06 -08:00
bfrfs.py mpm: Add BufferFS serialization library 2017-12-22 15:04:02 -08:00
CMakeLists.txt mpm: Add LiberioDispatcherTable 2017-12-22 15:05:05 -08:00
discovery.py mpm: discovery can now be bound to subnet 2017-12-22 15:03:59 -08:00
dtoverlay.py mpm: Made code Python3-compatible 2017-12-22 15:03:58 -08:00
eeprom.py mpm: Fix python2 vs python3 zlib.crc32 output difference 2017-12-22 15:05:57 -08:00
ethtable.py n3xx: added args for ethernet crossover path 2017-12-22 15:03:59 -08:00
fpga_bit_to_bin.py bit to bin: initial commit of converter script 2017-12-22 15:04:02 -08:00
liberiotable.py mpm/mpmd: Move to request_xport()/commit_xport() architecture 2017-12-22 15:05:06 -08:00
mpmlog.py mpm: Run C++ logger through central logging 2017-12-22 15:05:06 -08:00
mpmtypes.py mpm/mpmd: Move to request_xport()/commit_xport() architecture 2017-12-22 15:05:06 -08:00
mpmutils.py mpm: Add mpmutils module, includes poll_with_timeout 2017-12-22 15:04:02 -08:00
net.py mpm: net: Add ip_addr_to_iface() function 2017-12-22 15:05:06 -08:00
nijesdcore.py jesd: add reset routine and make portions more generic for various links 2017-12-22 15:05:07 -08:00
rpc_server.py mpm: Add temporary failure for FPGA reload 2017-12-22 15:05:57 -08:00
sysfs_gpio.py mpm: sysfsgpio: Allow to filter by parent device 2017-12-22 15:04:02 -08:00
test_bfrfs.py mpm: Add BufferFS serialization library 2017-12-22 15:04:02 -08:00
uio.py mpm: adding destructor for UIO 2017-12-22 15:05:57 -08:00