1. c76aa40 pw_protobuf: add max serialized size constants by Ewout van Bekkum · 4 years, 1 month ago
  2. 37159c4 pw_rpc: Make the Python client more flexible by Wyatt Hepler · 4 years, 1 month ago
  3. b5eb3f9 pw_hdlc_lite: Example script using pw_rpc by Wyatt Hepler · 4 years, 1 month ago
  4. 9ca7a13 pw_hdlc_lite: Support passing multiple proto files by Prashanth Swaminathan · 4 years, 1 month ago
  5. 0170b2d pw_stream: small fixups by Ewout van Bekkum · 4 years, 1 month ago
  6. d99d6f3 pw_varint: remove legacy kMaxVarintSizeBytes by Ewout van Bekkum · 4 years, 1 month ago
  7. 175851f pw_blob_store: Update return for Invalidate() by David Rogers · 4 years, 1 month ago
  8. bd33812 pw_varint: expose kMaxVarint{32,64}SizeBytes by Ewout van Bekkum · 4 years, 1 month ago
  9. 6754c44 pw_stream: add pw::stream::NullWriter by Ewout van Bekkum · 4 years, 1 month ago
  10. d833dff pw_kvs: FlashPartition add erased_memory_content() by David Rogers · 4 years, 1 month ago
  11. a2131ab pw_blob_store: Make ctor partition arg a reference by David Rogers · 4 years, 1 month ago
  12. 51ee98e pw_rpc: Return Status in ChannelOutput by Wyatt Hepler · 4 years, 1 month ago
  13. eea0d77 Arduino Pigweed Target by Anthony DiGirolamo · 4 years, 2 months ago
  14. fbd4a11 pw_containers: Add IntrusiveList::size() by Keir Mierle · 4 years, 1 month ago
  15. a9a4f09 pw_toolchain: Fix sanitizer option by Keir Mierle · 4 years, 1 month ago
  16. 5f13f4a docker: Roll tag to cbde3eee441ac6c by pigweed-roller · 4 years, 1 month ago
  17. cbde3ee roll: host_tools by pigweed-roller · 4 years, 1 month ago
  18. d427aa3 pw_hdlc_lite: Rename hdlc_channel to rpc_channel by Wyatt Hepler · 4 years, 1 month ago
  19. 1748f65 pw_hdlc_lite: HdlcRpcClient class by Wyatt Hepler · 4 years, 1 month ago
  20. 0fadf44 pw_blob_store: Update checking in reader::Open by David Rogers · 4 years, 1 month ago
  21. 6f07fa7 Add stm32f429i to the default build target by Armando Montanez · 4 years, 1 month ago
  22. 1039584 pw_blob_store: Add blob open and read by David Rogers · 4 years, 1 month ago
  23. 35ee425 pw_hdlc_lite: RPC console updates by Wyatt Hepler · 4 years, 1 month ago
  24. 0b85705 pw_plugins: Add RPC console to plugins by Prashanth Swaminathan · 4 years, 1 month ago
  25. 052465e pw_hdlc_lite: Pipe console device output to file by Wyatt Hepler · 4 years, 1 month ago
  26. 1e1cb2e pw_rpc: Fix Python client SERVER_ERROR handling by Wyatt Hepler · 4 years, 1 month ago
  27. b8db509 pw_hdlc_lite: Rework the RPC server example by Wyatt Hepler · 4 years, 1 month ago
  28. a83254d pw_rpc: Python client usability improvements by Wyatt Hepler · 4 years, 1 month ago
  29. 727579b pw_hdlc_lite: Reorganize example files by Wyatt Hepler · 4 years, 1 month ago
  30. 3e7fe26 pw_build: Correctly append polyfill dependency by Alexei Frolov · 4 years, 1 month ago
  31. 0a9129c pw_trace_tokenized: Dump trace buffer to log by Prashanth Swaminathan · 4 years, 1 month ago
  32. 2ccde06 pw_log_basic: Allow setting a log output function by Wyatt Hepler · 4 years, 1 month ago
  33. cdb0f4e pw_hdlc_lite: Update C++ decoder by Wyatt Hepler · 4 years, 1 month ago
  34. 3cd2cd4 pw_bytes: Endian reading function by Wyatt Hepler · 4 years, 1 month ago
  35. c379c09 pw_hdlc_lite: Update encoder function by Wyatt Hepler · 4 years, 1 month ago
  36. b375426 pw_rpc: Don't use PW_CHECK in a constexpr function by Wyatt Hepler · 4 years, 1 month ago
  37. bf33d21 pw_rpc: Add size report for server by Alexei Frolov · 4 years, 1 month ago
  38. 9219ee0 pw_hdlc_lite: Update Python decoder by Wyatt Hepler · 4 years, 1 month ago
  39. cbd09c2 pw_rpc: Isolate pw_rpc server from proto library by Wyatt Hepler · 4 years, 1 month ago
  40. d159142 pw_rpc: Make Service independent of Method by Wyatt Hepler · 4 years, 1 month ago
  41. 5aa32ab pw_blob_store: Add support for deferred writes by David Rogers · 4 years, 1 month ago
  42. 8d52fe0 pw_random: Reduce virtual overhead by Armando Montanez · 4 years, 1 month ago
  43. c4dc864 pw_status: Minor update for PW_TRY macros by David Rogers · 4 years, 1 month ago
  44. 18300ae pw_hdlc_lite: Process read server packets by Armando Montanez · 4 years, 1 month ago
  45. f5020f4 pw_preprocessor: Remove renamed header by Wyatt Hepler · 4 years, 1 month ago
  46. 5191f58 pw_preprocessor: Rename macro; reorganize header by Wyatt Hepler · 4 years, 2 months ago
  47. b6b14b8 pw_status: Add TRY macros by David Rogers · 4 years, 1 month ago
  48. b74a041 docker: Roll tag to fb09d03a6b3d7df by pigweed-roller · 4 years, 1 month ago
  49. fb09d03 roll: gn by pigweed-roller · 4 years, 1 month ago
  50. 0756fc7 roll: clang by pigweed-roller · 4 years, 1 month ago
  51. 2689865 roll: host_tools by pigweed-roller · 4 years, 1 month ago
  52. 43d3611 pw_env_setup: Expand docs by Rob Mohr · 4 years, 1 month ago
  53. 199045a Expand build system docs by Alexei Frolov · 4 years, 1 month ago
  54. 4159d1e pw_cpu_exception_armv7m: Capture HFSR and SHCSR by Armando Montanez · 4 years, 1 month ago
  55. 133eb7d docs: Move presubmit demo into presubmit module by Alexei Frolov · 4 years, 1 month ago
  56. bfb669d pw_hdlc_lite: Encode full HDLC frames by Wyatt Hepler · 4 years, 1 month ago
  57. f046fee Fix activate.sh with set -e by Michael Spang · 4 years, 1 month ago
  58. 05ca54c pw_bytes: Functions for converting endianness by Wyatt Hepler · 4 years, 1 month ago
  59. df508df docs: Fix spelling of dialout group by Prashanth Swaminathan · 4 years, 1 month ago
  60. ecf1923 pw_polyfill: Support std::endian from <bit> by Wyatt Hepler · 4 years, 1 month ago
  61. 12f66a1 pw_checksum: Rename CRC-16-CCITT files by Wyatt Hepler · 4 years, 1 month ago
  62. eb8a34c pw_checksum: CRC classes; Update CRC-16-CCITT name by Wyatt Hepler · 4 years, 1 month ago
  63. 0c453d4 pw_env_setup: Fix setting cache dir by Michael Spang · 4 years, 1 month ago
  64. c04a6bc pw_toolchain: Fix Android Mac toolchain by Michael Spang · 4 years, 1 month ago
  65. e467579 misc: Size report binary fixes by Alexei Frolov · 4 years, 1 month ago
  66. f39fbf4 misc: source_set -> pw_source_set by Alexei Frolov · 4 years, 1 month ago
  67. 216808f docs: Make group for module documentation by Alexei Frolov · 4 years, 1 month ago
  68. eb3304c pw_preprocessor: Rename macro_arg_count.h by Wyatt Hepler · 4 years, 1 month ago
  69. 883b161 docker: Roll tag to f5611c9164858c3 by pigweed-roller · 4 years, 1 month ago
  70. f5611c9 roll: kythe by pigweed-roller · 4 years, 1 month ago
  71. d0922fa roll: qemu by pigweed-roller · 4 years, 1 month ago
  72. 6f84bf8 roll: goma-client by pigweed-roller · 4 years, 1 month ago
  73. ddd3446 pw_watch: Re-add removed legacy env watch excludes by Keir Mierle · 4 years, 1 month ago
  74. 0120dda pw_boot_armv7m: Add barriers for enabling the FPU by Ian Tessier · 4 years, 3 months ago
  75. a8a5b40 pw_tokenizer: Remove unused compatibility aliases by Wyatt Hepler · 4 years, 1 month ago
  76. de3c2a1 pw_result: Add some size reports by Alexei Frolov · 4 years, 1 month ago
  77. 89b44c5 pw_watch: Add missing commas by Rob Mohr · 4 years, 1 month ago
  78. 514892b pw_watch: Fix outdated excludes by Keir Mierle · 4 years, 1 month ago
  79. 02d127a pw_hdlc_lite: Added RPC server and client utility by shaneajg · 4 years, 2 months ago
  80. 70c4a1a pw_presubmit: Log evaluated commit message by Rob Mohr · 4 years, 1 month ago
  81. 24a6e27 pw_log_null: pw_log backend that does nothing by Wyatt Hepler · 4 years, 1 month ago
  82. ae2ff7d pw_web_ui: Improve error handling of WebSerialTransport by Matthew Soulanille · 4 years, 1 month ago
  83. 990fab9 pw_metric: allow global groups everywhere by Paul Mathieu · 4 years, 1 month ago
  84. 2182c66 pw_metric: add _STATIC variants by Paul Mathieu · 4 years, 1 month ago
  85. 7a5e4d6 pw_tokenizer: Update C naming style by Wyatt Hepler · 4 years, 1 month ago
  86. 7e58723 pw_tokenizer: Support tokenizing __func__ by Wyatt Hepler · 4 years, 1 month ago
  87. 8e59f4d pw_polyfill: std::integer_sequence, std::to_array by Wyatt Hepler · 4 years, 1 month ago
  88. 653921b docker: Roll tag to 4f51ac76335b107 by pigweed-roller · 4 years, 1 month ago
  89. 4f51ac7 roll: gn by pigweed-roller · 4 years, 1 month ago
  90. 52dafbc roll: host_tools by pigweed-roller · 4 years, 1 month ago
  91. 0c52773 pw_hdlc_lite: Added a ChannelOutput for HDLC by shaneajg · 4 years, 2 months ago
  92. f8325f9 pw_hdlc_lite: Completing the docs for this module by shaneajg · 4 years, 2 months ago
  93. 063d0e0 pw_hdlc_lite: Added a C++ decoder class by shaneajg · 4 years, 2 months ago
  94. f20ef8e pw_bytes: Added code for Size Report by shaneajg · 4 years, 3 months ago
  95. 3ef88cd pw_trace/py: Fix event_has_trace_id by Tri Pho · 4 years, 2 months ago
  96. 5e5c242 pw_web_ui: add targets to serve the app by Paul Mathieu · 4 years, 1 month ago
  97. d9a1b82 pw_tokenizer: Make LoadTokenDatabases public by Wyatt Hepler · 4 years, 2 months ago
  98. 0f82b33 targets: move early_boot.c to boot.cc by Ewout van Bekkum · 4 years, 2 months ago
  99. 738f42c pw_boot_armv7m: add pw_boot_PostMain() by Ewout van Bekkum · 4 years, 2 months ago
  100. 712cbfb lm3s6965evb-qemu: move early_boot into targets/* by Ewout van Bekkum · 4 years, 2 months ago