Skip to content

Instantly share code, notes, and snippets.

@jvranish
Created May 16, 2016 13:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvranish/eace7afe69cbaa1ce88bc672b5738b56 to your computer and use it in GitHub Desktop.
Save jvranish/eace7afe69cbaa1ce88bc672b5738b56 to your computer and use it in GitHub Desktop.
Rust Cortex-M4 target spec
{
"arch": "arm",
"cpu": "cortex-m4",
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
"disable-redzone": true,
"executables": true,
"llvm-target": "thumbv7em-none-eabi",
"morestack": false,
"os": "none",
"relocation-model": "static",
"target-endian": "little",
"target-pointer-width": "32",
"no-compiler-rt": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment