pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

[Bazel] Add bzl_library targets

Open RyanDraves opened this issue 6 months ago • 0 comments

Add some bzl_library targets for .bzl files. This enables stardoc to do its thing and is helpful in its own right for validating rule & macro dependencies.

Notes:

  • Open question: should this PR add bzl_library targets for all .bzl files? I added the ones I personally depend on, but adding it for more files requires bumping the rules_cc version; might be poking the bear?
  • I haven't filed an issue yet, will do as desired

RyanDraves avatar Oct 29 '25 04:10 RyanDraves