mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-28 04:40:47 +00:00
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> |
||
|---|---|---|
| .. | ||
| cbackground.cxx | ||
| cfonts.cxx | ||
| ciconmgr.cxx | ||
| ciconwidget.cxx | ||
| cinput.cxx | ||
| cmainmenu.cxx | ||
| cmenus.cxx | ||
| cresize.cxx | ||
| ctwm4nx.cxx | ||
| cwindow.cxx | ||
| cwindowevent.cxx | ||
| cwindowfactory.cxx | ||
| twm4nx_cursor.cxx | ||
| twm4nx_main.cxx | ||