Skip to content

Conversation

@terry0012
Copy link
Contributor

Summary

In up_flush_dcache, items is not used, and we should use it in cache_invalidate_dcache_items.
extern void cache_invalidate_dcache_items(uint32_t addr, uint32_t items);

And this will cause lvgl crash in apache/nuttx-apps#3253

Impact

None

Testing

lckfb-szpi-esp32s3 board

@terry0012 terry0012 requested a review from tmedicci as a code owner December 31, 2025 12:09
@github-actions github-actions bot added Arch: xtensa Issues related to the Xtensa architecture Size: XS The size of the change in this PR is very small labels Dec 31, 2025
The items is not used in up_flush_dcache, and we should use it in
function cache_invalidate_dcache_items.

Signed-off-by: rongyichang <rongyichang@xiaommi.com>
@eren-terzioglu
Copy link
Contributor

We will have a look, please do not merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: xtensa Issues related to the Xtensa architecture Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants