Re: [Article] Porting Python to NuttX

2025-01-09 Thread Gregory Nutt
> Exactly :-) There are more and more powerful chips out there with Cortex-A > CPU or big RISC-V one day we may outperform big OS with NuttX on them :-) Those "BIG OSes" perform a different function than an RTOS. The big OS is not an RTOS and does not have real-time performance. Their default

Re: [Article] Porting Python to NuttX

2025-01-09 Thread Tomek CEDRO
On Thu, Jan 9, 2025 at 4:00 AM Yanfeng Liu wrote: > Tiago, > Thank you and Congratulations! > Regarding the following paragraph: > > One can argue that Python wasn’t designed to run on resource-constrained > devices - like the ones that are supported by the NuttX RTOS - and that there > are other a

Re: [Article] Porting Python to NuttX

2025-01-08 Thread Alin Jerpelea
Kudos Tiago! On Wed, 8 Jan 2025, 21:06 Tiago Medicci Serrano, wrote: > Thanks Tomek and Victor > > Thank you and Congratulations Tiago!!! Having full Python is better > > than MicroPython.. do you have a comparison on the resources use > > between those two? :-) > > > We still don't have anythi

Re: [Article] Porting Python to NuttX

2025-01-08 Thread Yanfeng Liu
Tiago, Thank you and Congratulations! Regarding the following paragraph: > One can argue that Python wasn’t designed to run on resource-constrained devices - like the ones that are supported by the NuttX RTOS - and that there are other alternatives for developing embedded applications. I just

Re: [Article] Porting Python to NuttX

2025-01-08 Thread Tiago Medicci Serrano
Thanks Tomek and Victor Thank you and Congratulations Tiago!!! Having full Python is better > than MicroPython.. do you have a comparison on the resources use > between those two? :-) We still don't have anything about it. It's something that may be interesting to compare. Em qua., 8 de jan. de

Re: [Article] Porting Python to NuttX

2025-01-08 Thread Victor Suarez Rovere
On Wed, Jan 8, 2025 at 8:35 AM Tiago Medicci Serrano < tiago.medi...@gmail.com> wrote: > > Python was recently ported to NuttX. I wrote about the technical details > of this work in the following article. > > This is great news! I was always interested in NuttX but now it can solve some real probl

Re: [Article] Porting Python to NuttX

2025-01-08 Thread Tomek CEDRO
On Wed, Jan 8, 2025 at 12:35 PM Tiago Medicci Serrano wrote: > Hi, > Python was recently ported to NuttX. I wrote about the technical details of > this work in the following article. > Check it at > https://tmedicci.github.io/articles/2025/01/08/python_on_nuttx.html > (comments and suggestions a