Remove temporarily-added debugging files

This commit is contained in:
Dylan McKay 2017-12-17 13:29:33 +13:00
parent 2b58e36065
commit 2430724262
3 changed files with 0 additions and 37 deletions

View File

@ -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" }

View File

@ -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
}

View File

@ -1,3 +0,0 @@
#! /bin/sh
export AVR_CPU_FREQUENCY=16000000
xargo build --target avr-atmega328p $@