zephyr/drivers/display
Gerard Marull-Paretas 79e6b0e0f6 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h>
As of today <zephyr/zephyr.h> is 100% equivalent to <zephyr/kernel.h>.
This patch proposes to then include <zephyr/kernel.h> instead of
<zephyr/zephyr.h> since it is more clear that you are including the
Kernel APIs and (probably) nothing else. <zephyr/zephyr.h> sounds like a
catch-all header that may be confusing. Most applications need to
include a bunch of other things to compile, e.g. driver headers or
subsystem headers like BT, logging, etc.

The idea of a catch-all header in Zephyr is probably not feasible
anyway. Reason is that Zephyr is not a library, like it could be for
example `libpython`. Zephyr provides many utilities nowadays: a kernel,
drivers, subsystems, etc and things will likely grow. A catch-all header
would be massive, difficult to keep up-to-date. It is also likely that
an application will only build a small subset. Note that subsystem-level
headers may use a catch-all approach to make things easier, though.

NOTE: This patch is **NOT** removing the header, just removing its usage
in-tree. I'd advocate for its deprecation (add a #warning on it), but I
understand many people will have concerns.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-09-05 16:31:47 +02:00
..
CMakeLists.txt drivers: display: framebuffer: rework to make it self-contained 2022-09-02 14:16:08 +02:00
Kconfig drivers: display: framebuffer: rework to make it self-contained 2022-09-02 14:16:08 +02:00
Kconfig.dummy
Kconfig.ili9xxx drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.intel_multibootfb drivers: display: intel_multibootfb: convert to DT 2022-09-02 14:16:08 +02:00
Kconfig.ls0xx drivers: display: Remove unnecessary Kconfig settings 2022-08-09 12:27:44 +02:00
Kconfig.max7219 drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.mcux_elcdif drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.microbit
Kconfig.nrf_led_matrix drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.rm68200 drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.sdl drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.ssd16xx drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.ssd1306 drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.st7735r drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.st7789v drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.stm32_ltdc drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
Kconfig.uc81xx drivers: display: Update Kconfig 2022-08-09 12:27:44 +02:00
display_dummy.c
display_ili9xxx.c
display_ili9xxx.h
display_ili9340.c
display_ili9340.h
display_ili9341.c
display_ili9341.h
display_ili9488.c
display_ili9488.h
display_intel_multibootfb.c drivers: display: intel_multibootfb: convert to DT 2022-09-02 14:16:08 +02:00
display_max7219.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
display_mcux_elcdif.c
display_nrf_led_matrix.c drivers: Replace deprecated nrfx API 2022-08-31 10:43:14 +02:00
display_rm68200.c
display_sdl.c
display_st7735r.c
display_st7735r.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
display_st7789v.c
display_st7789v.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
display_stm32_ltdc.c drivers: display: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
ls0xx.c
mb_display.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
mb_font.c
mb_font.h
ssd16xx.c drivers: ssd16xx: Make SSD1673 registers optional 2022-08-16 11:32:26 +02:00
ssd16xx_regs.h drivers: ssd16xx: Make SSD1673 registers optional 2022-08-16 11:32:26 +02:00
ssd1306.c
ssd1306_regs.h
uc81xx.c drivers: uc81xx: Add workaround for chips without autocopy 2022-09-02 11:21:08 +02:00
uc81xx_regs.h drivers: uc81xx: Add support for overriding LUTs 2022-09-02 11:21:08 +02:00