nuttx-apps/graphics/twm4nx/src
Matteo Golin 5b0cae9ab0 !apps: Simplify NuttX initialization
BREAKING: In an effort to simplify board initialization logic for NuttX,
NSH will no longer support architecture initialization. This will happen
during boot via the BOARD_LATE_INITIALIZE option. The boardctl command
BOARDIOC_INIT is also no longer available from user-space.

Quick fix:
Any application relying on BOARDIOC_INIT should now enable
BOARD_LATE_INITIALIZE to have initialization performed by the kernel in
advance of the application running. If control over initialization is
still necessary, BOARDIOC_FINALINIT should be implemented and used.
Boards relying on NSH for initialization should also enable
BOARD_LATE_INITIALIZE instead.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2026-05-06 13:27:05 +08:00
..
cbackground.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cfonts.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ciconmgr.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ciconwidget.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cinput.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cmainmenu.cxx include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
cmenus.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cresize.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ctwm4nx.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cwindow.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cwindowevent.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cwindowfactory.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
twm4nx_cursor.cxx graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
twm4nx_main.cxx !apps: Simplify NuttX initialization 2026-05-06 13:27:05 +08:00