-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/esp32: add ESP32-C3 support in makefiles #18341
cpu/esp32: add ESP32-C3 support in makefiles #18341
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to split such tiny patches 😉
Does KConfig also need an update?
I have splitted all changes that can be merged independently on the core PR for ESP32-C3 support. Most of them don't ned full CI compilation yet.
Yes, but these are more changes 39905cb that should be probably part of the core PR for ESP32-C3 to be covered by CI compilation. If you think that it makes sense to split it off to decrease the size of core PR further, I could do it. The remaining core PR size is 40 files changed, 2406 insertions(+), 3 deletions(-). |
c263d47
to
0645371
Compare
That's much better, thank you! |
@benpicco Thanks for reviewing and merging. |
Contribution description
This PR is a split-off from PR #17844, which adds the support of ESP32-C3 in makefiles.
Testing procedure
It is not yet possible to cover this PR when compiling in CI without having ESP32-C3 support and a board definition with an ESP32-C3. Vice versa, the ESP32-C3 port that needs this PR cannot be compiled in CI without it.
Therefore a green CI with the label
CI: skip compile test
must be sufficient for the moment. If it doesn't work, the problem will pop up as soon as ESP32-C3 support is provided. And of course, I have tested it together with the ESP32-C3 support in PR #17844.Issues/PRs references
Split-off from PR #17844