cpu/esp32: split ESP32 port into ESP32x common and ESP32 specific parts#17842
Closed
gschorcht wants to merge 63 commits intoRIOT-OS:masterfrom
Closed
cpu/esp32: split ESP32 port into ESP32x common and ESP32 specific parts#17842gschorcht wants to merge 63 commits intoRIOT-OS:masterfrom
gschorcht wants to merge 63 commits intoRIOT-OS:masterfrom
Conversation
8b37a36 to
1c0656c
Compare
9884846 to
e9cfddd
Compare
e9cfddd to
5271d68
Compare
3c9d44a to
5512a48
Compare
Contributor
Author
|
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? |
Member
|
It says
so once the |
Contributor
Author
Ah ok, I didn't know that. So there is no reason to be worried and the compilation is fine. |
This was referenced Jul 18, 2022
Contributor
Author
|
All split-offs are merged now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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