pico-sdk/bazel/util
armandomontanez 6262b49c74
Some checks are pending
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Waiting to run
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Waiting to run
Bazel presubmit checks / other-bazel-checks (push) Waiting to run
Check Configs / check-configs (push) Waiting to run
CMake / build (push) Waiting to run
Build on macOS / build (push) Waiting to run
Build on Windows / build (push) Waiting to run
[bazel] Run buildifier on Bazel build files (#2825)
This is an automated change with the following commands:

$ find . -name "BUILD.bazel" -o -name "*.bzl" \
  -exec buildifier -lint=fix {} \;

* Add missing `load()` statements for things provided by @rules_cc. This
  is required for Bazel >9.
* Sort attributes on build targets.
* Add missing trailing commas where applicable.
2026-03-02 10:24:17 +00:00
..
BUILD.bazel Introduce initial Bazel build (#1705) 2024-06-04 18:50:32 -05:00
label_flag_matches.bzl [bazel] Run buildifier on Bazel build files (#2825) 2026-03-02 10:24:17 +00:00
multiple_choice_flag.bzl Expand bazel build to include configuration options and broader support. (#1731) 2024-06-13 09:50:04 -05:00
sdk_define.bzl [bazel] Run buildifier on Bazel build files (#2825) 2026-03-02 10:24:17 +00:00
transition.bzl [bazel] Run buildifier on Bazel build files (#2825) 2026-03-02 10:24:17 +00:00