Re: Podling Nuttx Report Reminder - October 2022

2022-10-01 Thread Nathan Hartman
On Fri, Sep 30, 2022 at 11:11 AM wrote: > The board meeting is scheduled for Wed, 19 October 2022. > The report for your podling will form a part of the Incubator PMC > report. The Incubator PMC requires your report to be submitted 2 weeks > before the board meeting, to allow sufficient time for r

Re: How to use the esp8266 network module?

2022-10-01 Thread Alan C. Assis
Hi Prelude, There is not documentation to it yet, it was contributed many years ago. Please helps to improve NuttX, if you get it working, submit a documentation over github PR. Important note, that esp8266 integration is not using USRSOCK, so it is not the right way to do it. BR, Alan On 9/2

Article: Understanding PinePhone's Display (MIPI DSI)

2022-10-01 Thread Lee, Lup Yuen
This article explains what's inside PinePhone's LCD Display (MIPI Display Serial Interface), and how we might build a NuttX Driver for PinePhone's ST7703 LCD Controller... https://lupyuen.github.io/articles/dsi Lup

How to use the esp8266 network module?

2022-10-01 Thread Prelude
I saw the code of esp8266 in the directory apps/netutils/esp8266, but there is no test case. How can I test esp8266 using the UART?