commit | d0ba82d70d86e09cfcdad6278404d5bd60e552d8 | [log] [tgz] |
---|---|---|
author | Erik Gilling <konkers@google.com> | Sat Feb 10 00:23:31 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 10 00:23:31 2024 +0000 |
tree | c15f9259d40964d2746162f8dc18daf044860906 | |
parent | e048cf0a300781bd343a764a7d385fcd3f7ae779 [diff] |
Switch to pw_sys_io_rp2040 backend Change-Id: I256ae89d6e961ffc80ec9f0328848157625a297d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/kudzu/+/191470 Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Commit-Queue: Erik Gilling <konkers@google.com>
diff --git a/targets/rp2040/BUILD.gn b/targets/rp2040/BUILD.gn index 71be1b6..661f954 100644 --- a/targets/rp2040/BUILD.gn +++ b/targets/rp2040/BUILD.gn
@@ -63,7 +63,7 @@ pw_third_party_freertos_CONFIG = "//targets/rp2040:freertos_config" pw_third_party_freertos_PORT = "$dir_pw_third_party/freertos:arm_cm0" - pw_sys_io_BACKEND = dir_pw_sys_io_stdio + pw_sys_io_BACKEND = dir_pw_sys_io_rp2040 pw_build_LINK_DEPS += [ "//targets/rp2040:pre_init",