Select Git revision
Forked from
Astro / rust-card10
141 commits behind the upstream repository.
-
Kloenk authored
automaticly build example and rkanoid when build from root directory
config 202 B
[target.thumbv7em-none-eabi]
rustflags = [
"-C", "linker=arm-none-eabi-gcc",
"-C", "link-args=-Tl0dable.ld -n -pie -fPIC",
"-C", "relocation-model=pic",
]
[build]
target = "thumbv7em-none-eabi"