RE: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread alin.jerpe...@sony.com
I think that we should modify the paths so that we use nuttx and nuttx_apps folders. In my opinion this will be less confusing for the users Best regards Alin -Original Message- From: Tomek CEDRO Sent: den 28 juni 2022 02:55 To: dev@nuttx.apache.org Subject: Re: [DISCUSS] Graduate Nut

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Tomek CEDRO
Congratulations on NuttX Graduation and all of the achievements! :-) On Mon, Jun 27, 2022 at 6:18 PM Alan Carvalho de Assis wrote: > I don't know you guys but I hate this incubator-nuttx and > incubator-nuttx-apps repositories names. > > I hope we get github.com/apache/nuttx and github.com/apache

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Alan Carvalho de Assis
Yes, it is all details, but it is better to use a repository name that users don't need pass that name in the configure or keep passing a name after the clone command. So let us think how to make the life of users easier. BR, Alan On 6/27/22, Abdelatif Guettouche wrote: > Yes, we can do that,

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Abdelatif Guettouche
Yes, we can do that, and this is what most of us do (although I forgot the last time I had to clone the repos). On the other hand, ./configure accepts a different apps path with the -a option. It just defaults to ../apps, but technically it can be anywhere and named anything. On Tue, Jun 28, 202

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Nathan Hartman
On Mon, Jun 27, 2022 at 5:56 PM Alan Carvalho de Assis wrote: > > On 6/27/22, Abdelatif Guettouche wrote: > > For the checklist, there are two points where we gonna need external > > help, probably from our mentors: > > > > 1. Demonstrate ability to create Apache releases > > 2. Demonstrate commu

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Alan Carvalho de Assis
On 6/27/22, Abdelatif Guettouche wrote: > For the checklist, there are two points where we gonna need external > help, probably from our mentors: > > 1. Demonstrate ability to create Apache releases > 2. Demonstrate community readiness > > For the first one, Nathan has summarized above the work th

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Abdelatif Guettouche
For the checklist, there are two points where we gonna need external help, probably from our mentors: 1. Demonstrate ability to create Apache releases 2. Demonstrate community readiness For the first one, Nathan has summarized above the work that has been done. We believe that the project has de

Re: Fwd: [MENTORS] Podling reports for July

2022-06-27 Thread Nathan Hartman
On Mon, Jun 20, 2022 at 8:23 AM Pavel Pisa wrote: > > Hello everybody, > > the is mirror shift of past to the future by some time-machine > > Date of last release: > > NuttX-10.2.0 was released on 2022-11-23. > NuttX-10.3.0-RC4 is currently pending IPMC voting. Thanks Pavel. This should be fixed

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Alin Jerpelea
+1 for graduation and +1 for the joke idea Thanks Alin On Mon, 27 Jun 2022, 19:18 Alan Carvalho de Assis, wrote: > Hahaha, I liked that joke! Alin, please use this same joke in the NuttX > Online Workshop thread! > > +1 to graduation! > > I don't know you guys but I hate this incubator-nuttx an

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Alan Carvalho de Assis
Hahaha, I liked that joke! Alin, please use this same joke in the NuttX Online Workshop thread! +1 to graduation! I don't know you guys but I hate this incubator-nuttx and incubator-nuttx-apps repositories names. I hope we get github.com/apache/nuttx and github.com/apache/apps soon (hope they ac

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Nathan Hartman
On Fri, Jun 24, 2022 at 12:46 PM Nathan Hartman wrote: > > Hi folks, > > It's time to start the [DISCUSS] thread about GRADUATION! > > Project Highlights Since Incubation: > > * Incubating since 2019-12-09 > * New website, nuttx.apache.org > * Shipped 8 releases under the ASF Incubator, including

Re: NuttX-aware debugging.

2022-06-27 Thread Fotis Panagiotopoulos
> Could you try this patch? I just tried it, and it works correctly. Thank you! Also, can you please check whether you can build the plug-in with -fPIC? If it is needed for some distros, and it is not harmful for the rest, we may add it permanently. On Sat, Jun 25, 2022 at 3:34 PM Xiang Xiao