Liam Howatt
Liam Howatt
https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/4732b96dba05e2eeaeaec795977ab0a054cce065/portable/GCC/AVR32_UC3/port.c#L203 https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/4732b96dba05e2eeaeaec795977ab0a054cce065/portable/IAR/AVR32_UC3/port.c#L170 These ports were added 17 years ago in this commit https://github.com/FreeRTOS/FreeRTOS-Kernel/commit/504382bcb84c2c8d774d7fa2abd3c5da6b4de1ee and are the only ones that implement `pvPortRealloc`. It's implemented here by calling stdlib `realloc`. I wanted...
### Description of the feature or fix Fixes #6070 See issues #6070 and #6066 for why this logic is redundant. This is a master branch PR. I also opened a...
### Description of the feature or fix For #6011 - No private functions or struct members can be reached via lvgl.h - Create *_private.h header files that are included where...
### Description of the feature or fix Fixes #6078 See the issue for more details. ### 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 of the feature or fix Fixes #6065 For consistency, use the typedef `lv_part_t` instead of `uint32_t` where a part variable is declared. ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs)...
### Description of the feature or fix In response to #6008 Add flags to gridnav for accepting arrow keys only of a certain axis (either left/right or up/down) for grid...
### Description of the feature or fix Fixes #6066 See issues #6066 and #6070 for why this logic is redundant. This is a v8.4 PR. I also opened a PR...
### Description of the feature or fix Continuing PR #5172 PR #5172 adds updating the file cache upon write. Data written out will now be reflected in the cache so...
### Description of the feature or fix A regression was introduced by #6029. The `lv_imagebutton` does not set the `image_area` field of the `lv_draw_image_dsc_t` so it still holds the default...
### Description of the feature or fix Following up with the discussion about `strncpy` in #5927 Make `lv_strncpy` consistent with the standard spec. The standard spec of `strncpy` isn't necessarily...