aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/rust-toolchain.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-time/rust-toolchain.toml')
-rw-r--r--rtic-time/rust-toolchain.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtic-time/rust-toolchain.toml b/rtic-time/rust-toolchain.toml
new file mode 100644
index 0000000..e28b55d
--- /dev/null
+++ b/rtic-time/rust-toolchain.toml
@@ -0,0 +1,4 @@
+[toolchain]
+channel = "nightly"
+components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
+targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]