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

[Trivial] Find a better way to fix the IRAM overflow for m5stack #28445

Open
shubhamdp opened this issue Aug 1, 2023 · 0 comments
Open

[Trivial] Find a better way to fix the IRAM overflow for m5stack #28445

shubhamdp opened this issue Aug 1, 2023 · 0 comments
Labels
bug Something isn't working esp32 needs triage

Comments

@shubhamdp
Copy link
Contributor

Type

Other

Explanation

For all-clusters-app and all-clusters-minimal-app, #28326 moved the FreeRTOS functions from IRAM to Flash to deal with IRAM overflow. This would make things slower.

# Move functions from IRAM to flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y

Find a better way to fix this.

Platform

esp32

Platform Version(s)

No response

Testing

CI tested

(Optional) If manually tested please explain why this is only manually tested

No response

Anything else?

No response

@shubhamdp shubhamdp added bug Something isn't working needs triage labels Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working esp32 needs triage
Projects
None yet
Development

No branches or pull requests

2 participants