Joseph Chen
Joseph Chen
### Description of the feature or fix Added printf-style format string verification for IAR compiler. ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed. - Add [Examples](https://github.com/lvgl/lvgl/tree/master/examples) if relevant. - Add...
# Description Utilize `warn_unused_result` and `unused` attributes on IAR. Fixes zd# n/a # Testing Tested with the IAR compiler. # Checklist - [ ] added tests - [ ] updated/added...
This patch improves development experience and performance for projects using the IAR toolchain. - Utilize IAR compiler attributes - Optimized with IAR intrinsics
# Description `MQX_USE_IO_OLD` has been deprecated in MQXv5. This PR can be considered an extension of #2596. Fixes zd# n/a # Testing Tested on MQXv5 platform. # Checklist - [...
**Prerequisites** - [x] I have checked latest main branch and the issue still exists. - [x] I did not see it is stated as known-issue in release notes. - [x]...
### Introduce the problem Many touch ICs provide an interrupt line and only allow host access to touch point data (including pressed/released state) when the INT is asserted. For these...