Skip to content

Update esp-hal and flashing instructions - #8

Merged
skot merged 4 commits into
mainfrom
esp-hal-update
Apr 4, 2026
Merged

Update esp-hal and flashing instructions#8
skot merged 4 commits into
mainfrom
esp-hal-update

Conversation

@skot

@skot skot commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread Cargo.toml Outdated
esp-hal-embassy = { version = "0.7.0", features = ["esp32s3"] }
esp-hal = { version = "1.0.0-beta.0", features = ["defmt", "esp32s3", "unstable"] }
esp-hal-embassy = { version = "0.9.1", features = ["esp32s3"] }
esp-hal = { version = ">=1.0.0-rc.0", features = ["defmt", "esp32s3", "unstable"] }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esp-hal 1.0.0 is out

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked this and pushed a follow-up commit to make the intent explicit.

esp-hal 1.0.0 is published, but this repo currently depends on esp-hal-embassy 0.9.1, and that crate still expects the internal esp-hal/__esp_hal_embassy feature. The published esp-hal 1.0.0 no longer exposes that feature, so cargo fails dependency resolution with that combination.

I updated Cargo.toml to pin the currently compatible pair explicitly instead:

  • esp-hal = =1.0.0-rc.0
  • esp-hal-embassy = =0.9.1

Cargo.lock was already resolving to esp-hal 1.0.0-rc.0, and cargo check passes with this setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants