pkarashchenko commented on code in PR #7554: URL: https://github.com/apache/incubator-nuttx/pull/7554#discussion_r1029649263
########## drivers/drivers_initialize.c: ########## @@ -68,6 +68,25 @@ void drivers_initialize(void) devnull_register(); /* Standard /dev/null */ #endif +#ifdef CONFIG_RTT_CONSOLE + rtt_console_initialize(); +#endif + +#ifdef CONFIG_RTT_SERIAL + rtt_serial_register("/dev/rtt0", 0, + CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN, CONFIG_SEGGER_RTT_BUFFER_SIZE_UP); Review Comment: ```suggestion rtt_serial_register("/dev/rtt0", 0, CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN, CONFIG_SEGGER_RTT_BUFFER_SIZE_UP); ``` if possible -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org