Re: ZeroMQ

2023-02-03 Thread David S. Alessio
All, ZeroMQ is/was quite popular, but its author redesigned it, created a much cleaner implementation called “nanomsg”, ref: https://nanomsg.org/documentation-zeromq.html ref: https://nanomsg.org/index.html

RE: Custom SAMA5 dual-role ("OTG") usb

2023-02-03 Thread Tim Hardisty
>-Original Message- >From: Tim Hardisty >Sent: 03 February 2023 11:13 >1) to have a CONFIG_SAMA5_USB_DRP option in the SAMA5 Kconfig. Actually - I just found of course I can put that option in my board's Kconfig which would be better and much safer.

Custom SAMA5 dual-role ("OTG") usb

2023-02-03 Thread Tim Hardisty
I am implementing non-standard dual-role USB support for my SAMA5D27 board, using an external usb-c controller (FUSB302) to determine the required role and then set things up as necessary. Nearly there and, although it is mostly board-specific, it does need some minor changes to one or more cor

Re: ZeroMQ

2023-02-03 Thread Xiang Xiao
On Fri, Feb 3, 2023 at 4:31 PM Marco Casaroli wrote: > Hello, > > I've been experimenting to build ZeroMQ work with NuttX and I wanted to > share my results so far. > > TLDR: it works > > Please, understand that I am very new to NuttX so please tell me with any > conceptual errors I might be faci

Re: Including Lua scripts on filesystem

2023-02-03 Thread Xiang Xiao
As I said before, most features I talk about is disabled by default. Nobody forbids you to use an alternative approach. On Fri, Feb 3, 2023 at 6:40 AM Alan C. Assis wrote: > Hi Sebastien, > > Please once again, don't start a frame war, we need people to > contribute to NuttX, to make our loved p

ZeroMQ

2023-02-03 Thread Marco Casaroli
Hello, I've been experimenting to build ZeroMQ work with NuttX and I wanted to share my results so far. TLDR: it works Please, understand that I am very new to NuttX so please tell me with any conceptual errors I might be facing! https://github.com/casaroli/incubator-nuttx/tree/zeromq I think