1. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 5 months ago
  2. 0cdb1a3 pw_log: Separate shortened macro name headers by Wyatt Hepler · 3 years, 6 months ago
  3. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 8 months ago
  4. 2debeb6 pw_kvs: Alternate ConvertsToSpan implementation by Wyatt Hepler · 3 years, 9 months ago
  5. 3c29837 pw_kvs: Count erases + HeavyMaintenance by David Rogers · 4 years ago
  6. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 4 years ago
  7. b6b14b8 pw_status: Add TRY macros by David Rogers · 4 years ago
  8. 12f66a1 pw_checksum: Rename CRC-16-CCITT files by Wyatt Hepler · 4 years ago
  9. eb8a34c pw_checksum: CRC classes; Update CRC-16-CCITT name by Wyatt Hepler · 4 years ago
  10. 6b3a6c9 pw_bytes: Utilities for building byte arrays by Wyatt Hepler · 4 years, 1 month ago
  11. 436b3aa pw_kvs: Update all KVS magics to be random numbers by David Rogers · 4 years, 1 month ago
  12. 1f1ebb6 pw_kvs: Add KVS method to get max size key-value by David Rogers · 4 years, 2 months ago
  13. 6a262b4 pw_kvs: Set KVS test to use any flash partition by David Rogers · 4 years, 2 months ago
  14. ca59296 pw_kvs: Add flash partition test by David Rogers · 4 years, 2 months ago
  15. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 3 months ago
  16. 178002a pw_kvs: Check that the flash partition has minimum needed sectors by David Rogers · 4 years, 3 months ago
  17. 96aa280 pw_kvs: Update float test to build for device by David Rogers · 4 years, 3 months ago
  18. 044065e roll: clang by Rob Mohr · 4 years, 3 months ago
  19. d64cc01 pw_kvs: Make fake flash memory a publicly accessible lib by David Rogers · 4 years, 4 months ago
  20. d50eb1c pw_kvs: Don't use checksum for same value write check by David Rogers · 4 years, 4 months ago
  21. c010446 pw_kvs: Don't write key values that don't change by David Rogers · 4 years, 4 months ago
  22. 888370d Enable -Wshadow by Armando Montanez · 4 years, 4 months ago
  23. f3884eb pw_kvs: Fix garbage collection for redundant entries by David Rogers · 4 years, 6 months ago
  24. fac8113 pw_kvs: Put/Get updates by Wyatt Hepler · 4 years, 7 months ago
  25. e3288e1 pw_kvs: Test cleanup; comment cleanup by Wyatt Hepler · 4 years, 7 months ago
  26. 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 4 years, 7 months ago
  27. bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 4 years, 7 months ago
  28. 1fc1104 pw_kvs: Transcation ID and key descriptor refactor by Wyatt Hepler · 4 years, 7 months ago
  29. 38ce30f pw_kvs: Allow specifying max entries and sectors by Wyatt Hepler · 4 years, 7 months ago
  30. 5f6efc0 pw_kvs: Allow specifying an offset in Get by Wyatt Hepler · 4 years, 7 months ago
  31. 5406a67 pw_kvs: Check for values that are too large by Wyatt Hepler · 4 years, 7 months ago
  32. a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 4 years, 7 months ago
  33. cdd6dfc pw_kvs: FlashMemory updates; test utilities by Wyatt Hepler · 4 years, 7 months ago
  34. 2d40169 pw_kvs: Handle key hash collisions by Wyatt Hepler · 4 years, 7 months ago
  35. d31d970 pw_kvs: Rename format.h to entry.h by Wyatt Hepler · 4 years, 7 months ago
  36. 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 7 months ago
  37. cf680ab pw_kvs: Fix return value for Get() by David Rogers · 4 years, 7 months ago
  38. be744c1 pw_kvs: Add test that reproduces failure on device. by David Rogers · 4 years, 7 months ago
  39. bc6332c pw_minimal_cpp_stdlib: Various additions by Wyatt Hepler · 4 years, 7 months ago
  40. 16b0452 pw_kvs: Move test; disable dumping to file by Wyatt Hepler · 4 years, 7 months ago
  41. 0bde10a pw_kvs: Test cleanup by Wyatt Hepler · 4 years, 7 months ago
  42. 1c98e1e pw_kvs: Enable the crusher test by David Rogers · 4 years, 7 months ago
  43. 57aa55b pw_kvs: Fuzz test for Put by Wyatt Hepler · 4 years, 7 months ago
  44. df025cd pw_kvs: Fix relocation by David Rogers · 4 years, 7 months ago
  45. 116d116 pw_kvs: Alignment handling adjustments by Wyatt Hepler · 4 years, 7 months ago
  46. ad0a793 pw_kvs: Track the correct number of sectors by Wyatt Hepler · 4 years, 7 months ago
  47. 6c24c06 pw_kvs: Implement Delete; add tests by Wyatt Hepler · 4 years, 7 months ago
  48. 595cf01 pw_kvs: Enable tests that now pass by Wyatt Hepler · 4 years, 7 months ago
  49. ce0da52 pw_kvs: Rename Entry to Item by Wyatt Hepler · 4 years, 7 months ago
  50. 6e3a83b pw_kvs: Get checksums working; enable test by Wyatt Hepler · 4 years, 7 months ago
  51. ed163b0 pw_kvs: Implement ValueSize by Wyatt Hepler · 4 years, 7 months ago
  52. 2e56887 pw_kvs: Test cleanup by Wyatt Hepler · 4 years, 7 months ago
  53. ec4b935 pw_kvs: Implement CRC16 checksum for KVS by Wyatt Hepler · 4 years, 7 months ago
  54. 8c352dc pw_kvs: Implement KVS load from flash by Keir Mierle · 4 years, 7 months ago
  55. 4da1fcb pw_kvs: Initial commit of new KVS design by Wyatt Hepler · 4 years, 7 months ago
  56. acaacf9 pw_kvs: Initial API changes by Wyatt Hepler · 4 years, 8 months ago
  57. 2ad6067 pw_kvs: Add to build; get tests passing by Wyatt Hepler · 4 years, 8 months ago
  58. b760954 pw_kvs: Initial commit of key value store module by Wyatt Hepler · 4 years, 8 months ago