Re: Options to contribute to NuttX without github?

2024-03-22 Thread Sebastien Lorquet
Hi, I realistically know that ai cant be avoided while there is money to be made. I have no problems contributing bits to NuttX knowing that they will feed the beast. The reason I started this, is that I wanted to take the symbolic step to *entirely delete* my github account, instead of ke

YOLO machine learning on nuttx and more

2024-03-22 Thread justin linotte
Hello, i do not master Nuttx deeply, but i want to create a system using Computer vision to naviguate I develop my system on a raspberry pi pico board with nuttx on it and i see in the docs that there is support for machine learning like YOLO (you only look once), but there is no more documentation

Re: YOLO machine learning on nuttx and more

2024-03-22 Thread Alan C. Assis
Hi Justin, Welcome to NuttX!!! There are many people contributing things to NuttX and to be honest I didn't know NuttX had support for YOLO until I saw your email. I'm glad you are here because we need Documentation to it: https://nuttx.apache.org/docs/latest/applications/mlearing/darknet/index.

Re: exFAT or other large options for file system storage.

2024-03-22 Thread Tomek CEDRO
On Fri, Mar 22, 2024 at 7:54 PM Alan C. Assis wrote: > Hi Dmitri, > But I think even an open-source implementation will end-up paying > royalties, unless you are member of OIN: > https://www.paragon-software.com/exfat-license/ Here is a good page on exFAT along with Legal Status and List of Imple

Please test your board: Some recent modification

2024-03-22 Thread Alan C. Assis
Very everyone, It seems like some recent modification in the mainline generated some bad side effects, none command is working. I'm pretty sure everything was working yesterday! If you have a Bluepill board you can try to reproduce it this way: $ git clone https://github.com/apache/nuttx-apps ap

Re: exFAT or other large options for file system storage.

2024-03-22 Thread Xiang Xiao
If you search exfat implementation: FatFS from http://elm-chan.org/fsw/ff/00index_e.html is a good choice, since it's: 1. has a better friend license than GPL/LGPL 2. designed for small embedded device natively BTW, if the community wants another fat implementation, we could upstream NuttX