Skip to content

Commit

Permalink
update esp hal
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanBall committed Nov 3, 2023
1 parent 441e5be commit 75b012e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
38 changes: 21 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolver = "2"

[workspace.dependencies]
defmt = "=0.3.5"
esp32c3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "33bfe80d958911f4d0b43adb89cca34b5dce1676" }
esp32c3-hal = "0.13.0"
critical-section = "1.1.1"
atomic-polyfill = "1.0.2"
log = "0.4.18"
Expand Down
4 changes: 2 additions & 2 deletions esp32c3_nostd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ airquamon_domain = { path = "../airquamon_domain" }
display_themes = { path = "../display_themes" }
epd_display = { path = "../epd_display" }
sensor = { path = "../sensor" }
esp32c3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "33bfe80d958911f4d0b43adb89cca34b5dce1676", features = ["eh1"] }
esp-hal-common = { git = "https://github.com/esp-rs/esp-hal.git", rev = "33bfe80d958911f4d0b43adb89cca34b5dce1676", features = ["esp32c3", "eh1"] }
esp32c3-hal = { version = "0.13.0", features = ["eh1"] }
esp-hal-common = { version = "0.13.1", features = ["esp32c3", "eh1"] }
esp-backtrace = { version = "0.8.0", features = ["esp32c3", "panic-handler", "exception-handler", "print-uart"] }
esp-println = { version = "0.6.0", features = ["esp32c3","log"] }
log = { version = "0.4.18" }
Expand Down

0 comments on commit 75b012e

Please sign in to comment.