Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Update all license headers | Martin Braun | 2018-02-19 | 1 | -2/+2 |
| | | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0 | ||||
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -13/+2 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | mpm: Fix python2 vs python3 zlib.crc32 output difference | Steven Bingler | 2017-12-22 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | n3xx: Add CRC check for eeprom read | Trung N Tran | 2017-12-22 | 1 | -4/+14 |
| | |||||
* | mpm: Made code Python3-compatible | Martin Braun | 2017-12-22 | 1 | -1/+3 |
| | |||||
* | mpm: Factored out eeprom code into its own module | Martin Braun | 2017-12-22 | 1 | -0/+143 |