platform-espressif32
platform-espressif32 copied to clipboard
Add support for ESP32-H2 and ESP32-C2
This PR adds support for ESP32 H2 and C2 variants on esp-idf only.
I just found out there is already a PR for the C2 variant. As my PR is also based on the work from Jason2866 these two are very similar, just with the added H2 variant here. So maybe first merge #1203 and then I can rebase?
I just found out there is already a PR for the C2 variant. As my PR is also based on the work from Jason2866 these two are very similar, just with the added H2 variant here. So maybe first merge #1203 and then I can rebase?
@valeros should this PR maybe be changed to only include ESP32-H2 or close this PR and create a new PR for only ESP32-H2?
For me it is fine if my PR is closed in favour of this one. Let's hope something gets merged.
Could you please validate this?
Could you please tell me what is missing or validate this request?
@valeros is there anything the community could do to help merging this request?
Could you validate this request?
Hi everyone!!
Why are pull requests about ESP32-C2 not being merged? What is the problem exactly? Because the only problem I see in all the pull requests is the lack of words. No one answers but no one does anything. We have been waiting for support for this board for over a year and it is still not available. There are people like @Jason2866 who have coded the component but it is totally ignored and we don't even know why. Please, can you accept this pull request or at least describe why it is not being merged? Thank you all very much.
Why are pull requests about ESP32-C2 not being merged?
As they require Arduino v3.0 based on ESP-IDF v5.1 or later so you can find explaination and very long discussion here -> https://github.com/platformio/platform-espressif32/issues/1225
FYI, easiest workaround today is to use pioarduino's community fork of platform-espressif32 -> https://github.com/espressif/arduino-esp32/discussions/10039