mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +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()
|
||
|---|---|---|
| .. | ||
| a1x_boot.c | ||
| a1x_buttons.c | ||
| a1x_leds.c | ||
| Makefile | ||
| pcduino_a10.h | ||