Lines Matching +full:memory +full:- +full:to +full:- +full:memory
1 # Copyright (c) 2018-2019 Jan Van Winkel <jan.van_winkel@dxplore.eu>
3 # SPDX-License-Identifier: Apache-2.0
5 menu "Memory manager settings"
20 prompt "Memory pool"
23 Memory pool to use for lvgl allocated objects
29 Use C library malloc and free to allocate objects on the C library heap
35 Use a dedicated memory pool from a private sys heap.
40 int "Memory pool size"
44 Size of the memory pool in bytes
47 bool "Link memory pool to custom section"
50 Place LVGL memory pool in custom section, with tag ".lvgl_heap".
51 This can be used by custom linker scripts to relocate the LVGL
52 memory pool to a custom location, such as tightly coupled or
53 external memory.
67 Use two buffers to render and flush data in parallel
74 controllers that require a framebuffer to be present in system memory,
84 so buffer must be aligned to prevent unaligned memory access
87 bool "Link rendering buffers to custom section"
91 This can be used by custom linker scripts to relocate the LVGL
92 rendering buffers to a custom location, such as tightly coupled or
93 external memory.
100 is needed to perform the conversion.