Skip to content

Commit

Permalink
tests/xtensa: Update esp-hal to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 16, 2025
1 parent bae276a commit ef23eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/xtensa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ paste = "1"

[target.xtensa-esp32-none-elf.dependencies]
esp-println = { version = "0.12", default-features = false, features = ["uart", "esp32"] }
esp-hal = { version = "0.22", features = ["esp32"] }
esp-hal = { version = "0.23", features = ["esp32"] }
[target.xtensa-esp32s2-none-elf.dependencies]
esp-println = { version = "0.12", default-features = false, features = ["uart", "esp32s2"] }
esp-hal = { version = "0.22", features = ["esp32s2"] }
esp-hal = { version = "0.23", features = ["esp32s2"] }
[target.xtensa-esp32s3-none-elf.dependencies]
esp-println = { version = "0.12", default-features = false, features = ["uart", "esp32s3"] }
esp-hal = { version = "0.22", features = ["esp32s3"] }
esp-hal = { version = "0.23", features = ["esp32s3"] }

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion tests/xtensa/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ macro_rules! __test_atomic {
};
}

#[esp_hal::entry]
#[esp_hal::main]
fn main() -> ! {
macro_rules! test_atomic {
($ty:ident) => {
Expand Down

0 comments on commit ef23eff

Please sign in to comment.