nuttx/drivers/lcd
Matteo Golin 48db502daf !boards: Remove NSH_ARCHINIT and board_app_initialize
BREAKING: In an effort to simplify NuttX initialization, NSH_ARCHINIT is
removed. board_app_initialize is also removed. BOARD_LATE_INITIALIZE now
performs all board initialization logic, and is by default enabled. All
references to these symbols are removed. BOARDIOC_INIT remains, but will
result in -ENOTTY when called. It is to be removed in a later commit.

Quick fix: Boards relying on NSH_ARCHINIT should now enable
CONFIG_BOARD_LATE_INITIALIZE instead. If the application needs
fine-grained control over board initialization from userspace, the logic
performed by BOARDIOC_INIT may be copied to the board_finalinitialize
function and used instead via BOARDIOC_FINALINIT. All
board_app_initialize logic provided by NuttX is now moved to
board_late_initialize, and the same should be done for out-of-tree
boards.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2026-05-02 18:36:46 +08:00
..
apa102.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
CMakeLists.txt drivers/lcd: Add ST7796 TFT LCD framebuffer driver 2026-02-19 09:19:13 -03:00
ft80x.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ft80x.h drivers/lcd: remove nxsig_notification when signal support is disabled 2026-02-26 20:03:05 +08:00
ft80x_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
gc9a01.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
gc9a01.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ht16k33_14seg.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ili9225.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ili9340.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ili9341.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
jd9851.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
jd9851.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
lcd_dev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lcd_framebuffer.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lcddrv_spiif.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lpm013m091a.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs drivers/lcd: Add ST7796 TFT LCD framebuffer driver 2026-02-19 09:19:13 -03:00
max7219.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
memlcd.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mio283qt2.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mio283qt9a.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
p14201.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
pcd8544.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
pcd8544.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
pcf8574_lcd_backpack.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
pcf8574_lcd_backpack_readme.txt !boards: Remove NSH_ARCHINIT and board_app_initialize 2026-05-02 18:36:46 +08:00
pcf8833.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ra8875.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ra8875.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
s1d15g10.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
sd1329.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
skeleton.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ssd1289.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ssd1289.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ssd1305.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ssd1306.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ssd1306_base.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ssd1306_i2c.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ssd1306_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ssd1351.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ssd1680.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ssd1680.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
st7032.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
st7565.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
st7565.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
st7567.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
st7567.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
st7735.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
st7735.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
st7789.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
st7789.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
st7796.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
tda19988.c style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
tda19988.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ug-2864ambag01.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ug-9664hswag01.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00