Skip to content

Commit

Permalink
feat: Udpate to latest releases and adapt code
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 20, 2024
1 parent db32095 commit 7c6fac9
Show file tree
Hide file tree
Showing 14 changed files with 466 additions and 229 deletions.
4 changes: 2 additions & 2 deletions advanced/stack-overflow-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
esp-hal = { version = "0.21.0", features = ["esp32c3"] }
esp-hal = { version = "0.22.0", features = ["esp32c3"] }
esp-backtrace = { version = "0.14.2", features = ["esp32c3", "panic-handler", "exception-handler", "println"] }
esp-println = { version = "0.12.0", features = ["esp32c3"] }
critical-section = "1.1.3"
critical-section = "1.2.0"
Loading

0 comments on commit 7c6fac9

Please sign in to comment.