mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
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> |
||
|---|---|---|
| .. | ||
| 01_task_control.rst | ||
| 02_task_scheduling.rst | ||
| 03_task_control.rst | ||
| 04_message_queue.rst | ||
| 05_counting_semaphore.rst | ||
| 06_clocks_timers.rst | ||
| 07_signals.rst | ||
| 08_pthread.rst | ||
| 09_env_vars.rst | ||
| 10_filesystem.rst | ||
| 11_network.rst | ||
| 12_shared_memory.rst | ||
| 13_boardctl.rst | ||
| 14_logging.rst | ||
| index.rst | ||
| structures.rst | ||