You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/11 11:55:04 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6035: sched/init: drivers_initialize() should be late than up_initialize()

anchao opened a new pull request, #6035:
URL: https://github.com/apache/incubator-nuttx/pull/6035

   ## Summary
   
   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 <an...@xiaomi.com>
   
   
   ## Impact
   
   up_initialize
   
   Fix https://github.com/apache/incubator-nuttx/pull/5728:
   https://github.com/apache/incubator-nuttx/pull/5728#issuecomment-1091139235
   
   ## Testing
   
   ```
   ./tools/configure.sh qemu-intel64/nsh
   qemu-system-x86_64 -cpu host -enable-kvm -m 2G -cdrom boot.iso -nographic -serial mon:stdio
   ```


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] masayuki2009 merged pull request #6035: sched/init: drivers_initialize() should be late than up_initialize()

Posted by GitBox <gi...@apache.org>.
masayuki2009 merged PR #6035:
URL: https://github.com/apache/incubator-nuttx/pull/6035


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6035: sched/init: drivers_initialize() should be late than up_initialize()

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on PR #6035:
URL: https://github.com/apache/incubator-nuttx/pull/6035#issuecomment-1095666620

   >@masayuki2009 this PR could fix the problem you report at https://github.com/apache/incubator-nuttx/pull/5728
   
   I confirmed that this PR fixes the issue.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6035: sched/init: drivers_initialize() should be late than up_initialize()

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #6035:
URL: https://github.com/apache/incubator-nuttx/pull/6035#issuecomment-1094989322

   @masayuki2009 this PR could fix the problem you report at #5728 


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org