Re: Article: NuttX for PinePhone: Simpler USB with EHCI

2023-03-23 Thread Alan C. Assis
Kudos Lup!!! Now it is possible to use NuttX on PinePhone for some more practical application! BR, Alan On 3/23/23, Lee, Lup Yuen wrote: > Weeks ago we talked about porting NuttX to PinePhone, and how we might turn > it into a Feature Phone. > > But to make phone calls and send text messages,

Re: Article: NuttX for PinePhone: Simpler USB with EHCI

2023-03-23 Thread Tomek CEDRO
On Thu, Mar 23, 2023 at 4:02 PM Lee, Lup Yuen wrote: > Weeks ago we talked about porting NuttX to PinePhone, and how we might turn > it into a Feature Phone. > (..) > https://lupyuen.github.io/articles/usb3 > Lup CONGRATZ!! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Article: NuttX for PinePhone: Simpler USB with EHCI

2023-03-23 Thread Lee, Lup Yuen
Weeks ago we talked about porting NuttX to PinePhone, and how we might turn it into a Feature Phone. But to make phone calls and send text messages, we need to control the LTE Modem over USB. Thus today we’ll build a USB Driver for NuttX on PinePhone… 1. What’s USB Enhanced Host Controller