aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/eeprom.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: Adding offset to EEPROM readsBrent Stapleton2018-03-201-1/+2
| | | | | | Adding address offset to all MBoard and DBoard EEPROM reads. This matches what we're doing for the user portion of the EEPROM, and allows us to share access to an EEPROM.
* mpm: Update all license headersMartin Braun2018-02-191-2/+2
| | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0
* mpm: Harmonize all license headerMartin Braun2017-12-221-13/+2
| | | | Now uses SPDX headers everywhere.
* mpm: Fix python2 vs python3 zlib.crc32 output differenceSteven Bingler2017-12-221-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 readTrung N Tran2017-12-221-4/+14
|
* mpm: Made code Python3-compatibleMartin Braun2017-12-221-1/+3
|
* mpm: Factored out eeprom code into its own moduleMartin Braun2017-12-221-0/+143