mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00:00
Previously, the LVGL example had a workaround in lv_nuttx_fbdev.c to prevent video memory invasion. This fix properly addresses the issue by: - Reducing total SDRAM size from 8MB to 6MB - Moving LTDC base address to 0xC0600000 - Reserving dedicated space for video memory outside NuttX heap This ensures proper memory separation between video buffer and system heap. Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| hc | ||
| mips | ||
| misco | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| index.rst | ||