fix(ast10x0-spim): correct control bits and mux polarity Correct SPI-monitor driver defects on the AST1060 flash-routing path. - Fix SPIPF000 control bits: enable [0]->[2], passthrough [1]->[0]. - Fix inverted RoT/host mux polarity in the board monitor (Cypress). - Mux the MISO pin on enable/disable; add sw_reset (sweng_rst). - Replace the guessed filter encoding with confirmed SPIPFWA (addr_priv) and SPIPFWT (cmd_table) tables. - Add set_spim_scu_monitor_enable and spim_disable_cs_internal_pd. Signed-off-by: PojuiLiu <pojui_liu@jabil.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.