Created
May 16, 2016 13:47
-
-
Save jvranish/eace7afe69cbaa1ce88bc672b5738b56 to your computer and use it in GitHub Desktop.
Rust Cortex-M4 target spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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