Remove temporarily-added debugging files
This commit is contained in:
parent
2b58e36065
commit
2430724262
|
@ -1,8 +0,0 @@
|
||||||
[dependencies.std]
|
|
||||||
features = ["panic_unwind"]
|
|
||||||
|
|
||||||
[dependencies.test]
|
|
||||||
stage = 1
|
|
||||||
|
|
||||||
[target.avr-atmega328p.dependencies]
|
|
||||||
core = { git = "https://github.com/avr-rust/libcore", branch = "rust-26015da0" }
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"llvm-target": "avr-unknown-unknown",
|
|
||||||
"cpu": "atmega328p",
|
|
||||||
"target-endian": "little",
|
|
||||||
"target-pointer-width": "16",
|
|
||||||
"os": "unknown",
|
|
||||||
"target-env": "",
|
|
||||||
"target-vendor": "unknown",
|
|
||||||
"arch": "avr",
|
|
||||||
"data-layout": "e-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8",
|
|
||||||
|
|
||||||
"executables": true,
|
|
||||||
|
|
||||||
"linker": "avr-gcc",
|
|
||||||
"linker-flavor": "gcc",
|
|
||||||
"pre-link-args": {
|
|
||||||
"gcc": ["-Os", "-mmcu=atmega328p"]
|
|
||||||
},
|
|
||||||
"exe-suffix": ".elf",
|
|
||||||
"post-link-args": {
|
|
||||||
"gcc": ["-Wl,--gc-sections"]
|
|
||||||
},
|
|
||||||
|
|
||||||
"no-default-libraries": false
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue