We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c91aab commit 20b7b74Copy full SHA for 20b7b74
src/rp2_common/pico_bootrom/BUILD.bazel
@@ -18,6 +18,7 @@ cc_library(
18
"//src/rp2_common/boot_bootrom_headers",
19
"//src/rp2_common/hardware_boot_lock:hardware_boot_lock_headers",
20
"//src/rp2_common/pico_flash:pico_flash_headers",
21
+ "//src/rp2_common/hardware_rcp:hardware_rcp",
22
] + select({
23
"//bazel/constraint:host": ["//src/host/hardware_sync"],
24
"//conditions:default": ["//src/rp2_common/hardware_sync"],
0 commit comments