17 lines
358 B
TOML
17 lines
358 B
TOML
[target.armv7a-none-eabihf]
|
|
rustflags = [
|
|
"-Ctarget-cpu=cortex-a9",
|
|
"-Ctarget-feature=+vfp3",
|
|
"-Ctarget-feature=+neon",
|
|
"-Clink-arg=-Tlink.x",
|
|
# Can be useful for debugging.
|
|
# "-Clink-args=-Map=app.map"
|
|
]
|
|
|
|
# Tier 3 target, so no pre-compiled artifacts included.
|
|
[unstable]
|
|
# build-std = ["core", "alloc"]
|
|
|
|
[build]
|
|
# target = "armv7a-none-eabihf"
|