uhd/mpm/python
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
..
usrp_mpm mpm: Fix python2 vs python3 zlib.crc32 output difference 2017-12-22 15:05:57 -08:00
aurora_bist_test.py mpm: Made Python3 the default interpreter for all N3xx-related executables 2017-12-22 15:04:00 -08:00
CMakeLists.txt n3xx bist: Added SFP loopback tests 2017-12-22 15:04:00 -08:00
converters.hpp mpm: python refactoring 2017-12-22 15:03:44 -08:00
copy_python_module.cmake mpm: CMake cleanup, Python code enhancements 2017-12-22 15:03:44 -08:00
lib_helper.cpp mpm: mpm reorganization 2017-12-22 15:03:45 -08:00
n3xx_bist n3xx_bist: Fix spurious reference to self.REV 2017-12-22 15:04:03 -08:00
pyusrp_periphs.cpp mpm: eiscat: magnesium: Removed C++-only SPI ifaces 2017-12-22 15:03:52 -08:00
setup.py.in mpm: Added TDC clock sync driver 2017-12-22 15:03:58 -08:00
socket_test.py Initial commit for N3xx development. 2017-12-22 15:03:44 -08:00
test_lmk.py Initial commit for N3xx development. 2017-12-22 15:03:44 -08:00
tests_periphs.cpp mpm: python refactoring 2017-12-22 15:03:44 -08:00
tests_periphs.hpp mpm: python refactoring 2017-12-22 15:03:44 -08:00
usrp_hwd.py mpm: Reset periph manager on update 2017-12-22 15:05:57 -08:00