Re: [OT] Moving to a RTOS on the RP2040

2024-07-04 Thread Nathan Hartman
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

Re: [OT] Moving to a RTOS on the RP2040

2024-07-04 Thread Gregory Nutt
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

Re: [OT] Moving to a RTOS on the RP2040

2024-07-04 Thread Alan C. Assis
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

Re: [OT] Moving to a RTOS on the RP2040

2024-07-04 Thread Nathan Hartman
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

[OT] Moving to a RTOS on the RP2040

2024-07-04 Thread Alan C. Assis
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