aboutsummaryrefslogtreecommitdiff
path: root/pw_kvs/format.cc
AgeCommit message (Expand)Author
2020-02-07pw_kvs: Introduce alignment to the entry headerWyatt Hepler
2020-02-05pw_kvs: Implement Delete; add testsWyatt Hepler
2020-02-05pw_kvs: Verify magic and checksum in flashWyatt Hepler
2020-02-05pw_kvs: Move EntrySize to the EntryHeader classWyatt Hepler
2020-02-05pw_kvs: Verify checksum on writeWyatt Hepler
2020-02-04pw_kvs: Get checksums working; enable testWyatt Hepler