acassis commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1253810892
Please look the inside esp32_serial.c file, since CONFIG_UART0_SERIAL_CONSOLE is defined, the only way to CONSOLE_DEV be undefined is if USE_SERIALDRIVER is false. And this symbol is defined inside arch/xtensa/src/common/xtensa.h Probably you disabled CONFIG_DEV_CONSOLE or enabled CONFIG_CONSOLE_SYSLOG. In order to be get better results with NuttX you need to learn to navigate inside the source code and search for symbols! :-) -- 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