Clone this repo:
  1. ca3eb62 I2C Monitor TUI Tool by Will Marone · 2 days ago upstream/main
  2. b4d0c4c Corrected URL's and branch for mctp collateral by Courtney Drant · 6 days ago
  3. 0482b7b target/ast10x0: extend target_ast10x0 visibility to //drivers:__subpackages__ by Anthony Rocha · 7 days ago
  4. e8ec458 target/ast10x0: extend target_ast10x0 visibility to //drivers/... by Anthony Rocha · 7 days ago
  5. e1d88bd Add license headers to new files by Anthony Rocha · 7 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.