Clone this repo:
  1. b2c650b ci(deps): bump actions/checkout from 4 to 6 by dependabot[bot] · 12 hours ago upstream/main
  2. 47d1891 ci(deps): bump peter-evans/create-pull-request from 6 to 8 by dependabot[bot] · 12 hours ago
  3. afb24ca ci(deps): bump actions/create-github-app-token from 1 to 3 by dependabot[bot] · 12 hours ago
  4. c34f88a format: fix file formatting by Chris Frantz · 17 hours ago
  5. eabcc1f tooling: run the formatter on all files by Chris Frantz · 22 hours ago upstream/automation/sync-main-to-earlgrey-hwe

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.