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: deduplication in Kconfig for ESP32x SoCs #19433

Merged
merged 1 commit into from
May 20, 2023

Commits on Mar 30, 2023

  1. cpu/esp32: deduplication in Kconfig

    The commit defines a new common CPU symbol `CPU_COMMON_ESP32X` in Kconfig that is used by all `CPU_FAM_ESP32x` symbols which selects features, modules and packages that are common for all ESP32x SoC variants. This avoids the selection of features, modules and packages again and again for each ESP32x SoC variant.
    gschorcht committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5a4759c View commit details
    Browse the repository at this point in the history