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
fix(esp_lvgl_port): remove IRAM_ATTR from forward declaration
Having IRAM_ATTR on both the forward declaration and the definition of
lvgl_port_flush_rgb_vsync_ready_callback caused conflicting section
attributes (.iram1.0 vs .iram1.1) at link time on some IDF versions.
The attribute on the definition is sufficient to place the function in
IRAM.
0 commit comments