Clone this repo:
  1. 0ea2428 earlgrey: Re-arrange tests by Chris Frantz · 3 days ago upstream/main
  2. 4d0d543 .bazelrc: Add RBE config options by Rob Mohr · 4 days ago
  3. c49f7d6 earlgrey: Add a uart loopback test by Chris Frantz · 5 days ago
  4. ad84e21 pigweed: roll forward by Chris Frantz · 9 days ago
  5. b5eff25 Update CI to use the pigweed workflow launcher by Chris Frantz · 10 days ago

OpenPRoT

Technical Charter

The OpenPRoT Technical Charter can be found at https://github.com/OpenPRoT/.github/blob/main/GOVERNANCE.md

Getting Started

NOTE: We are converting our build system to bazel. We recommend installing bazelisk to automatically manage bazel versions.

Available Tasks

You can run tasks using the Pigweed workflow launcher pw or bazel.

  • ./pw presubmit - Run presubmit checks: formatting, license checks, C/C++ header checks and clippy.
  • ./pw format - Run the code formatters.
  • bazel test //... - Run all tests.
  • bazel build //docs - Build documentation.

Development

The project is structured as a bazel module.

Requirements

  • Bazel. We recommend installing bazelisk to automatically manage bazel versions.

No additional tools are required - all dependencies are managed by bazel.