Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bazel/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ py_binary(
name = "generate_version_header",
srcs = ["generate_version_header.py"],
visibility = ["//:__subpackages__"],
legacy_create_init = False,
)

# This isn't actually generated, it just uses the same name
Expand Down
1 change: 1 addition & 0 deletions src/rp2040/boot_stage2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ py_binary(
name = "pad_checksum_tool",
srcs = ["pad_checksum_tool.py"],
target_compatible_with = ["//bazel/constraint:host"],
legacy_create_init = False,
)

run_binary(
Expand Down
1 change: 1 addition & 0 deletions src/rp2350/boot_stage2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ py_binary(
name = "pad_tool",
srcs = ["pad_tool.py"],
target_compatible_with = ["//bazel/constraint:host"],
legacy_create_init = False,
)

run_binary(
Expand Down
1 change: 1 addition & 0 deletions src/rp2_common/pico_btstack/btstack.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,5 @@ py_binary(
],
# TODO: Add pip pins.
# deps = ["@python_packages//pycryptodomex"]
legacy_create_init = False,
)
2 changes: 1 addition & 1 deletion src/rp2_common/pico_stdio_usb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cc_library(
"//src/rp2_common/hardware_irq",
"//src/rp2_common/pico_stdio:pico_stdio_headers",
"//src/rp2_common/pico_unique_id",
"//src/rp2_common/pico_usb_reset_interface",
"//src/rp2_common/pico_usb_reset",
],
# Ensure `stdio_usb_descriptors.c` isn't affected by link order.
alwayslink = True,
Expand Down