nuttx-apps/graphics/nxwm
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
..
doc Squashed commit of the following: 2019-04-04 18:53:29 -06:00
Doxygen graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
src !apps: Simplify NuttX initialization 2026-05-06 13:27:05 +08:00
ChangeLog.txt Typo fixes. 2022-01-06 10:30:41 +08:00
COPYING apps: graphics: nxwm: update licenses to Apache 2022-03-11 00:14:32 +02:00
Kconfig Kconfig: Simplify the conditional default statement 2023-07-25 09:51:09 +08:00
Make.defs graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile graphics: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ReleaseNotes.txt Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
TODO.txt Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00