Re: (Standard | Recommended) way to create NuttX applications

2021-05-23 Thread Flavio Castro Alves Filho
Em sáb., 22 de mai. de 2021 às 18:01, Gregory Nutt escreveu: > > > > In my application, I am not using nutshell. > > > > But I was wondering if is it the best, or correct or recommended way to do. > > I don't think there is a best or recommended in this case. You should > do what is best for you

Re: (Standard | Recommended) way to create NuttX applications

2021-05-22 Thread Gregory Nutt
In my application, I am not using nutshell. But I was wondering if is it the best, or correct or recommended way to do. I don't think there is a best or recommended in this case.  You should do what is best for you and for the final product. Often people build NSH in their development

Re: (Standard | Recommended) way to create NuttX applications

2021-05-22 Thread Flavio Castro Alves Filho
igs_can_fly " > > Int pigs_can_fly (int argc, char *argv[]) > { > return ...; > } > > -Original Message- > From: Gregory Nutt [mailto:spudan...@gmail.com] > Sent: Saturday, May 22, 2021 7:12 AM > To: dev@nuttx.apache.org > Subject: Re: (Standard | Reco

RE: (Standard | Recommended) way to create NuttX applications

2021-05-22 Thread David Sidrane
ot;pigs_can_fly " Int pigs_can_fly (int argc, char *argv[]) { return ...; } -Original Message- From: Gregory Nutt [mailto:spudan...@gmail.com] Sent: Saturday, May 22, 2021 7:12 AM To: dev@nuttx.apache.org Subject: Re: (Standard | Recommended) way to create NuttX applications >

Re: (Standard | Recommended) way to create NuttX applications

2021-05-22 Thread Gregory Nutt
This question is more of a curiosity. Which is the most used, or recommended to implement and deploy an application in a NuttX environment? I saw that it is possible to have several applications to be called by NuttShell, and you can set applications to run when NuttShell starts. It is also