blob: abdc993bfb65f95bf7055de26a742b32a393972a [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pico_stdio",
srcs = ["stdio.c"],
hdrs = ["include/pico/stdio.h"],
implementation_deps = [
"//src/common/pico_stdlib:pico_stdlib_interface",
"//src/host/hardware_uart",
],
includes = ["include"],
target_compatible_with = ["//bazel/constraint:host"],
)