Skip to content

add Cortex-M to supported target lists. #1914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Codetector1374
Copy link
Contributor

These targets are listed as T2 supported target by rust.

Copy link
Collaborator

@UebelAndre UebelAndre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Just one question.

@@ -19,6 +19,9 @@ _SUPPORTED_CPU_ARCH = [
"x86_64",
"riscv32",
"riscv64",
"thumbv6m",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there actually platform definitions for this in https://github.com/bazelbuild/platforms/blob/main/cpu/BUILD ?

I feel like this needs to be mapped to something or a PR to that repo needs to be added, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually good point. I don't think these are really needed for this change anyways.

@Codetector1374
Copy link
Contributor Author

Also can you give some advice on why the CI is failing? Do you know why / if / how should I repin the lock file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants