Set up a Bazel build that targets an MCU
Summary
This Pigweed documentation explains how to set up a Bazel build targeting an MCU. It covers platform declaration, two build approaches (explicit platform selection and embedding platform data), constraint settings and flags, conditional build logic with select, target compatibility, and toolchain configuration, with practical examples.