Skip to content

Commit

Permalink
Add new sources to bazel filegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Nov 19, 2024
1 parent ab77cf9 commit 7cfcf04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rp2_common/pico_cyw43_driver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ pico_generate_pio_header(
name = "cyw43_bus_pio",
srcs = ["cyw43_bus_pio_spi.pio"],
)

filegroup(
name = "pico_use_partition_firmware",
srcs = [
"wifi_firmware.S",
"include/cyw43_partition_firmware.h",
]
)

0 comments on commit 7cfcf04

Please sign in to comment.