Skip to content

Commit

Permalink
pw_toolchain: Register Cortex-M7 toolchain
Browse files Browse the repository at this point in the history
We apparently added this toolchain in http://pwrev.dev/183160, but
forgot to register it! This is pretty confusing, because we register all
the other Cortex-M toolchains.

See
https://discord.com/channels/691686718377558037/735952592894689350/1269916490614964224
for an example of someone affected by this.

Change-Id: I24339b857ff666f4be4d9368b8bd40b9b79e4297
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/227598
Lint: Lint 🤖 <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Aug 5, 2024
1 parent 71c4c84 commit b780dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_toolchain/register_toolchains.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def register_pigweed_cxx_toolchains():
"//pw_toolchain/arm_gcc:arm_gcc_cc_toolchain_cortex-m3",
"//pw_toolchain/arm_gcc:arm_gcc_cc_toolchain_cortex-m4",
"//pw_toolchain/arm_gcc:arm_gcc_cc_toolchain_cortex-m4+nofp",
"//pw_toolchain/arm_gcc:arm_gcc_cc_toolchain_cortex-m7",
"//pw_toolchain/arm_gcc:arm_gcc_cc_toolchain_cortex-m33",
"//pw_toolchain/arm_gcc:arm_gcc_cc_toolchain_cortex-m33+nofp",
"//pw_toolchain/host_clang:host_cc_toolchain_linux",
Expand Down

0 comments on commit b780dd7

Please sign in to comment.