1. 4bcfb45 pw_docgen: Set Pillow version to 8.2.0 by Anthony DiGirolamo · 3 years, 5 months ago
  2. cc41189 pw_env_setup: Skip unset on some vars in deactivate by Rob Mohr · 3 years, 5 months ago
  3. 1e6c90a pw_console: Remove helpers.py by Anthony DiGirolamo · 3 years, 5 months ago
  4. 7f4fa11 pw_console: Simplify line height and remaining width calc by Anthony DiGirolamo · 3 years, 5 months ago
  5. 0e51473 pw_console: Multiple log panes per Python logger by Anthony DiGirolamo · 3 years, 5 months ago
  6. ed2a6e7 pw_console: Enable floating vertical completion menu by Anthony DiGirolamo · 3 years, 5 months ago
  7. 5279039 pw_assert_basic: Flush and abort rather than exit by Wyatt Hepler · 3 years, 5 months ago
  8. 3e69252 pw_tls_client: Add fake entropy backend by Yecheng Zhao · 3 years, 5 months ago
  9. fec572b pw_thread_threadx: Add basic thread snapshotting by Armando Montanez · 3 years, 5 months ago
  10. bb8a9c3 pw_env_setup: Don't set project root var by Rob Mohr · 3 years, 5 months ago
  11. 666935d pw_chrono_embos: adds SystemTimer backend by Ewout van Bekkum · 3 years, 5 months ago
  12. 4f97fdd pw_chrono_freertos: adds SystemTimer backend by Ewout van Bekkum · 3 years, 5 months ago
  13. 3421a4e chromium_verifier: Add pthread type declarations by Yecheng Zhao · 3 years, 5 months ago
  14. c1d78ca pw_console: Custom app_title option in embed() by Anthony DiGirolamo · 3 years, 5 months ago
  15. 256fb50 pw_build: Split target_types.gni by Armando Montanez · 3 years, 5 months ago
  16. bd05ef9 pw_env_setup: Roll cipd to 4511c670f by Rob Mohr · 3 years, 5 months ago
  17. 60723ea pw_hdlc: Depend on pw_console for rpc_console.py by Anthony DiGirolamo · 3 years, 5 months ago
  18. eec9c3a pw_env_setup: Don't use 'out' dir for venv setup by Rob Mohr · 3 years, 5 months ago
  19. 3cdb68e pw_tls_client: Add crlset component by Yecheng Zhao · 3 years, 5 months ago
  20. 55ef3f4 third_party/freertos: Ignore cast-qual errors when building by Scott James Remnant · 3 years, 5 months ago
  21. 81c4a0b third_party: Mute build warnings of SSL libraries by Yecheng Zhao · 3 years, 5 months ago
  22. 02364df third_party/freertos: Fix non-absolute path in public_includes by Scott James Remnant · 3 years, 5 months ago
  23. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 3 years, 5 months ago
  24. 2140484 pw_chrono: adds the SystemTimer to schedule callbacks by Ewout van Bekkum · 3 years, 5 months ago
  25. 7e4cf80 pw_presubmit: Skip submodules in copyright check by Rob Mohr · 3 years, 5 months ago
  26. e1a9f4d pw_env_setup: Disable venv check on Windows by Rob Mohr · 3 years, 5 months ago
  27. 70245c7 pw_console: Bump ptpython version by Anthony DiGirolamo · 3 years, 5 months ago
  28. f98e350 roll: host_tools by pigweed-roller · 3 years, 5 months ago
  29. 00f35f7 roll: gn by pigweed-roller · 3 years, 5 months ago
  30. bee170a roll: clang by pigweed-roller · 3 years, 5 months ago
  31. d51f089 roll: rbe-client by pigweed-roller · 3 years, 5 months ago
  32. 4d349a0 pw_tls_client: Remove build_time gn print by Yecheng Zhao · 3 years, 5 months ago
  33. 568e165 pw_tls_client: Add a build time backend by Yecheng Zhao · 3 years, 5 months ago
  34. 1142398 ARM GCC toolchain for Cortex M33 by Scott James Remnant · 3 years, 5 months ago
  35. b8b2261 pw_tls_client: Add time facade by Yecheng Zhao · 3 years, 5 months ago
  36. 9eaacd4 pw_presubmit: Use ccache for faster repeat compiles by Anthony DiGirolamo · 3 years, 5 months ago
  37. 8a62653 third_party: Fix mbedtls gn build issue by Yecheng Zhao · 3 years, 5 months ago
  38. 6a0a649 pw_watch: Add -j/--jobs to limit CPU core usage by Wyatt Hepler · 3 years, 5 months ago
  39. 8507cd8 pw_env_setup: Set project root variable by Rob Mohr · 3 years, 5 months ago
  40. 5028f12 pw_env_setup: Add "system_packages" option to the config file by Damian Krolik · 3 years, 5 months ago
  41. fb66655 pw_tls_client_mbedtls: Initial commit by Yecheng Zhao · 3 years, 5 months ago
  42. c069f32 pw_console: Fix log pane rendering bugs by Anthony DiGirolamo · 3 years, 5 months ago
  43. 7340184 pw_package: Add support for downloading CRLSet by Yecheng Zhao · 3 years, 6 months ago
  44. 1e61ad3 pw_env_setup: Unset PW_BANNER_FUNC in cleanup by Rob Mohr · 3 years, 5 months ago
  45. 4ee81d7 third_party: Add chromium_verifier by Yecheng Zhao · 3 years, 5 months ago
  46. eded103 pw_sync_threadx: Disable thread switching in the ISL by Ewout van Bekkum · 3 years, 5 months ago
  47. 5ba8064 pw_rpc: Update protocol for server streams by Wyatt Hepler · 3 years, 5 months ago
  48. 25fd893 pw_sync_freertos: remove unnecessary atomic in InterruptSpinLock by Ewout van Bekkum · 3 years, 5 months ago
  49. 878b735 Remove comments for disabling gn format by Wyatt Hepler · 3 years, 5 months ago
  50. f5cdd93 pw_function: Make constexpr constructible by Wyatt Hepler · 3 years, 5 months ago
  51. fa76476 bazel: Remove unused loads from BUILD files by Rob Mohr · 3 years, 5 months ago
  52. ebe9b85 pw_sync_embos: Disable task switching in the ISL by Ewout van Bekkum · 3 years, 5 months ago
  53. c66851d pw_polyfill: Remove two language feature polyfills by Wyatt Hepler · 3 years, 5 months ago
  54. 5d69484 pw_tls_client: Add comma to build file by Rob Mohr · 3 years, 5 months ago
  55. cc471b9 pw_tls_client: Run buildifier by Rob Mohr · 3 years, 5 months ago
  56. 610f062 pw_transfer: Transfer handler classes by Wyatt Hepler · 3 years, 5 months ago
  57. ea9b8a1 pw_rpc: Rename base_server_writer_test to responder_test by Wyatt Hepler · 3 years, 5 months ago
  58. e5dbfc0 pw_tls_client: Add entropy facade by Yecheng Zhao · 3 years, 5 months ago
  59. 10806d3 pw_presubmit: Remove environment.py by Rob Mohr · 3 years, 5 months ago
  60. 916bcc1 Revert "pw_env_setup: Unset PW_BANNER_FUNC on deactivate" by Rob Mohr · 3 years, 5 months ago
  61. 30533c9 pw_env_setup: Grab clang on Windows by Rob Mohr · 3 years, 6 months ago
  62. 855b01d pw_console: Change imports style by Anthony DiGirolamo · 3 years, 5 months ago
  63. 08dd6a5 pw_tls_client: Add public APIs and documentation by Yecheng Zhao · 3 years, 6 months ago
  64. 99951ac pw_env_setup: Unset PW_BANNER_FUNC on deactivate by Rob Mohr · 3 years, 5 months ago
  65. eafe219 pw_rpc: Add default constructors to callback structs by Alexei Frolov · 3 years, 5 months ago
  66. 4080b24 roll: host_tools by pigweed-roller · 3 years, 5 months ago
  67. c1d0f5f roll: gn by pigweed-roller · 3 years, 5 months ago
  68. 487782b roll: rbe-client by pigweed-roller · 3 years, 5 months ago
  69. 4277b8e pw_tokenizer: Accept str or bytes in detokenize.py by Wyatt Hepler · 3 years, 5 months ago
  70. 1d3ccca pw_console: use embed() in rpc_console.py by Anthony DiGirolamo · 3 years, 5 months ago
  71. f48d0b6 pw_console: Style and help text cleanup by Anthony DiGirolamo · 3 years, 5 months ago
  72. 99f0d33 pw_console: Add test-mode fake logger task by Anthony DiGirolamo · 3 years, 5 months ago
  73. 4aa2e4f pw_console: LogContainer, rendering and scrolling by Anthony DiGirolamo · 3 years, 5 months ago
  74. 8a49880 pw_console: ptpython repl, execution and display by Anthony DiGirolamo · 3 years, 5 months ago
  75. 32b3629 pw_env_setup: Check that submodules are present by Rob Mohr · 3 years, 5 months ago
  76. 6ae0dd5 pw_multisink: Add module config argument by Prashanth Swaminathan · 3 years, 5 months ago
  77. 4850d84 pw_console: Hookup repl and log panes by Anthony DiGirolamo · 3 years, 5 months ago
  78. e8ace95 pw_env_setup: Add durations to steps by Rob Mohr · 3 years, 5 months ago
  79. 53c2f3e pw_i2c: Fix invalid copy by Kevin Zeng · 3 years, 5 months ago
  80. 88bedd0 pw_console: Add LogPane class by Anthony DiGirolamo · 3 years, 5 months ago
  81. abedb88 pw_console: Add ReplPane class by Anthony DiGirolamo · 3 years, 5 months ago
  82. af64b1e pw_console: HelpWindow for displaying keybindings by Anthony DiGirolamo · 3 years, 5 months ago
  83. bfc5f8d pw_console: Add styles and key bindings by Anthony DiGirolamo · 3 years, 5 months ago
  84. 019197b pw_hex_dump: Fix bug with unaligned trailing bytes by Armando Montanez · 3 years, 5 months ago
  85. f5b98bf pw_presubmit: Find more inclusive language issues by Rob Mohr · 3 years, 5 months ago
  86. 492ed5d pw_env_setup: Increase CIPD logging by Rob Mohr · 3 years, 5 months ago
  87. 0eb8657 pw_package: Simplify chromium verifier download by Yecheng Zhao · 3 years, 5 months ago
  88. cb3a076 pw_env_setup: Parse list of optional submodules by Rob Mohr · 3 years, 5 months ago
  89. f78381d pw_env_setup: Remove newlines from python path by Rob Mohr · 3 years, 5 months ago
  90. cbb5020 pw_env_setup: Remove deprecated options by Rob Mohr · 3 years, 5 months ago
  91. 6610374 pw_i2c: Fix build issues with initiator mock by Kevin Zeng · 3 years, 5 months ago
  92. 74e7ab6 pw_rpc: Rename base_server_writer files by Wyatt Hepler · 3 years, 5 months ago
  93. 5180fe2 pw_rpc: Rename BaseServerWriter to Responder by Wyatt Hepler · 3 years, 5 months ago
  94. c0db91c pw_console: Change ptpython dep by Anthony DiGirolamo · 3 years, 5 months ago
  95. 26ed98a pw_console: Create module and entry point by Anthony DiGirolamo · 3 years, 5 months ago
  96. a921116 pw_rpc: Protocol updates for client streams by Wyatt Hepler · 3 years, 5 months ago
  97. 1e63673 pw_transfer: Start docs and proto by Wyatt Hepler · 3 years, 5 months ago
  98. b6884d7 pw_containers: Allow derived Item<T> for IntrusiveList by Wyatt Hepler · 3 years, 5 months ago
  99. 3700f8b pw_analog, pw_i2c: Format BUILD files by Rob Mohr · 3 years, 5 months ago
  100. 9c266ab Run buildifier on several BUILD files by Rob Mohr · 3 years, 5 months ago