Skip to content

Commit 68a1ffc

Browse files
fix(examples/esp32): update to new esp-hal version
1 parent 0ed0195 commit 68a1ffc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Update to new `esp-hal` version
13+
1014
## [0.1.2] - 2024-02-09
1115

1216
### Added

examples/esp32/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
esp-println = { version = "0.3", features = ["esp32"] }
88
esp-backtrace = { version = "0.5", features = ["esp32", "panic-handler", "print-uart"] }
9-
hal = { package = "esp32-hal", git = "https://github.com/esp-rs/esp-hal" }
9+
hal = { package = "esp-hal", git = "https://github.com/esp-rs/esp-hal", features = ["esp32"] }
1010
microflow = { path = "../.." }
1111
nalgebra = { version = "0.32", default-features = false, features = ["macros"] }
1212
libm = "0.2"

0 commit comments

Comments
 (0)