Re: Article: NuttX for PinePhone: The First Year

2023-06-19 Thread Tomek CEDRO
On Tue, Jun 20, 2023 at 4:53 AM Lee, Lup Yuen wrote: > One year ago we started porting NuttX to PinePhone. Let’s look back and > talk about… > (..) > https://lupyuen.codeberg.page/articles/pinephone2.html CONGRATZ!!! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Article: NuttX for PinePhone: The First Year

2023-06-19 Thread Lee, Lup Yuen
One year ago we started porting NuttX to PinePhone. Let’s look back and talk about… 1. The Features that we’ve implemented 2. Our Plans for the future 3. Why we might move to a RISC-V Tablet! Check out the article here... https://lupyuen.codeberg.page/articles/pinephone2.html Lup

Re: sendfile() with zero size

2023-06-19 Thread Fotis Panagiotopoulos
I just tried the exact same code in Linux. (It's an FTP client). In Linux, if sendfile() is called with 0 size, then it immediately returns zero. No traffic is generated on the network at all. I think this is simple & sane behavior to adapt in NuttX. On Mon, Jun 19, 2023 at 4:02 AM Petro