Skip to content

Make it work with esp-idf as of 230216 #6

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

Merged
merged 3 commits into from
Feb 26, 2023
Merged

Make it work with esp-idf as of 230216 #6

merged 3 commits into from
Feb 26, 2023

Conversation

vickash
Copy link
Contributor

@vickash vickash commented Feb 16, 2023

I tried adding this to the basic example in mruby-esp32, but couldn't get it working, even with the esp-idf 5.0 release specified there.

After searching the esp-idf docs for the compiler errors, these were the changes needed to get it working with esp-idf:master. It's mostly name changes and removing hall effect support, which they've removed the API for.

There are still a ton of notes and deprecation warnings during compile, but at least it works for now. Also, I'm not sure if manually adding driver to CMakeLists.txt is the right way to go about it, but without that, it wouldn't find any of the driver/ header files.

@yuuu
Copy link
Contributor

yuuu commented Feb 26, 2023

Confirmed. Thank you so much!

@yuuu yuuu merged commit f17af70 into mruby-esp32:master Feb 26, 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.

2 participants