Skip to content

Commit

Permalink
chore: add esp32c3 target to toolchain config
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu committed Jan 28, 2024
1 parent 5eea799 commit e1d9868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust-toolchain-nightly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ targets = [
"thumbv6m-none-eabi",
"thumbv7em-none-eabihf",
"thumbv8m.main-none-eabihf",
"riscv32imc-unknown-none-elf",
"riscv32imac-unknown-none-elf",
]
1 change: 1 addition & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ targets = [
"thumbv7m-none-eabi",
"thumbv6m-none-eabi",
"thumbv7em-none-eabihf",
"riscv32imc-unknown-none-elf",
]

0 comments on commit e1d9868

Please sign in to comment.