You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: