Skip to content

Commit

Permalink
fix: fix the error' unknown target riscv32imc_zicsr_zifencei-esp-espi…
Browse files Browse the repository at this point in the history
…df' according to esp-rs#266
  • Loading branch information
wubin28 committed Nov 21, 2024
1 parent c7325fa commit e774689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intro/hardware-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ debug = true # Symbols are nice and they don't increase the size on Flash
opt-level = "z"

[dependencies]
cc = "=1.1.31"
anyhow = "=1.0.86"
esp-idf-svc = "=0.49.0"
log = "=0.4.22"
Expand Down

0 comments on commit e774689

Please sign in to comment.