SrivamsiMalladi commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1254745789
I am using [adafruit `huzzah32` - esp32 feather board](https://www.adafruit.com/product/3405) which is similar to `esp32-devkitc`. (Both use `WROOM32`. Also, `huzzah32` works fine with `ESP-IDF` when configured as `esp32-devkitc`) The `USE_SERIALDRIVER` is in fact defined when tested at the end of `esp32_serial.c` with the preprocessor conditional inclusions you have suggested. I also check if `CONSOLE_DEV` is defined too by the end of `esp32_serial.c` and it is, but it is not accessible in the driver I am trying to develop (`nuttx/boards/xtensa/esp32/common/src/esp32_uart_driver.c`). Is there a working example that uses the `uart_setup(uart_dev_t *dev)` from `serial.h` that you can direct me to, so that I can have a look at it and understand how it is configured, or to check if I am doing it differently? That would be really great. -- 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