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

ESP IDF v5.0 support #99

Closed
vihanb opened this issue Dec 25, 2022 · 2 comments
Closed

ESP IDF v5.0 support #99

vihanb opened this issue Dec 25, 2022 · 2 comments

Comments

@vihanb
Copy link

vihanb commented Dec 25, 2022

I was attempting to run the example "fan" project. I notice the Makefile has line include $(IDF_PATH)/make/project.mk. This fails as I am using ESP IDF v5.0 which does not seem to have a $IDF_PATH/make/ directory. Should my v5.0 installation work? Is there a suggested workaround for working with ESP IDF v5.0?

@vihanb
Copy link
Author

vihanb commented Dec 25, 2022

Looks like this is a duplicate of #95

@vihanb vihanb closed this as not planned Won't fix, can't repro, duplicate, stale Dec 25, 2022
@shahpiyushv
Copy link
Collaborator

@vihanb ESP IDF v5.0 does not support "make", but uses cmake instead. So the file to check is CMakeLists.txt, which would be same for v4.x as well as v5.x. However, there could be other compilation errors as v5.0 has some breaking changes. We will fix those soon since idf v5.0 has now been officially released.

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

No branches or pull requests

2 participants