-
Notifications
You must be signed in to change notification settings - Fork 2.1k
cpu/esp32: split ESP32 port into ESP32x common and ESP32 specific parts #17842
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: split ESP32 port into ESP32x common and ESP32 specific parts #17842
Conversation
8b37a36
to
1c0656c
Compare
9884846
to
e9cfddd
Compare
e9cfddd
to
5271d68
Compare
3c9d44a
to
5512a48
Compare
Does anyone have an idea why the status of the compilation of the PR in Murdock is shown as failed although no compilation error is shown and all compilations were successful according to the log? |
It says
so once the |
Ah ok, I didn't know that. So there is no reason to be worried and the compilation is fine. |
All split-offs are merged now. |
Contribution description
This PR splits the ESP32 port into a part that is common for all variants of the ESP32 SoC series and a part that is specific for the ESP32 SoC. It is required to handle different variants of the ESP32 SoC series.
This PR includes PR
#17601 and#17841 to be compilable. Once these PRs are merged this PR is rebased. The first additional commit of this PR is ba6aa2e.Testing procedure
Green CI with test run.
Issues/PRs references
Depends on PR #17601
Depends on PR #17841
Prerequisite for PR #17844