Skip to content

Commit

Permalink
Add TODOs for pioasm/uf2 helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomontanez committed Jun 10, 2024
1 parent 5e3a7a6 commit 20a9336
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/compare_build_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@
"PICO_BOARD_HEADER_FILE",
"PICO_BOARD_HEADER_DIRS",
# Bazel supports this differently.
# TODO: Provide a helper rule for explicitly generating a UF2 so users don't
# have to write out a bespoke run_binary.
"PICO_NO_UF2",
# Bazel will not provide a default for this.
# TODO: Provide handy rules for PIOASM so users don't have to write out a
# bespoke run_binary.
"PICO_DEFAULT_PIOASM_OUTPUT_FORMAT",
)

BAZEL_ONLY_ALLOWLIST = (
Expand Down

0 comments on commit 20a9336

Please sign in to comment.