veer: migrate system.json5 to new pw_kernel config schema The pigweed roll in this branch moved ram_size_bytes off AppConfig and onto each ProcessConfig, renamed threads[].stack_size_bytes to kernel_stack_size_bytes, and tightened identifier validation so object / process / memory-mapping / thread names must be valid lowercase Rust identifiers. Signed-off-by: Miguel Osorio <miguelosorio@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.