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