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

Removed LV_ATTRIBUTE_FAST_MEM function attribute from prototypes and kept only on function declarations or static inline functions #5467

Merged
merged 3 commits into from
Jan 25, 2024

Commits on Jan 24, 2024

  1. Removed LV_ATTRIBUTE_FAST_MEM function attribute from prototypes and …

    …kept only on function declarations or static inline functions
    
    This fixes an issue in ESP-IDF where section attributes use __COUNTER__ macro, and this results in prototype and declaration having different sections assigned
    
    This was previously fixed in the 8.x release.
    
    lvgl#4391
    lvgl#4404
    ktand committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    504cf45 View commit details
    Browse the repository at this point in the history
  2. Removed LV_ATTRIBUTE_FAST_MEM function attribute from prototypes and …

    …kept only on function declarations or static inline functions
    ktand committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6f216ed View commit details
    Browse the repository at this point in the history
  3. Astyle formatting

    ktand committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    448a91a View commit details
    Browse the repository at this point in the history