[DISCUSS] Graduate NuttX as TLP

2022-06-24 Thread Nathan Hartman
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 our first non-WIP release * Merged more than 7000 PRs across incubator-nu

Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-24 Thread Pierre-Noel Bouteville
Very nice!!! Envoyé de mon iPhone > Le 24 juin 2022 à 14:51, Alan Carvalho de Assis a écrit : > > You just did it! > > Go ahead! Hehehe > > BR, > > Alan > >> On 6/24/22, Nathan Hartman wrote: >> On Fri, Jun 24, 2022 at 7:16 AM Abdelatif Guettouche < >> abdelatif.guettou...@gmail.com> wrot

Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-24 Thread Alan Carvalho de Assis
You just did it! Go ahead! Hehehe BR, Alan On 6/24/22, Nathan Hartman wrote: > On Fri, Jun 24, 2022 at 7:16 AM Abdelatif Guettouche < > abdelatif.guettou...@gmail.com> wrote: > >> > What are next steps? >> >> Release wise, nothing -- we just need to keep making releases. >> >> For graduation t

Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-24 Thread Nathan Hartman
On Fri, Jun 24, 2022 at 7:16 AM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > > What are next steps? > > Release wise, nothing -- we just need to keep making releases. > > For graduation that's a different story that we need to discuss. > There is a checklist here: > https://incu

Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-24 Thread Abdelatif Guettouche
> What are next steps? Release wise, nothing -- we just need to keep making releases. For graduation that's a different story that we need to discuss. There is a checklist here: https://incubator.apache.org/guides/graduation.html#before_you_graduate I believe we already checked most of the boxes.

Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-24 Thread Alan Carvalho de Assis
Very nice! Kudo guys! What are next steps? BR, Alan On Friday, June 24, 2022, Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > First non-WIP release! One step closer to graduation! > > On Fri, Jun 24, 2022 at 7:47 AM Tomek CEDRO wrote: > > > > CONGRATZ! :-) > > > > -- > > CeDe

Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-24 Thread Abdelatif Guettouche
First non-WIP release! One step closer to graduation! On Fri, Jun 24, 2022 at 7:47 AM Tomek CEDRO wrote: > > CONGRATZ! :-) > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: NuttX-aware debugging.

2022-06-24 Thread Fotis Panagiotopoulos
Hello everyone! I got it working. The issue is in RTOS_SetThreadReg(). For some reason g_plugin_priv.tcbinfo is NULL. I added a simple check: if (g_plugin_priv.tcbinfo == 0) { return -EINVAL; } And now it works correctly. I can submit a PR, however I have no idea how this plu