Skip to content

Commit

Permalink
Add rustup component for binary inspection (objdump, nm, size) and pr…
Browse files Browse the repository at this point in the history
…ofiling (profdata)
  • Loading branch information
IvanDyachenko committed Feb 9, 2025
1 parent 1661d4d commit b60fe02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[toolchain]
channel = "1.84.1"
components = ["rust-src", "rustfmt"]
targets = [
"thumbv6m-none-eabi",
]
components = ["rust-src", "rustfmt", "llvm-tools-preview"]
targets = ["thumbv6m-none-eabi"]

0 comments on commit b60fe02

Please sign in to comment.