Re: ESP32's RMT driver PR

2022-09-02 Thread Tomek CEDRO
On Fri, Sep 2, 2022 at 6:25 PM Victor Benso wrote: > Recently I came in need of adding a WS2812 LED to one of my ESP32 projects > that run NuttX. > The existing support already on NuttX for such LEDs needed an SPI > interface. In the board in question we are short on SPIs, SPI2 is running > the

Re: ESP32's RMT driver PR

2022-09-02 Thread Alan Carvalho de Assis
Hi Victor, It should be better if you had shown me the code before submitting the PR, now you will need to face a longer review process! :-) BR, Alan On 9/2/22, Victor Benso wrote: > Hi everyone, > > Recently I came in need of adding a WS2812 LED to one of my ESP32 projects > that run NuttX.

ESP32's RMT driver PR

2022-09-02 Thread Victor Benso
Hi everyone, Recently I came in need of adding a WS2812 LED to one of my ESP32 projects that run NuttX. The existing support already on NuttX for such LEDs needed an SPI interface. In the board in question we are short on SPIs, SPI2 is running the SDCard with some load and the other(SPI3) is used