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 | -1/+1 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | mpm: bfrfs: Assert reference buffer is a byte string | Martin Braun | 2017-12-22 | 1 | -0/+1 |
| | | | | Reviewed-By: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | mpm: Add BufferFS serialization library | Martin Braun | 2017-12-22 | 1 | -0/+375 |
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> |