diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-04 21:33:41 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:31:05 +0100 |
| commit | 3b97531a5c40293e265999db543acec365c629df (patch) | |
| tree | ff552e875805ad8a2150920215bc79632f6df2eb /rust-toolchain.toml | |
| parent | 858320cbfc391a74bff6b9c8a0b3c7696a232b76 (diff) | |
First example builds again
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..bbd57bc --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "nightly" +components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] +targets = [ "thumbv7em-none-eabihf" ] |
