aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorAustin Foxley <afoxley@google.com>2023-06-27 21:31:20 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-06-27 21:31:20 +0000
commitff8202f165e33943965290acdf78006b1271d52f (patch)
tree14d38fb4ca5d3dd5529810baee5fc9ec81947bcd /targets
parent446b404746f214f0e6d631b5452f6babaf982678 (diff)
downloadpigweed-ff8202f165e33943965290acdf78006b1271d52f.tar.gz
pw_spi: Add mcuxpresso backends for pw_spi
Change-Id: I1851decf8257bebf33c2670e8060af11aa3f213b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/150971 Reviewed-by: Carlos Chinchilla <cachinchilla@google.com> Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Commit-Queue: Austin Foxley <afoxley@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'targets')
-rw-r--r--targets/mimxrt595_evk_freertos/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/targets/mimxrt595_evk_freertos/BUILD.gn b/targets/mimxrt595_evk_freertos/BUILD.gn
index d3b0cee02..afda494c2 100644
--- a/targets/mimxrt595_evk_freertos/BUILD.gn
+++ b/targets/mimxrt595_evk_freertos/BUILD.gn
@@ -111,6 +111,8 @@ if (pw_third_party_mcuxpresso_SDK == "//targets/mimxrt595_evk_freertos:sdk") {
include = [
"project_template.evkmimxrt595.MIMXRT595S",
"component.serial_manager_uart.MIMXRT595S",
+ "platform.drivers.flexcomm_spi.MIMXRT595S",
+ "platform.drivers.flexio_spi.MIMXRT595S",
"platform.drivers.power.MIMXRT595S",
"platform.drivers.lpc_gpio.MIMXRT595S",
"platform.drivers.pint.MIMXRT595S",