mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
up_initialize
|
->up_serialinit
|
->uart_register /* ("/dev/console", &CONSOLE_DEV); */
drivers_initialize
|
->syslog_console_init
|
->register_driver /* ("/dev/console", &g_consoleops, 0666, NULL); */
Signed-off-by: chao.an <anchao@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| init.h | ||
| Make.defs | ||
| nx_bringup.c | ||
| nx_smpstart.c | ||
| nx_start.c | ||