Skip to content

Enable 200MHz PSRAM for ESP32-P4 #310

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

Merged
merged 1 commit into from
Jul 29, 2025
Merged

Enable 200MHz PSRAM for ESP32-P4 #310

merged 1 commit into from
Jul 29, 2025

Conversation

me-no-dev
Copy link
Member

This pull request updates the ESP32 build configurations to support new memory speed variants and flash frequency settings. The changes primarily focus on adding support for 80m_200m and 40m_200m configurations while cleaning up redundant settings.

Updates to build configurations:

  • configs/builds.json: Updated idf_libs, bootloaders, and mem_variants to include new 80m_200m and 40m_200m configurations for the esp32p4 target.

New configuration files:

Cleanup of redundant settings:

  • configs/defconfig.esp32p4: Removed the redundant CONFIG_SPIRAM_SPEED_200M setting, as it is now covered by the new configuration files.

Closes: espressif/arduino-esp32#11651

@me-no-dev me-no-dev merged commit 4faed90 into master Jul 29, 2025
10 checks passed
@me-no-dev me-no-dev deleted the feature/p4_psram_200m branch July 29, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow PSRAM access on ESP32-P4 with core 3.3.0.
2 participants