fix: handle scp failures and surface ssh stderr in fpga runner branch Wraps the scp subprocess.run(check=True) call in a try/except so a failed copy (bad host, network down, wrong path) logs a clean _LOG.fatal diagnostic and exits 1 instead of propagating a raw CalledProcessError traceback. Also logs the ssh/launch_openocd.sh subprocess's captured stderr (previously discarded), including it in the "no PASS/FAIL sentinel" fatal message so a real remote failure (auth, missing script, wrong path) is diagnosable from the output instead of being silently swallowed behind a generic error.
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.