I'd like to use cortex-m-rt to write test executables for cortex-m. This would pull in multiple versions of cortex-m when c-m-rt depends on it, which does not work.
Replace the Rust FPU trampoline with one written in asm to get rid of the cortex-m dependency.
I'd like to use
cortex-m-rt
to write test executables forcortex-m
. This would pull in multiple versions ofcortex-m
when c-m-rt depends on it, which does not work.Replace the Rust FPU trampoline with one written in asm to get rid of the cortex-m dependency.