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

soc: xtensa: esp32s3: add support for SPIRAM #59770

Merged
merged 3 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. soc: xtensa: esp32s3: add support for SPIRAM

    Add support for external PSRAM for esp32s3.
    
    Signed-off-by: Lucas Tamborrino <[email protected]>
    LucasTambor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c00fc67 View commit details
    Browse the repository at this point in the history
  2. tests: boards: espressif: add esp32s3 to cache coex test

    Test esp32s3 for cache coexistence. Update test documentation.
    
    Signed-off-by: Lucas Tamborrino <[email protected]>
    LucasTambor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e027520 View commit details
    Browse the repository at this point in the history
  3. soc: xtensa: esp32s3: Add external ram noinit section

    Add section to allocate memory of WiFi and NET stack in SPIRAM
    
    Signed-off-by: Lucas Tamborrino <[email protected]>
    LucasTambor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2cd6bd6 View commit details
    Browse the repository at this point in the history