Clone this repo:
  1. 5a945cb [create-pull-request] automated change by cfrantz · 8 hours ago upstream/main
  2. a9ce2cf ci(deps): bump actions/checkout from 6 to 7 by dependabot[bot] · 4 days ago upstream/sync/main-to-earlgrey-hwe
  3. fc835cb ci(deps): bump actions/cache from 5 to 6 by dependabot[bot] · 5 days ago
  4. 114be91 target/ast10x0/tests/spdm/auth: add SPDM auth stress test by JesseMelon · 2 weeks ago
  5. 5dce22d spdm: move shared crypto stub to common crate by JesseMelon · 2 weeks 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.