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:esp32: Add config allow MbedTLS heap and LVGL Frambuffer use SPI RAM #86049

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

phb98
Copy link

@phb98 phb98 commented Feb 20, 2025

Add 2 follow Config Symbol: ESP_SPIRAM_ALLOC_MBED_HEAP and ESP_SPIRAM_LVGL_FRAMEBUFFER to allow user place heavy-ram usage mbedtls heap and lvgl frame buffer to SPI ram.
Tested with HTTP_get sample, with TLS enable.

Have not tested with LVGL yet, i have no LCD for now. Only sure it can compile with config enable

This is a replacement PR of #85979 because somehow i messed up my git repo :(

@zephyrbot zephyrbot added the platform: ESP32 Espressif ESP32 label Feb 20, 2025
@phb98 phb98 force-pushed the esp_spiram_lvgl_mbed branch 6 times, most recently from 2ff3af8 to bb383f7 Compare February 20, 2025 17:55
@sylvioalves
Copy link
Collaborator

@phb98:
author email (phb98 <[email protected]>) needs to match one of the signed-off-by entries.

@phb98
Copy link
Author

phb98 commented Feb 21, 2025

Hi @sylvioalves, Do you know how can i change the author, i've edited my commit message but looklike it doesn't fix it.

@kartben
Copy link
Collaborator

kartben commented Feb 21, 2025

@phb98

git commit --amend --author="John Doe <[email protected]>" --no-edit

@kartben kartben closed this Feb 21, 2025
@kartben kartben reopened this Feb 21, 2025
- Add KConfig ESP_SPIRAM_ALLOC_MBED_HEAP to allow MbedTLS heap use SPI RAM

Signed-off-by: bac phan <[email protected]>
Add Config ESP_SPIRAM_LVGL_FRAMEBUFFER allow LVGL Framebuffer use SPI RAM

Signed-off-by: bac phan <[email protected]>
@phb98 phb98 force-pushed the esp_spiram_lvgl_mbed branch from bb383f7 to aa1ac98 Compare February 21, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: ESP32 Espressif ESP32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants