zephyr/drivers/display
Andy Ross fcd392f6ce kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers
Use the core k_heap API pervasively within our tree instead of the
z_mem_pool wrapper that provided compatibility with the older mempool
implementation.

Almost all of this is straightforward swapping of one alloc/free call
for another.  In a few cases where code was holding onto an old-style
"mem_block" a local compatibility struct with a single field has been
swapped in to keep the invasiveness of the changes down.

Note that not all the relevant changes in this patch have in-tree test
coverage, though I validated that it all builds.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-12-07 21:50:14 -05:00
..
CMakeLists.txt drivers: display: ili9xxx: add support for ILI9488 controller 2020-11-10 15:52:12 -06:00
display_dummy.c
display_framebuf.c
display_ili9xxx.c drivers: display: ili9xxx: add support for ILI9488 controller 2020-11-10 15:52:12 -06:00
display_ili9xxx.h drivers: display: ili9xxx: generalize ILI display driver 2020-11-10 15:52:12 -06:00
display_ili9340.c drivers: display: ili9xxx: generalize ILI display driver 2020-11-10 15:52:12 -06:00
display_ili9340.h drivers: display: ili9xxx: generalize ILI display driver 2020-11-10 15:52:12 -06:00
display_ili9488.c drivers: display: ili9xxx: add support for ILI9488 controller 2020-11-10 15:52:12 -06:00
display_ili9488.h drivers: display: ili9xxx: add support for ILI9488 controller 2020-11-10 15:52:12 -06:00
display_mcux_elcdif.c kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
display_sdl.c
display_st7789v.c
display_st7789v.h
gd7965_regs.h
gd7965.c
grove_lcd_rgb.c
Kconfig drivers: display: ili9xxx: generalize ILI display driver 2020-11-10 15:52:12 -06:00
Kconfig.dummy
Kconfig.gd7965
Kconfig.grove
Kconfig.ili9xxx drivers: display: ili9xxx: add support for ILI9488 controller 2020-11-10 15:52:12 -06:00
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.sdl
Kconfig.ssd16xx
Kconfig.ssd1306
Kconfig.st7789v
mb_display.c
mb_font.c
mb_font.h
ssd16xx_regs.h
ssd16xx.c
ssd1306_regs.h
ssd1306.c