Skip to content

Commit ab74fa0

Browse files
committed
Add Bazel todo referencing raspberrypi#2055
1 parent 462218b commit ab74fa0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/rp2_common/pico_cyw43_driver/BUILD.bazel

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ pico_generate_pio_header(
8383
name = "cyw43_bus_pio",
8484
srcs = ["cyw43_bus_pio_spi.pio"],
8585
)
86+
87+
# TODO: https://github.com/raspberrypi/pico-sdk/issues/2055 Support storing
88+
# Wi-Fi firmware in a separate partition
89+
filegroup(
90+
name = "pico_use_partition_firmware",
91+
srcs = [
92+
"wifi_firmware.S",
93+
"include/cyw43_partition_firmware.h",
94+
]
95+
)

0 commit comments

Comments
 (0)