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
CI currently only cross-compiles for thumbv6m-none-eabi (Cortex-M0). We need coverage for
Cortex-M3/M4/M7 targets before calling the no_std story validated.
Scope: .github/workflows/ci.yml
Tasks
Add thumbv7m-none-eabi to the toolchain install step
Add thumbv7em-none-eabihf to the toolchain install step
Add build-only jobs for both new targets (cargo build --no-default-features --target ...)
Description
CI currently only cross-compiles for
thumbv6m-none-eabi(Cortex-M0). We need coverage forCortex-M3/M4/M7 targets before calling the no_std story validated.
.github/workflows/ci.ymlTasks
thumbv7m-none-eabito the toolchain install stepthumbv7em-none-eabihfto the toolchain install stepcargo build --no-default-features --target ...)std