roll: fixes needed to roll pigweed forward The Pigweed update (rolling to pigweed@084a8865ef4d9219b558d1945b8dbc0010a95ba2) introduced a schema change in the pw_kernel system configuration files ( system.json5 ): 1. The threads field was removed from the ProcessConfig schema. 2. Threads must now be defined as objects of type: "thread" inside the objects list of a process. 3. Additionally, the upstream test_interrupt_listener test now expects a wait group named interrupt_wait_group to be present in the configuration. Signed-off-by: Chris Frantz <cfrantz@google.com>
The OpenPRoT Technical Charter can be found at https://github.com/OpenPRoT/.github/blob/main/GOVERNANCE.md
NOTE: We are converting our build system to bazel. We recommend installing bazelisk to automatically manage bazel versions.
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.The project is structured as a bazel module.
No additional tools are required - all dependencies are managed by bazel.