aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorEwout van Bekkum <ewout@google.com>2021-12-14 16:07:44 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-12-15 17:23:55 +0000
commit793018105f28351857d8443403fea22ebcb419ae (patch)
tree601ce6185ed2600db352b0c7f1f87965bdee6c32 /targets
parent648b210c92e62673262c9a028bbb16d0694925e1 (diff)
downloadpigweed-793018105f28351857d8443403fea22ebcb419ae.tar.gz
pw_cpu_exception: Prepare for entry link deps migration
Adds a noop "pw_cpu_exception:entry_impl" target to enable customers to migrate by adding this to their pw_build_LINK_DEPS before the entry facade/backend is migrated to actually use this. Change-Id: Ibcfe710de986f1df3aa39cffd00bc329ca18d7d8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/74343 Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com> Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'targets')
-rw-r--r--targets/stm32f429i_disc1/target_toolchains.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/stm32f429i_disc1/target_toolchains.gni b/targets/stm32f429i_disc1/target_toolchains.gni
index bc28991ca..e5d5bbeca 100644
--- a/targets/stm32f429i_disc1/target_toolchains.gni
+++ b/targets/stm32f429i_disc1/target_toolchains.gni
@@ -81,6 +81,7 @@ _target_config = {
pw_build_LINK_DEPS = [
"$dir_pw_assert:impl",
+ "$dir_pw_cpu_exception:entry_impl",
"$dir_pw_log:impl",
]