1. aa52c4b pw_presubmit: Run buildifier on Bazel files by Rob Mohr · 3 years, 1 month ago
  2. a19b7ac pw_boot_cortex_m: Set MSP and MSPLIM on :armv8m by Scott James Remnant · 3 years, 1 month ago
  3. 6cfcd7f pw_snapshot: add UUID constants by Ewout van Bekkum · 3 years, 1 month ago
  4. 1fee0f4 pw_boot_cortex_m: Allow linker script to be overriden by toolchain by Scott James Remnant · 3 years, 1 month ago
  5. 259a6fe pw_boot_cortex_m: Add armv8m target by Scott James Remnant · 3 years, 1 month ago
  6. 81713a3 pw_boot_cortex_m: Rename pw_boot_armv7m to pw_boot_cortex_m:armv7m by Scott James Remnant · 3 years, 1 month ago
  7. fa7f123 pw_boot: Create pw_boot facade by Scott James Remnant · 3 years, 1 month ago
  8. 516255c pw_malloc_freelist: Remove dependency on pw_boot_armv7m by Scott James Remnant · 3 years, 1 month ago
  9. 5bd954b 3p/freertos: Run buildifier on BUILD.bazel by Rob Mohr · 3 years, 1 month ago
  10. fb12658 docs: Align with google style guide by Adam MacBeth · 3 years, 1 month ago
  11. 5d4eed6 pw_thread_embos: Keep walking tasks on error by Armando Montanez · 3 years, 1 month ago
  12. 5d08f06 pw_thread_threadx: Keep walking tasks on error by Armando Montanez · 3 years, 1 month ago
  13. 13cc14a pw_crypto: Run buildifier and rename Bazel file by Rob Mohr · 3 years, 1 month ago
  14. d535359 docs: Fix typo in pw_docgen by Adam MacBeth · 3 years, 1 month ago
  15. f7376c9 pw_console: Fix log clear function by Anthony DiGirolamo · 3 years, 1 month ago
  16. e8f4474 pw_console: Log filtering user interface impl by Anthony DiGirolamo · 3 years, 1 month ago
  17. c793438 pw_console: Log filtering backend impl by Anthony DiGirolamo · 3 years, 1 month ago
  18. 86b10e1 3p/freertos: disable statics to link against kernel internals by Ewout van Bekkum · 3 years, 1 month ago
  19. 3c52fd3 pw_watch: Watch assembler source files by Scott James Remnant · 3 years, 1 month ago
  20. c11c5ac docs: Mention Windows Developer Mode by Wyatt Hepler · 3 years, 1 month ago
  21. 4644099 pw_console: Cleanup mouse_handler functions by Anthony DiGirolamo · 3 years, 1 month ago
  22. 8f2367a pw_build: Package version updates by Wyatt Hepler · 3 years, 1 month ago
  23. df019ba pw_env_setup: Update Python to 3.9 by Rob Mohr · 3 years, 1 month ago
  24. ab1f8f7 third_party/freertos: provide FreeRTOSConfig.h helper by Ewout van Bekkum · 3 years, 1 month ago
  25. 4b4767e pw_kvs: Remove unused fake flash partition by David Rogers · 3 years, 1 month ago
  26. 60465a7 pw_tls_client_mbedtls: Add initialization logic by Yecheng Zhao · 3 years, 2 months ago
  27. eba7dd6 pw_log: Optional logger for pw_cli.log.install by Anthony DiGirolamo · 3 years, 1 month ago
  28. 19929fa pw_console: Allow Ctrl-d if repl input is not empty by Anthony DiGirolamo · 3 years, 1 month ago
  29. a352d57 pw_build: Prepare for Pylint update by Wyatt Hepler · 3 years, 1 month ago
  30. 1a884f3 roll: gn by pigweed-roller · 3 years, 1 month ago
  31. 1789219 roll: rbe-client by pigweed-roller · 3 years, 1 month ago
  32. 0c94fc2 pw_transfer: Initial Python implementation by Alexei Frolov · 3 years, 1 month ago
  33. 68daa72 pw_rpc: Fix responding with empty buffers by Wyatt Hepler · 3 years, 1 month ago
  34. 5f15bfd pw_crypto: Add size reports by Ali Zhang · 3 years, 1 month ago
  35. 036a299 pw_presubmit: Add gn_crypto_mbedtls_build by Ali Zhang · 3 years, 2 months ago
  36. cc6101e pw_crypto: Add ECDSA verification based on Mbed TLS by Ali Zhang · 3 years, 1 month ago
  37. b7b38c2 pw_crypto: Add ECDSA P256 verification API by Ali Zhang · 3 years, 1 month ago
  38. ef68dc6 pw_crypto: Add SHA256 backed by Mbed TLS by Ali Zhang · 3 years, 2 months ago
  39. ef336f0 gitignore: Ignore generated doc previews by Adam MacBeth · 3 years, 1 month ago
  40. ce5eaf4 pw_crypto: Add SHA256 API by Ali Zhang · 3 years, 2 months ago
  41. efb68cc targets: stm32f429i: Enlarge flash and heap size by Yecheng Zhao · 3 years, 1 month ago
  42. 9e29fbb pw_thread_stl: don't use std::this_thread::sleep_for by Ewout van Bekkum · 3 years, 1 month ago
  43. 9b3abb2 pw_watch: Add option to serve docs from a local webserver by Adam MacBeth · 3 years, 1 month ago
  44. 3a8e729 pw_snapshot: Add snapshot dump tooling by Armando Montanez · 3 years, 1 month ago
  45. 099f716 pw_ring_buffer: Add late-reader/drain attach by Prashanth Swaminathan · 3 years, 1 month ago
  46. 3eb97d4 pw_ring_buffer: Permit pushing empty spans by Prashanth Swaminathan · 3 years, 1 month ago
  47. cf2ca74 Update bazel_rules_nodejs to 3.7.0 by Jared Weinstein · 3 years, 1 month ago
  48. 8a9184a pw_console: Exit or quit in the repl will quit by Anthony DiGirolamo · 3 years, 1 month ago
  49. 089d461 pw_ring_buffer: Format BUILD.bazel by Rob Mohr · 3 years, 1 month ago
  50. b6b90d0 pw_fuzzer: Adds Bazel support by Nathaniel Brough · 3 years, 3 months ago
  51. 620e081 pw_console: Log pane searching by Anthony DiGirolamo · 3 years, 1 month ago
  52. dff4cc1 pw_console: Rework embed() logger pane creation by Anthony DiGirolamo · 3 years, 1 month ago
  53. a507b36 pw_console: Refactor log pane classes by Anthony DiGirolamo · 3 years, 1 month ago
  54. c687480 pw_console: Window resizing and multiple loggers by Anthony DiGirolamo · 3 years, 2 months ago
  55. a938701 pw_env_setup: Relax submodule presence checks by Rob Mohr · 3 years, 1 month ago
  56. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years, 2 months ago
  57. 16541e7 pw_ring_buffer: Add ring buffer iterator by Prashanth Swaminathan · 3 years, 2 months ago
  58. 2d4fa78 pw_kvs: Expand flash tests of alignment and write size by David Rogers · 3 years, 1 month ago
  59. 630663b pw_env_setup: Remove deactivate functions by Rob Mohr · 3 years, 2 months ago
  60. 6a23acf pw_crypto: Add initial documentation by Ali Zhang · 3 years, 2 months ago
  61. 8ec2cf8 pw_rpc: Reorganize Nanopb implementation by Wyatt Hepler · 3 years, 1 month ago
  62. c0ea3f9 pw_rpc: Reorganize raw implementation by Wyatt Hepler · 3 years, 1 month ago
  63. d704e8e pw_presubmit: Add git func to get commit at head by Joe Ethier · 3 years, 1 month ago
  64. 6a948dc 3p/nanopb: Specify python3 instead of python by Wyatt Hepler · 3 years, 1 month ago
  65. 07e3ba0 pw_rpc: Test raw client & bidirectional streaming by Wyatt Hepler · 3 years, 2 months ago
  66. d0bda2a pw_rpc: Add client and bidirectional streaming to Python by Alexei Frolov · 3 years, 2 months ago
  67. 0f00dd8 pw_presubmit: Run Bazel checks on .bzl and .bazel by Rob Mohr · 3 years, 1 month ago
  68. e93dc3b bazel: Run buildifier by Rob Mohr · 3 years, 1 month ago
  69. 5a67fab roll: host_tools by pigweed-roller · 3 years, 1 month ago
  70. 7989702 roll: gn by pigweed-roller · 3 years, 1 month ago
  71. 2e8f4ca roll: clang by pigweed-roller · 3 years, 1 month ago
  72. 41cd250 pw_transfer: Update protocol for multiple transfers by Alexei Frolov · 3 years, 1 month ago
  73. c5b59f1 pw_rpc: Client & bidirectional streaming codegen by Wyatt Hepler · 3 years, 2 months ago
  74. 379b2fc pw_rpc: Disable client stream end callback by default by Wyatt Hepler · 3 years, 2 months ago
  75. 41565fe pw_chrono_stl: simplify SystemTimer with recursive_mutex by Ewout van Bekkum · 3 years, 1 month ago
  76. 1f43db3 pw_chrono_freertos: disable scheduler during timer callbacks by Ewout van Bekkum · 3 years, 1 month ago
  77. ab7c7fd pw_presubmit: Add gn_boringssl_build by Yecheng Zhao · 3 years, 1 month ago
  78. 80a1f2f pw_docgen: Remove "MKDIR" prints by Wyatt Hepler · 3 years, 2 months ago
  79. 121de17 third_party/boringssl: Add a test server by Yecheng Zhao · 3 years, 3 months ago
  80. 59b37f7 pw_rpc: Classes for client & bidirectional streaming by Wyatt Hepler · 3 years, 2 months ago
  81. 952f2d5 pw_thread_embos: Add thread snapshot support by Armando Montanez · 3 years, 2 months ago
  82. 1807962 pw_presubmit: Tweak git command options by Joe Ethier · 3 years, 1 month ago
  83. 6f38a82 pw_assert_log: fix pw_assert_HandleFailure to use FATAL by Ewout van Bekkum · 3 years, 1 month ago
  84. ea55939 pw_build: Use -ffile-prefix-map by default by Wyatt Hepler · 3 years, 1 month ago
  85. 1e4d137 pw_tls_client: Generates test certificates by Yecheng Zhao · 3 years, 2 months ago
  86. ba9e06d pw_tls_client_boringssl: Add scaffolding by Yecheng Zhao · 3 years, 2 months ago
  87. 01fc15b pw_rpc: Handle client streams in the server by Wyatt Hepler · 3 years, 2 months ago
  88. f53188a pw_console: Log pane table view by Anthony DiGirolamo · 3 years, 2 months ago
  89. 223a1fb pw_rpc: Remove legacy ResponseHandler classes by Alexei Frolov · 3 years, 2 months ago
  90. 4bcfb45 pw_docgen: Set Pillow version to 8.2.0 by Anthony DiGirolamo · 3 years, 2 months ago
  91. cc41189 pw_env_setup: Skip unset on some vars in deactivate by Rob Mohr · 3 years, 2 months ago
  92. 1e6c90a pw_console: Remove helpers.py by Anthony DiGirolamo · 3 years, 2 months ago
  93. 7f4fa11 pw_console: Simplify line height and remaining width calc by Anthony DiGirolamo · 3 years, 2 months ago
  94. 0e51473 pw_console: Multiple log panes per Python logger by Anthony DiGirolamo · 3 years, 2 months ago
  95. ed2a6e7 pw_console: Enable floating vertical completion menu by Anthony DiGirolamo · 3 years, 2 months ago
  96. 5279039 pw_assert_basic: Flush and abort rather than exit by Wyatt Hepler · 3 years, 2 months ago
  97. 3e69252 pw_tls_client: Add fake entropy backend by Yecheng Zhao · 3 years, 2 months ago
  98. fec572b pw_thread_threadx: Add basic thread snapshotting by Armando Montanez · 3 years, 2 months ago
  99. bb8a9c3 pw_env_setup: Don't set project root var by Rob Mohr · 3 years, 2 months ago
  100. 666935d pw_chrono_embos: adds SystemTimer backend by Ewout van Bekkum · 3 years, 2 months ago