1. 830d26d pw_rpc: Documentation update by Wyatt Hepler · 3 years, 6 months ago
  2. a303b4f pw_presubmit: Better formatting for long times by Rob Mohr · 3 years, 6 months ago
  3. 969f44e pw_rpc: console_tools module and Watchdog class by Wyatt Hepler · 3 years, 6 months ago
  4. 938c7ac pw_bloat: Fix bloat_main dependency by Prashanth Swaminathan · 3 years, 6 months ago
  5. 6573187 pw_containers: Fix namespace in documentation by Prashanth Swaminathan · 3 years, 6 months ago
  6. 625a232 pw_protobuf_compiler: Improved proto repr by Wyatt Hepler · 3 years, 6 months ago
  7. 09d84aa Build: Simplify definition of the docs target by Wyatt Hepler · 3 years, 6 months ago
  8. ac19a47 pw_hdlc: Silence decoder resource exhausted log message by Alexei Frolov · 3 years, 6 months ago
  9. 41c9d67 pw_watch: Update watch_test.py to get it passing by Wyatt Hepler · 3 years, 6 months ago
  10. b71cb9d roll: gn by pigweed-roller · 3 years, 6 months ago
  11. 5224e3d roll: host_tools by pigweed-roller · 3 years, 6 months ago
  12. c736573 pw_cli, pw_build, pw_env_setup: Run Python tests by Rob Mohr · 3 years, 6 months ago
  13. b041ecf pw_watch: Move watch_test.py out of pw_watch package by Wyatt Hepler · 3 years, 6 months ago
  14. bbe291b pw_presubmit: Add option to list program steps by Rob Mohr · 3 years, 6 months ago
  15. f6db1f5 pw_log_basic: add optional timestamps by Ewout van Bekkum · 3 years, 6 months ago
  16. 84d599d pw_i2c: Expose alternate Address constructors as static by Max Koopman · 3 years, 6 months ago
  17. 75a1abf docs: Fix and expand module config docs by Wyatt Hepler · 3 years, 6 months ago
  18. d9833ef pw_env_setup: More inclusive code by Rob Mohr · 3 years, 6 months ago
  19. 29288f4 pw_arduino_build, stm32f429i: Require pyserial 3.5 by Rob Mohr · 3 years, 6 months ago
  20. 3581103 pw_allocator: Check FreeListHeap Block init status by Armando Montanez · 3 years, 6 months ago
  21. d9426a7 pw_unit_test: Fix first expected RPC response by Alexei Frolov · 3 years, 6 months ago
  22. e535acc pw_unit_test: Fix RPC timeout argument by Wyatt Hepler · 3 years, 6 months ago
  23. cc9d2e9 pw_rpc: Python client improvements by Wyatt Hepler · 3 years, 6 months ago
  24. 6531f3e pw_unit_test: Handle bad first response; timeouts by Wyatt Hepler · 3 years, 6 months ago
  25. 42664ba roll: goma-client by pigweed-roller · 3 years, 6 months ago
  26. a91eda4 roll: gn by pigweed-roller · 3 years, 6 months ago
  27. 9ec668e roll: host_tools by pigweed-roller · 3 years, 6 months ago
  28. acfc9d1 pw_sys_io_arduino: Fix broken while loop in WriteByte by Anthony DiGirolamo · 3 years, 6 months ago
  29. b6d5d7a pw_kvs: Add attributes on unused variables for debug by Prashanth Swaminathan · 3 years, 6 months ago
  30. c996863 pw_tokenizer: Add attributes on unused variables by Prashanth Swaminathan · 3 years, 6 months ago
  31. 28f8218 pw_allocator: Fix tests on ARM Clang build by Armando Montanez · 3 years, 6 months ago
  32. 84aee94 pw_cpu_exception_armv7m: Deprecate old naming by Armando Montanez · 3 years, 7 months ago
  33. 1ee925c pw_toolchain: ARM clang toolchain by Armando Montanez · 4 years, 2 months ago
  34. 01145c9 pw_rpc: Remove compatibility wrapper group by Wyatt Hepler · 3 years, 6 months ago
  35. b750f42 pw_toolchain: Move the bad_toolchain.py script by Wyatt Hepler · 3 years, 7 months ago
  36. fdaa2ec pw_sync: add missing C headers by Ewout van Bekkum · 3 years, 6 months ago
  37. d517afc pw_protobuf_compiler: Support standalone external protos by Wyatt Hepler · 3 years, 6 months ago
  38. a2970c5 pw_build: Python Mypy updates by Wyatt Hepler · 3 years, 6 months ago
  39. 9174147 pw_protobuf_compiler: Avoid duplicate protobuf Python packages by Wyatt Hepler · 3 years, 6 months ago
  40. ee8b0f6 pw_unit_test: Fix possible nullptr dereference by Prashanth Swaminathan · 3 years, 6 months ago
  41. be29ad9 pw_minimal_cpp_stdlib: Fix array alignment in test by Prashanth Swaminathan · 3 years, 6 months ago
  42. 7925430 pw_kvs: Fix static analysis failure in unittest by Prashanth Swaminathan · 3 years, 6 months ago
  43. 15bbbae pw_malloc_freelist: Avoid memory leak in unittest by Prashanth Swaminathan · 3 years, 6 months ago
  44. f40762d pw_bytes: Fix static analysis complaint in test by Prashanth Swaminathan · 3 years, 6 months ago
  45. fe5b4a7 pw_thread_threadx: adds yield, id, and sleep backends by Ewout van Bekkum · 3 years, 6 months ago
  46. d6d6d19 pw_thread: add explicit yield requirement to sleep by Ewout van Bekkum · 3 years, 6 months ago
  47. c092a25 pw_hdlc: add on_read_error callback to read_and_process_data by Maksim Shmukler · 3 years, 6 months ago
  48. 5876558 pw_fuzzer: Add dedicated toolchain and target for fuzzing by Ali Zhang · 3 years, 7 months ago
  49. a9ca999 pw_cpu_exception_cortex_m: Move armv7m->cortex_m by Armando Montanez · 3 years, 7 months ago
  50. 03d2281 pw_presubmit: Support submodule hook installation by Wyatt Hepler · 3 years, 6 months ago
  51. 10945aa pw_rpc: Remove generated Python packet proto by Alexei Frolov · 3 years, 8 months ago
  52. 325319f arduino: Add baremetal sync backend by Prashanth Swaminathan · 3 years, 6 months ago
  53. 282c5c9 pw_package: Update nanopb to 0.4.4 by Rob Mohr · 3 years, 6 months ago
  54. 1df2e5b pw_tokenizer: Disable linker script when fuzzing by Wyatt Hepler · 3 years, 7 months ago
  55. 6554c14 pw_protobuf_compiler: Support proto3 optional fields by Wyatt Hepler · 3 years, 7 months ago
  56. ef0b472 roll: goma-client by pigweed-roller · 3 years, 7 months ago
  57. 830d5d1 pw_chrono: Improve SystemClock C API by Ewout van Bekkum · 3 years, 7 months ago
  58. cddc5cd pw_rpc: Timeouts in Python pw_rpc client by Wyatt Hepler · 3 years, 7 months ago
  59. eb34a63 pw_toolchain: Add toolchain options for cortex-m0plus by Max Koopman · 3 years, 7 months ago
  60. dc4510a pw_fuzzer: Clean up build files by Ali Zhang · 3 years, 7 months ago
  61. 2da13fa noexcept: add some noexcepts when mirroring the STL by Ewout van Bekkum · 3 years, 7 months ago
  62. 749342b pw_thread_freertos: add FreeRTOS backends pw::this_thread by Ewout van Bekkum · 3 years, 7 months ago
  63. e3b5603 pw_thread: adds the initial pw_thread module by Ewout van Bekkum · 3 years, 8 months ago
  64. 49a4a82 pw_log_sink: Synchronous log backend by Prashanth Swaminathan · 3 years, 7 months ago
  65. 514bab8 pw_rpc: Re-acquire response buffer if Channel::Send() fails by Alexei Frolov · 3 years, 7 months ago
  66. 5039a81 pw_hdlc: Add wire-encoded frame parser by Alexei Frolov · 3 years, 7 months ago
  67. 5af57d1 pw_router: Add module and static router implementation by Alexei Frolov · 3 years, 7 months ago
  68. 658d8bd third_party/freertos: remove non-common header by Ewout van Bekkum · 3 years, 7 months ago
  69. f002bfb pw_hdlc: Record and log raw bytes while decoding by Wyatt Hepler · 3 years, 7 months ago
  70. b47155f pw_toolchain: Fix pylint findings by Armando Montanez · 3 years, 7 months ago
  71. 84e80e3 third_party/googletest: Add googletest BUILD.gn file by Kevin Zeng · 3 years, 7 months ago
  72. b0bb849 pw_containers: FlatMap class by Kevin Zeng · 3 years, 7 months ago
  73. 32edf12 pw_protobuf_compiler: Protobuf type annotations by Wyatt Hepler · 3 years, 8 months ago
  74. 620b3e0 pw_build: python_test_deps for Python packages by Wyatt Hepler · 3 years, 7 months ago
  75. 98f7c71 pw_package: Use CIPD packages for arduino cores by Anthony DiGirolamo · 3 years, 7 months ago
  76. acbd070 pw_sync_baremetal: Add scaffolding for baremetal by Prashanth Swaminathan · 3 years, 7 months ago
  77. 293e1c1 pw_toolchain: Fix alink tool for Windows by Duda, Lukasz · 3 years, 7 months ago
  78. 70c630d pw_toolchain: Fix cp command for Windows by Duda, Lukasz · 3 years, 7 months ago
  79. 3520967 pw_status: Remove update_style.py by Wyatt Hepler · 3 years, 7 months ago
  80. ac2f461 pw_presubmit: Skip lines with > in commit message check by Wyatt Hepler · 3 years, 7 months ago
  81. 78e8e5f Revert "pw_toolchain: Fix copying on Windows" by Michael Spang · 3 years, 7 months ago
  82. 1b8e48c Revert "pw_toolchain: Fix long command lines on Windows" by Michael Spang · 3 years, 7 months ago
  83. 6a10636 pw_fuzzer: Restore fuzzer by Keir Mierle · 3 years, 7 months ago
  84. 9891ced pw_env_setup: Document environment variables by Rob Mohr · 3 years, 7 months ago
  85. 97a068c pw_span: Restrict visibility by Wyatt Hepler · 3 years, 7 months ago
  86. 383be05 pw_package: Arduino core installers and teensy presubmit by Anthony DiGirolamo · 3 years, 9 months ago
  87. 438caa0 pw_build: Make GN Python installation more robust by Wyatt Hepler · 3 years, 7 months ago
  88. 1e1d481 CMake: Set PW_ROOT environment variable if unset by Wyatt Hepler · 3 years, 7 months ago
  89. 32a9c5a pw_toolchain: Use llvm-ar for host_clang toolchains by Ali Zhang · 3 years, 7 months ago
  90. 4b3fcb5 pw_toolchain: Fix copying on Windows by Michael Spang · 3 years, 7 months ago
  91. a2c4d1d pw_kvs: Add KVS size report by David Rogers · 3 years, 7 months ago
  92. b931c83 pw_toolchain: Fix long command lines on Windows by Michael Spang · 3 years, 7 months ago
  93. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 7 months ago
  94. 80baa7d pw_rpc: Wrapper for unary responses by Wyatt Hepler · 3 years, 8 months ago
  95. 4a4efe1 docs: Update MacOS prerequisites to require XCode by Prashanth Swaminathan · 3 years, 7 months ago
  96. 6964c35 roll: goma-client by pigweed-roller · 3 years, 7 months ago
  97. 6e37004 roll: gn by pigweed-roller · 3 years, 7 months ago
  98. e172737 roll: host_tools by pigweed-roller · 3 years, 7 months ago
  99. 4376aa6 pw_env_setup: Delete requirements.txt by Rob Mohr · 3 years, 7 months ago
  100. 4d1e6aa pw_build: Support pw_python_requirements targets by Wyatt Hepler · 3 years, 7 months ago