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

It is not possible to build the esp-hal package without the rt and vectored features enabled #1371

Closed
jessebraham opened this issue Apr 1, 2024 · 1 comment · Fixed by #1380
Assignees
Labels
bug Something isn't working

Comments

@jessebraham
Copy link
Member

jessebraham commented Apr 1, 2024

crate::interrupt::bind_interrupt() and crate::interrupt::enable() are both completely unavailable when the vectored feature is disabled, resulting in a number of build errors.

@MabezDev @bjoernQ what is the best course of action here?

@jessebraham
Copy link
Member Author

We had a meeting today and have decided to simply remove these features for the time being. We can revisit this in the future if there is a need.

I will take care of removing these features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant