You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds support for the `thumbv7em-none-eabihf` target in
rules_rust platform mappings. Currently `rules_rust` does not support
this target, preventing me from utilizing the FPU in a closed project. I
ran into this issue when trying to build for a `STM32H725IG`
(Cortex-M7F).
It also adds a brief unit test for `thumbv7em-none-eabihf` triple
parsing.
0 commit comments