Skip to content

Instantly share code, notes, and snippets.

@posborne
Created May 19, 2015 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save posborne/af6098dbced4a9760a1a to your computer and use it in GitHub Desktop.
Save posborne/af6098dbced4a9760a1a to your computer and use it in GitHub Desktop.
zinc k20 json (testing)
{
"arch": "arm",
"cpu": "cortex-m4",
"data-layout": "e-m:e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i64:64-v128:64:128-a:0:32-n32-S64",
"disable-redzone": true,
"executables": true,
"llvm-target": "thumbv7m-none-eabi",
"morestack": false,
"os": "none",
"relocation-model": "static",
"target-endian": "little",
"target-pointer-width": "32",
"no-compiler-rt": true,
"linker": "arm-none-eabi-gcc",
"pre-link-args": [
"-lm", "-lgcc", "-mcpu=cortex-m4", "-mthumb",
"-L/home/posborne/Projects/rust-playground/zinc/src/hal/k20",
"-L/home/posborne/Projects/rust-playground/zinc/src/hal",
"-T/home/posborne/Projects/rust-playground/zinc/src/hal/k20/layout.ld"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment