Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix enums from esp-idf-sys. #54

Closed
wants to merge 4 commits into from

Conversation

reitermarkus
Copy link

@reitermarkus reitermarkus commented Mar 25, 2022

Depends on esp-rs/esp-idf-sys#76.

@reitermarkus reitermarkus force-pushed the improve-codegen branch 4 times, most recently from aa68b81 to c0f7765 Compare March 25, 2022 20:37
@@ -13,14 +13,17 @@ readme = "README.md"
documentation = "https://esp-rs.github.io/esp-idf-hal/"

[features]
default = ["std", "alloc", "esp-idf-sys", "embedded-svc"]
default = ["std", "alloc", "esp-idf-sys", "embedded-svc", "pio"]
Copy link
Member

Choose a reason for hiding this comment

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

We recently switched to native as the default for esp-idf-sys. The pio feature should be opt-in, not the default.

@ivmarkov
Copy link
Collaborator

@ivmarkov ivmarkov closed this Sep 19, 2023
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.

3 participants