mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
sched/init/nx_start.c: Add support for CONFIG_BOARD_DRIVER_INITIALIZE. If this option is selected then nx_start() will call a board-provided function board_driver_initialize() immediately after calling up_initialize().
Rename CONFIG_BOARD_INITIALIZE to CONFIG_BOARD_LATE_INITIALIZE.
Raname board_initialize() to board_late_initialize()
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| esp32-core.h | ||
| esp32_appinit.c | ||
| esp32_boot.c | ||
| esp32_bringup.c | ||
| Makefile | ||