Commit Graph

3 Commits

Author SHA1 Message Date
Wyatt Hepler
acaacf9a4f pw_kvs: Initial API changes
- Use std::string_view for keys to avoid the need for null termination.
- Use std::span and std::byte for data.
- Use StatusWithSize and size_t.
- Other minor adjustments.

Change-Id: I10d2f0f47b386071ed4ecf81586decfcc99244cd
2020-01-29 16:20:50 -08:00
Wyatt Hepler
d6b384aba0 pw_kvs: Remove the sub-sector interface
Change-Id: Id9d2984220b6aa28e6dc1bd87e8da0e39b3131ea
2020-01-28 01:18:28 +00:00
Wyatt Hepler
2ad6067478 pw_kvs: Add to build; get tests passing
Change-Id: Idfd357beaf60b94ebaf9b4b1f8cd1b3d712e9b10
2020-01-27 19:13:05 +00:00