1. 6e9924a stm32f429i target: early_boot.c refactor by Chenghan Zhou · 4 years, 8 months ago
  2. 7d19c36 pw_rpc: Use full service names in Python client by Wyatt Hepler · 4 years, 8 months ago
  3. 9916511 pw_rpc: #include gtest.h instead of framework.h by Alexei Frolov · 4 years, 8 months ago
  4. 788da9e pw_env_setup: fix get_pw_env_setup cleanup step by Rob Mohr · 4 years, 8 months ago
  5. dd4cce9 pw_rpc: Update Python client; support streaming by Wyatt Hepler · 4 years, 8 months ago
  6. 9117261 pw_rpc: Add method to get writer fron test context by Alexei Frolov · 4 years, 8 months ago
  7. a33b556 pw_rpc: Remove #includes from nanopb codegen by Alexei Frolov · 4 years, 8 months ago
  8. df2f190 pw_env_setup: make all Python code 3.7-compatible by Rob Mohr · 4 years, 8 months ago
  9. 3ab26ff pw_rpc: nanopb codegen improvements by Alexei Frolov · 4 years, 8 months ago
  10. 461a4d9 docker: cache env_setup bootstrap by Johan Euphrosine · 4 years, 8 months ago
  11. 91e8b45 docker: use build context by Johan Euphrosine · 4 years, 8 months ago
  12. be79217 pw_env_setup: Add --install-dir arg by Rob Mohr · 4 years, 8 months ago
  13. 9c60e2b env_setup: Trust the user's env even less by Joe Ethier · 4 years, 8 months ago
  14. 659d8e8 In env_setup.py, never trust the user's Python env by Joe Ethier · 4 years, 8 months ago
  15. 1f1ebb6 pw_kvs: Add KVS method to get max size key-value by David Rogers · 4 years, 8 months ago
  16. 2d239e1 pw_protobuf_compiler: GN fixes by Wyatt Hepler · 4 years, 8 months ago
  17. 7c7a386 pw_rpc: add EchoService by Alexei Frolov · 4 years, 8 months ago
  18. 9f39234 pw_span: Remove pw::span and pw_span/span.h by Wyatt Hepler · 4 years, 8 months ago
  19. a9cb3ce stm32f429i-disc1: Increase test runner timeout by Armando Montanez · 4 years, 8 months ago
  20. 980954a pw_protobuf_compiler: Simplify proto imports by Wyatt Hepler · 4 years, 8 months ago
  21. abb0f99 pw_rpc: Make service impls derived classes by Alexei Frolov · 4 years, 8 months ago
  22. ebd1193 stm32f429i-disc1: Read test output with a thread by Armando Montanez · 4 years, 8 months ago
  23. 593d0d5 pw_hex_dump: Create module by Armando Montanez · 4 years, 8 months ago
  24. 15255c5 pw_rpc: Switch to fully-qualified service paths by Alexei Frolov · 4 years, 8 months ago
  25. b4482d8 roll: gn by pigweed-roller · 4 years, 8 months ago
  26. a75bde1 roll: host_tools by pigweed-roller · 4 years, 8 months ago
  27. e072fab docs: some more minor updates by Ewout van Bekkum · 4 years, 8 months ago
  28. 8aa0292 pw_rpc: Utilities for testing RPC service methods by Wyatt Hepler · 4 years, 8 months ago
  29. 9e97cfd pw_assert: adds float near and float exact by Ewout van Bekkum · 4 years, 8 months ago
  30. d4f44d2 pw_allocator: replacing malloc() by Chenghan Zhou · 4 years, 9 months ago
  31. 4b946c1 pw_toolchain: Add toolchain support for Cortex M7 by Brandon Kinman · 4 years, 8 months ago
  32. f675390 GN build: Add application images group and docs by Alexei Frolov · 4 years, 8 months ago
  33. e916d32 docker: Add Dockerfile for Pigweed by Rob Mohr · 4 years, 8 months ago
  34. 4ce578a pw_doctor: Update CIPD path by Rob Mohr · 4 years, 8 months ago
  35. 712d367 pw_rpc: Update for protocol changes by Wyatt Hepler · 4 years, 8 months ago
  36. 356bf97 pw_cpu_exception: Split facade by Armando Montanez · 4 years, 10 months ago
  37. ce87bc0 pw_env_setup: allow setting environment directory by Rob Mohr · 4 years, 8 months ago
  38. 067dd7e pw_rpc: Protocol documentation by Wyatt Hepler · 4 years, 8 months ago
  39. fdb2e50 pw_stream: Added a write method for single bytes by shaneajg · 4 years, 8 months ago
  40. f490a08 pw_kvs: Fix sectors test by David Rogers · 4 years, 8 months ago
  41. 7356435 docs: Mention USB permissions in Getting Started by Ewout van Bekkum · 4 years, 8 months ago
  42. 33e9923 docs: refer to STM32F429I-DISC1 in express setup by Ewout van Bekkum · 4 years, 8 months ago
  43. 540eb13 docs: Minor fixes for getting started by Ewout van Bekkum · 4 years, 8 months ago
  44. a6e20bf pw_checksum: Fix CRC32 linker issue by Wyatt Hepler · 4 years, 8 months ago
  45. 6a6dae6 pw_kvs: Add tests for FlashPartition by David Rogers · 4 years, 8 months ago
  46. 3f3546e pw_watch: Update syntax for pw_watch by Armando Montanez · 4 years, 8 months ago
  47. 3376228 pw_env_setup: add gitiles command line client by Rob Mohr · 4 years, 8 months ago
  48. 34d9b07 pw_doctor: allow skipping CIPD checks by Rob Mohr · 4 years, 8 months ago
  49. c4b62ec pw_protobuf_compiler: Add missing dependency by Alexei Frolov · 4 years, 8 months ago
  50. 29572e7 pw_env_setup: only install for amd64 by Rob Mohr · 4 years, 8 months ago
  51. e130447 roll: gn by pigweed-roller · 4 years, 8 months ago
  52. dd690cd roll: host_tools by pigweed-roller · 4 years, 8 months ago
  53. a5661ef pw_kvs: Reduce stack usage of FlashPartition by David Rogers · 4 years, 8 months ago
  54. a149d64 pw_kvs: Add fix and test for Fake Flash by David Rogers · 4 years, 8 months ago
  55. 6a262b4 pw_kvs: Set KVS test to use any flash partition by David Rogers · 4 years, 8 months ago
  56. ca59296 pw_kvs: Add flash partition test by David Rogers · 4 years, 9 months ago
  57. af83568 pw_rpc: Support cancelling streaming RPCs by Wyatt Hepler · 4 years, 9 months ago
  58. b7643d7 pw_rpc: Properly clean up ServerWriters by Wyatt Hepler · 4 years, 8 months ago
  59. 4e6a472 pw_unit_test: Detect missing sources when disabled by Wyatt Hepler · 4 years, 8 months ago
  60. 7fb63af pw_rpc: Add missing codegen test by Alexei Frolov · 4 years, 8 months ago
  61. 79b7cb0 pw_protobuf_compiler: Add nanopb RPC generator by Alexei Frolov · 4 years, 9 months ago
  62. f350aa1 pw_env_setup: increase check_auth() flexibility by Rob Mohr · 4 years, 8 months ago
  63. 5cfde33 pw_rpc: Python RPC client by Wyatt Hepler · 4 years, 9 months ago
  64. 6328602 pw_env_setup: add username to CIPD ACL errors by Rob Mohr · 4 years, 9 months ago
  65. a61b43b pw_span: Mark pw::span as deprecated by Wyatt Hepler · 4 years, 9 months ago
  66. 10fccbb docs: Minor updates to getting started by Wyatt Hepler · 4 years, 9 months ago
  67. 0a7db3e pw_checksum: Add CRC32 support by Zihan Chen · 4 years, 9 months ago
  68. 15610b5 pw_sys_io: Fix trailing newline to be \r\n by Ian Tessier · 4 years, 9 months ago
  69. 2683749 roll: gn by pigweed-roller · 4 years, 9 months ago
  70. 1a0fe62 roll: host_tools by pigweed-roller · 4 years, 9 months ago
  71. 023f35b pw_polyfill, pw_minimal_cpp_stdlib: Fix namespace by Wyatt Hepler · 4 years, 9 months ago
  72. e67b551 pw_kvs: Add Address translation to FakeFlashMemory by David Rogers · 4 years, 9 months ago
  73. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 9 months ago
  74. d3d1cb0 pw_status: Python package by Wyatt Hepler · 4 years, 9 months ago
  75. 4a46a8f pw_protobuf_compiler: Python proto compilation by Wyatt Hepler · 4 years, 9 months ago
  76. d6ad79b pw_presubmit: Exclude generated proto code by Alexei Frolov · 4 years, 9 months ago
  77. a8d5f60 pw_rpc: Nanopb RPC protoc plugin by Alexei Frolov · 4 years, 9 months ago
  78. d2ad649 pw_env_setup: check ACLs for all CIPD packages by Rob Mohr · 4 years, 9 months ago
  79. 5c15f0d pw_bytes: Added iterator value-retrieval methods by shaneajg · 4 years, 9 months ago
  80. 89777c9 roll: goma-client by pigweed-roller · 4 years, 9 months ago
  81. 6f85277 roll: gn by pigweed-roller · 4 years, 9 months ago
  82. 0c34816 roll: host_tools by pigweed-roller · 4 years, 9 months ago
  83. 0158ad7 pw_bytes: ByteSpan and ConstByteSpan aliases by Wyatt Hepler · 4 years, 9 months ago
  84. ba39da3 pw_doctor: Run checks in parallel by Wyatt Hepler · 4 years, 9 months ago
  85. 16bde6b pw_web_ui: Add linting with eslint and prettier by Matthew Soulanille · 4 years, 9 months ago
  86. 2dd4dd8 pw_presubmit: Avoid duplicate module names in mypy by Wyatt Hepler · 4 years, 9 months ago
  87. a1c4f67 pw_toolchain: Fix copy rules on Mac by Michael Spang · 4 years, 9 months ago
  88. 81492d3 pw_toolchain: Fix setting the output directory for static_library by Michael Spang · 4 years, 9 months ago
  89. 17de382 pw_cli: add allowed suffixes to env parser by Rob Mohr · 4 years, 9 months ago
  90. 9fe4cec pw_bytes: Added an iterator class by shaneajg · 4 years, 9 months ago
  91. 79b30ad pw_presubmit: Check commit messages by Wyatt Hepler · 4 years, 9 months ago
  92. 18beb88 pw_presubmit: support subproject CIPD manifests by Rob Mohr · 4 years, 9 months ago
  93. 06fe47b pw_protobuf: Fixed bug when using proto package without prefix pw.* by Nathaniel Brough · 4 years, 9 months ago
  94. 2da1451 pw_web_ui: Bundle and launch the React frontend. by Matthew Soulanille · 4 years, 9 months ago
  95. fc988dc pw_allocator: Remove unnecessary reinterpret_casts by Wyatt Hepler · 4 years, 9 months ago
  96. 6d1a6c6 pw_span: Move pw_string, pw_unit_test to std::span by Wyatt Hepler · 4 years, 9 months ago
  97. 69a5190 pw_span: Begin transitioning to std::span by Wyatt Hepler · 4 years, 9 months ago
  98. 5e78acf pw_web_ui: Write WebSerialTransport, which talks to the device. by Matthew Soulanille · 4 years, 9 months ago
  99. 0119710 pw_presubmit: Don't use setup.py test by Wyatt Hepler · 4 years, 9 months ago
  100. a4dc811 pw_log: A typo in comment by Chenghan Zhou · 4 years, 9 months ago