incubator-nuttx/sched/init
chao.an a594a5d7a8 sched/init: drivers_initialize() should be late than up_initialize()
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>
2022-04-12 07:51:34 +09:00
..
Make.defs sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
init.h init: move USERMAIN_XX out of INIT_ENTRYPOINT 2021-12-24 08:23:30 -06:00
nx_bringup.c init: use exec_spawn instead of exec 2021-12-24 08:23:30 -06:00
nx_smpstart.c sched/init: initialize all idle thread's tl_task 2021-07-16 08:37:53 +09:00
nx_start.c sched/init: drivers_initialize() should be late than up_initialize() 2022-04-12 07:51:34 +09:00