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
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
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
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
> 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.
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
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
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