Re: dummy folders in nuttx tree

2022-10-04 Thread Daniel Pereira Carvalho
Hi Alin, So, I suppose that if I have a custom driver that I have no reason to share and I want to keep it outside the NuttX folder tree, I can point the nuttx/driver/platform symlink to the custom driver folder. Doing this the Kconfig will appear on menuconfig. Is this correct? If this is

Re: NxWidgets

2022-10-04 Thread Gregory Nutt
For network use, there is a VNC server as well, although I am no sure of its current state.  It was recently moved to drivers/video/vnc On 10/4/2022 10:17 AM, Victor Suarez Rovere wrote: Thanks for the clarification and the pointers. I was able to find the nxmu_sendserver

Re: NxWidgets

2022-10-04 Thread Victor Suarez Rovere
Thanks for the clarification and the pointers. I was able to find the nxmu_sendserver function using the queues, from there it shouldn't be difficult to do a networked implementation. On Tue, Oct 4, 2022 at

Re: NxWidgets

2022-10-04 Thread Gregory Nutt
Yes, NX is a server within the OS.  The server side is in directories under nuttx/graphics/; the client side is an application library in libs/libnx.  The client/server interface is via POSIX messages.  Serialization (and hence multi-threaded support) is guaranteed by the POSIX message queues.

Re: NxWidgets

2022-10-04 Thread Victor Suarez Rovere
Hi Nutt thanks for the detailed description on the architecture. As far as I understand, there's no client-server function like in X, am I right? I agree that doing a per-window framebuffer should not be hard. I plan to migrate other frameworks like ImGUI too since I have some experience with it

Re: NxWidgets

2022-10-04 Thread Gregory Nutt
NxWidgets is a drawing tool in C++ that supports graphics objects.  It integrates naturally with NX. NX is the graphics server that supports multi-threaded 3D windowed displays (3D in the since that X/Y windows exists in a Z plane).  NX is the embedded, moral equivalent of X in Linux.  It is

Re: NxWidgets

2022-10-04 Thread Gregory Nutt
More screenshots here: https://cwiki.apache.org/confluence/display/NUTTX/NuttX+Presentations https://cwiki.apache.org/confluence/display/NUTTX/Graphics NxWidgets is a port of Whoopsi which was a Nintendo DS GUI framework.  I don't think that the original is still supported.  It contains many,

Re: NxWidgets

2022-10-04 Thread Victor Suarez Rovere
Many thanks of the links related to nxwidgets. I'm aware of LVGL and other nice UI for embedded systems but I prefer a framework that would be easier to manage in a client-server fashion for a project of muy own, and nxwidgets seems easier than LVGL besides less advanced. A modernization of the

Re: NxWidgets

2022-10-04 Thread Tomek CEDRO
On Tue, Oct 4, 2022 at 4:37 PM Alan C. Assis wrote: > Hi Victor, > Please see page 43 to see some nice interfaces developed using NXWidgets: > https://web.archive.org/web/20161019222034/http://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/22051/Aimonen.pdf > You can look the NXWM to see some

Re: NuttX Wikipedia entry vandalized

2022-10-04 Thread Tomek CEDRO
On Tue, Oct 4, 2022 at 4:47 PM Alin.Jerpelea wrote: > Hi All, > Looking at history, the claim regarding content (that we had during summer) > and the edit history > I think that the editor did not compare our page with other RTOS. > https://en.wikipedia.org/wiki/Zephyr_(operating_system) >From

RE: NuttX Wikipedia entry vandalized

2022-10-04 Thread alin.jerpe...@sony.com
Hi All, Looking at history, the claim regarding content (that we had during summer) and the edit history I think that the editor did not compare our page with other RTOS. https://en.wikipedia.org/wiki/Zephyr_(operating_system) Best regards Alin -Original Message- From: Alan C. Assis

Re: NxWidgets

2022-10-04 Thread Alan C. Assis
Hi Victor, Please see page 43 to see some nice interfaces developed using NXWidgets: https://web.archive.org/web/20161019222034/http://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/22051/Aimonen.pdf You can look the NXWM to see some examples of screens using NXWidgets. BR, Alan On

NuttX Wikipedia entry vandalized

2022-10-04 Thread Alan C. Assis
Hi Eveyone, I went to Wikipedia to get a link to show Victor about nice project using NXWidgets and NXWM, but I noticed the page is "completely" empty. Just look the history and click on October 2021 to see the difference. BR, Alan

Re: NxWidgets

2022-10-04 Thread Tomek CEDRO
On Tue, Oct 4, 2022 at 11:04 AM Victor Suarez Rovere wrote: > Hi > I'm interested on trying some UI code. NxWidgets seems quite interesting > but I haven't seen any screenshot besides a terminal (that uses no > widgets). Is there any more complex application por demo, or at least some >

NxWidgets

2022-10-04 Thread Victor Suarez Rovere
Hi I'm interested on trying some UI code. NxWidgets seems quite interesting but I haven't seen any screenshot besides a terminal (that uses no widgets). Is there any more complex application por demo, or at least some screenshots? Regards, Víctor

RE: dummy folders in nuttx tree

2022-10-04 Thread alin.jerpe...@sony.com
Hi Daniel, There are boards (ex Spresense) that use drivers that are unique for those platforms In this case we use the symlinks to drivers folder but keep the drivers under the specific board that uses them Best regards Alin -Original Message- From: Daniel Pereira Carvalho Sent: