aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/test_bfrfs.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+6
| | | | Now uses SPDX headers everywhere.
* mpm: Add BufferFS serialization libraryMartin Braun2017-12-221-0/+25
BufferFS is a serialization format with CRC checking and optional byte-alignment for records. It allows storing arbitrary blobs, together with a 8-character identifier, in a contiguous buffer that supports random access. This is suitable for storing arbitrary blobs in EEPROM, but could also support other things. Signed-off-by: Martin Braun <martin.braun@ettus.com>