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/09/09 01:19:41 UTC

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1377: Add task trace support

YuuichiNakamura commented on a change in pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r485280871



##########
File path: arch/arm/src/common/arm_initialize.c
##########
@@ -163,6 +164,10 @@ void up_initialize(void)
   note_register();      /* Non-standard /dev/note */
 #endif
 
+#if defined(CONFIG_DRIVER_NOTECTL)
+  notectl_register();   /* Non-standard /dev/notectl */

Review comment:
       @xiaoxiang781216 I have reverted the notectl driver initialization in the all arch files. 54a2a2e
   I'll follow your changes completely after #1731 is merged.
   




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