anchao commented on code in PR #12641:
URL: https://github.com/apache/nuttx/pull/12641#discussion_r1669731839


##########
sched/init/nx_start.c:
##########
@@ -534,6 +530,12 @@ void nx_start(void)
 
   g_nx_initstate = OSINIT_TASKLISTS;
 
+  /* Initialize RTOS Data ***************************************************/
+
+  drivers_early_initialize();

Review Comment:
   I still feel a little strange about **drivers_early_initialize()**. Driver 
early initialization is executed before core resource initialization. Does that 
mean related early initialization such as uart(*****_earlyserialinit()**) could 
be placed in this implementation? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to