Skip to content

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.

3 participants