diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-13 16:58:03 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-13 16:58:03 +0100 |
| commit | 458393e266785218b110692d6d1910ed443cb2cc (patch) | |
| tree | 23fb9104bd45e155aa3bc349ba5c5afc496deb5e /.cargo | |
| download | template-458393e266785218b110692d6d1910ed443cb2cc.tar.gz | |
initial commit
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..7f8c45b --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,8 @@ +[build] +target = "avr-atmega328p.json" + +[unstable] +build-std = ["core"] + +[target.'cfg(target_arch = "avr")'] +runner = "./uno-runner.sh" |
