On Thu, Jul 4, 2024 at 7:19 PM Gregory Nutt wrote:
>
> On 7/4/2024 4:44 PM, Alan C. Assis wrote:
> > I think Greg avoided using submodules because there are many issues
> caused
> > by it.
> >
> > In fact submodules could avoid this issue, but maybe we could have some
> > marks indicating the las
On 7/4/2024 4:44 PM, Alan C. Assis wrote:
I think Greg avoided using submodules because there are many issues caused
by it.
In fact submodules could avoid this issue, but maybe we could have some
marks indicating the last commit expected on apps/ to the current nuttx/
This way if someone git
I think Greg avoided using submodules because there are many issues caused
by it.
In fact submodules could avoid this issue, but maybe we could have some
marks indicating the last commit expected on apps/ to the current nuttx/
This way if someone git pull the nuttx/ and forgot to git pull the app
On Thu, Jul 4, 2024 at 5:21 PM Alan C. Assis wrote:
> Nice post for a guy (apparently with previous Linux experience, that type
> of person normally find their way well on NuttX) moving from baremetal to
> RTOS:
>
> https://blog.brixit.nl/moving-to-a-rtos-on-the-rp2040/
>
> The issue he commented
Nice post for a guy (apparently with previous Linux experience, that type
of person normally find their way well on NuttX) moving from baremetal to
RTOS:
https://blog.brixit.nl/moving-to-a-rtos-on-the-rp2040/
The issue he commented about "make distclean" not working is serious and we
need to find