i3c: fix build after pigweed roll and board descriptor change Set i2c_buses: &[] and handle init's new Result in the three i3c targets; the i2c commit added both but only updated i2c tests. Patch off pigweed's syscall_defs incompatibility gate. The roll makes kernel hard-depend on syscall_defs, which stays incompatible unless userspace_build is set, breaking every userspace=False system_image. syscall_defs is pure type defs the kernel always pulls in, so dropping the constraint changes no runtime behavior. Re-apply on next roll. Signed-off-by: Steven Lee <steven_lee@aspeedtech.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.