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

cpu/esp32: split cpu_conf.h into ESP32x common and ESP32 specific parts #18323

Conversation

gschorcht
Copy link
Contributor

@gschorcht gschorcht commented Jul 18, 2022

Contribution description

This PR is a split-off from #17842, providing the separation of of cpu/esp32/include/cpu_conf.h into a part common to all ESP32x SoCs and a part specific to ESP32 to support different ESP32x SoC variants.

Testing procedure

Green CI

Issues/PRs references

Split-off from #17842

Split the CPU configuration in cpu_conf.h into a part that is common for all ESP32x SoCs and a part that is specific for ESP32.
@github-actions github-actions bot added Area: cpu Area: CPU/MCU ports Platform: ESP Platform: This PR/issue effects ESP-based platforms labels Jul 18, 2022
@gschorcht gschorcht added Type: new feature The issue requests / The PR implemements a new feature for RIOT CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jul 18, 2022
@benpicco benpicco enabled auto-merge July 18, 2022 22:42
@benpicco benpicco merged commit c432df3 into RIOT-OS:master Jul 19, 2022
@gschorcht gschorcht deleted the cpu/esp32/split_cpu_conf_into_common_and_specific branch July 19, 2022 08:46
@gschorcht
Copy link
Contributor Author

@benpicco Thanks for reviewing and merging it.

@maribu maribu added this to the Release 2022.10 milestone Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: cpu Area: CPU/MCU ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ESP Platform: This PR/issue effects ESP-based platforms Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants