Re: /dev/ttyS1 doesn't seem to work on ESP32S3

2023-09-18 Thread Petro Karashchenko
Using a released version is usually better, but since EPS32S3 has active feature development using master can give you better features support. That is obviously a tradeoff you need to make. I'm trying to fix all the issues I meet with ESP32S3 as I'm trying to build a product on top of it, but ther

Re: /dev/ttyS1 doesn't seem to work on ESP32S3

2023-09-18 Thread Mike Moretti
Hi, I'm using 12.2.1, the latest release.  The more I work with this chip the more I'm wondering if I'm going to have to move to using master.  I've been trying to avoid not using an actual release version of NuttX. -m On 9/18/2023 3:08 PM, Petro Karashchenko wrote: Hello Mike, Which versi

Re: /dev/ttyS1 doesn't seem to work on ESP32S3

2023-09-18 Thread Petro Karashchenko
Hello Mike, Which version of nuttx code are you using? Recently I was dealing with UART1/2 on ESP32S3 and managed those to be working in https://github.com/apache/nuttx/pull/10467 There were few issues including some clocking configuration problem as well as wrong pin functions used for UART1. At

/dev/ttyS1 doesn't seem to work on ESP32S3

2023-09-18 Thread Mike Moretti
Hi, I'm having trouble with NuttX on the ESP32S3 trying to get UART1 (configured on the default pins) working via /dev/ttyS1.  The driver code for esp32s3_serial.c seems to configure uart1 as /dev/ttys1 when you enable it in the configs, however, testing via serialblaster/serialrx (and our ow