diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-23 20:57:56 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:31 +0100 |
| commit | 71b5f9438e1beb5fe12b90415d9d6307e79c0cdf (patch) | |
| tree | d355da4f316ef5162916d99aebe9aa3a47ca7909 /rtic-time/rust-toolchain.toml | |
| parent | 0f6ae7c1dd0ce10a83682a922bf68aca9121df1c (diff) | |
Fixed systick monotonic
Diffstat (limited to 'rtic-time/rust-toolchain.toml')
| -rw-r--r-- | rtic-time/rust-toolchain.toml | 4 |
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" ] |
