blob: ef55243c941b4d7720bfb67b6d4856287d5b86cb [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_library(
name = "spi_to_host",
srcs = ["spi_to_host.c"],
hdrs = ["spi_to_host.h"],
deps = [
"//hw/top_matcha/sw/autogen:top_matcha",
"//sw/device/lib:util",
"//sw/device/lib/dif:rv_plic_sec",
"@lowrisc_opentitan//sw/device/lib/dif:gpio",
"@lowrisc_opentitan//sw/device/lib/dif:spi_device",
"@lowrisc_opentitan//sw/device/lib/testing/test_framework:check",
],
)