acassis commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1254102930
@SrivamsiMalladi are you using the ```esp32-devkitc``` board or you created your own board based on it? Seems like something is mis-defined/mis-configured. Try to figure-out if USE_SERIALDRIVER is undefined and then find why. You can force an error to confirm it: ``` #ifndef USE_SERIALDRIVER #error "USE_SERIALDRIVER is not defined, please fix it to get serial console working" #endif ``` -- 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