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 2020/11/03 15:03:20 UTC

[GitHub] [incubator-nuttx] lukegluke removed a comment on issue #2203: Hardfault on boot when only usb console is used

lukegluke removed a comment on issue #2203:
URL: https://github.com/apache/incubator-nuttx/issues/2203#issuecomment-721149174


   > @lukegluke See https://github.com/PX4/PX4-Autopilot/blob/master/platforms/nuttx/src/px4/common/px4_init.cpp#L45
   > 
   > This is how we fixed the changes in upstream NuttX that are caused by the dynamic allocation of the streams. When there is no console.
   
   Thanks for feedback, I have this code and call px4_platform_init in my board_app_initialize, but it doesn't get into px4_platform_console_init. CONFIG_DEV_CONSOLE is not defined. And CONFIG_DEV_NULL also, but according to configuration docs it is set by default, but looks like it doesn't. I'm trying to investigate this further.
   
   Update: sorry, my bad, missed that CONFIG_DEV_CONSOLE  is set by default, and I need to unset it explicitly.


----------------------------------------------------------------
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.

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