Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 7:36 PM wrote: > Not using the existing POSIX infrastructure for uPython, and instead try > to emulate any bare metal uPython, looks wired to me. Too early to talk about, devil is in the details, it will be full POSIX, no emulation, and I want full portability between bare

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread michael . schmid
to my understanding, uPython on Nuttx will be very similar to Python on Linux. The POSIX concept of both is (near) identical. On the other side, uPython on bare metal will be very different from both POSIX systems Nuttx and Linux. The example of the BMP180 sensor will most likely work on Nuttx

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 6:26 PM Tomek CEDRO wrote: > > On Mon, Jun 20, 2022 at 5:30 PM wrote: > > I dont think there is much to do with the drivers: > > Nuttx have already many drivers written in C, and from uPython, you just > > can open(), read(), write(), close() the character drivers. For examp

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 5:30 PM wrote: > great to see your success on uPython for Nuttx. For your "I will have to > see how much work with peripheral drivers will be out there in bare > metal MP to NuttX,", I dont think there is much to do with the drivers: > Nuttx have already many drivers written

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread michael . schmid
Hi Tomek, great to see your success on uPython for Nuttx. For your "I will have to see how much work with peripheral drivers will be out there in bare metal MP to NuttX,", I dont think there is much to do with the drivers: Nuttx have already many drivers written in C, and from uPython, you jus

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread michael . schmid
oh, great. uPython may attract many people to Nuttx. Thank you for the hint. Am 2022-06-20 16:54, schrieb Simon Filgis: Hi Michael, I'm interested in SQ-Light, but do not have any clue of status. There is a newer PR for Micropython: https://github.com/apache/incubator-nuttx-apps/pull/840 Bes

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 8:51 AM wrote: > (..) > About Python: there was in the past a uPython port for Nuttx, but it > seems to be abandoned in 2016 or so. Is anybody working on a Python or > uPython port to Nuttx? Hey there Michael :-) I have updated the GitHub status with: I am finishing some p

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Simon Filgis
Hi Michael, I'm interested in SQ-Light, but do not have any clue of status. There is a newer PR for Micropython: https://github.com/apache/incubator-nuttx-apps/pull/840 Best, Simon -- Hard- and Softwaredevelopment Consultant Ingenieurbüro-Filgis USt-IdNr.: DE305343278 On Mon, Jun 20, 2022 at

Apps: SQLite/Python on Nuttx

2022-06-19 Thread michael . schmid
Dear all, I read, that SQLite was ported to Nuttx. Alan wrote that in a presentation in 2019 (https://nuttx.events/wp-content/uploads/2019/11/AAssis_nx2019.pdf). But I cant find SQLite in the 10.0.3 sources. Could somebody give me a hint, where these port is? Or is there any work in progres