Martin Braun
e9288a439c
mpm: Update all license headers
...
- Fix typo in company name (missing 'a')
- Updated SPDX license identifier to version 3.0
2018-02-19 16:55:08 -08:00
Martin Braun
8815098747
mpm: Harmonize all license header
...
Now uses SPDX headers everywhere.
2017-12-22 15:05:58 -08:00
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
Trung N Tran
1bd648833c
n3xx: Add CRC check for eeprom read
2017-12-22 15:04:00 -08:00
Martin Braun
6183d9eeaa
mpm: Made code Python3-compatible
2017-12-22 15:03:58 -08:00
Martin Braun
1ce038094d
mpm: Factored out eeprom code into its own module
2017-12-22 15:03:53 -08:00