Skip to content
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

build: Support building target in (thumbv7em-none-eabi, thumbv7em-none-eabihf) based on stm32h7xx. #196

Open
shuimuliang opened this issue Dec 19, 2023 · 1 comment
Labels
ci Continious integration-related issues help wanted Extra attention is needed upstream Issues blocked by changes that has to be implemented/accepted at upstream
Milestone

Comments

@shuimuliang
Copy link

[build]
target = "thumbv7em-none-eabi"       # Cortex-M4 and Cortex-M7 (no FPU)
target = "thumbv7em-none-eabihf"     # Cortex-M4F and Cortex-M7F (with FPU)

which also requires the upstream crate rust-amplify for building the target in (thumbv7em-none-eabi, thumbv7em-none-eabihf) based on stm32h7xx.

@dr-orlovsky
Copy link
Member

What specifically is needed (for instance in rust-amplify) to add that support?

@dr-orlovsky dr-orlovsky added help wanted Extra attention is needed ci Continious integration-related issues upstream Issues blocked by changes that has to be implemented/accepted at upstream labels Jan 19, 2024
@dr-orlovsky dr-orlovsky added this to the v0.11.x milestone Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continious integration-related issues help wanted Extra attention is needed upstream Issues blocked by changes that has to be implemented/accepted at upstream
Projects
Development

No branches or pull requests

2 participants