From 9cf18bf48dca23f2776c468c6fe8c97575baf623 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 6 Aug 2024 08:15:41 +0200 Subject: [PATCH] Add toolchain file --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..dfac03c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +components = [ "rust-src", "rustfmt", "llvm-tools" ] +targets = ["thumbv6m-none-eabi"] \ No newline at end of file