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

feat: support esp-idf #131

Merged
merged 2 commits into from
Oct 26, 2024
Merged

Conversation

itay-sho
Copy link
Contributor

Removing the dependency in Arduino.h which was used only for debugging.
fixing some wrong types that made compilation problems in my esp32-c6 - probably due to a newer compiler.

note: this is kind of hacky, but I managed to compile it.
might need some more effort to make sure that it works now both on older esp32 and newer ones, and maybe having a "real" F macro.

@itay-sho
Copy link
Contributor Author

as we discussed in #128
@GrKoR

components/aux_ac/aux_ac.h Outdated Show resolved Hide resolved
@GrKoR
Copy link
Owner

GrKoR commented Oct 25, 2024

Could you please split this commit into two different commits?

  • the first one with deleting of Arduino.h and related stuff ("feat: support esp-idf" itself)
  • the second one with formatting fix (all changes related to the addition of "PRIu32")

@GrKoR GrKoR self-assigned this Oct 25, 2024
@GrKoR GrKoR added the enhancement New feature or request label Oct 25, 2024
@GrKoR GrKoR linked an issue Oct 25, 2024 that may be closed by this pull request
required due to the fact that esp32-c6 compiler raises errors due to that
@itay-sho
Copy link
Contributor Author

Hey,
worked on the comment you've suggested
checked by compiling and redeploying again to my esphome.

components/aux_ac/aux_ac.h Show resolved Hide resolved
@GrKoR GrKoR changed the base branch from master to esp-idf-support October 26, 2024 17:21
@GrKoR GrKoR merged commit 5e1b78d into GrKoR:esp-idf-support Oct 26, 2024
@GrKoR
Copy link
Owner

GrKoR commented Oct 26, 2024

@itay-sho Hey, Itay!
I created new brunch with esp-idf support. I need to test it on different platforms. After that I'll push it into the master branch.
Thank you a lot for your help!

@konstantin89
Copy link

@itay-sho thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for esp-idf framework?
3 participants