Re: ARM -m startup does not check for idle thread stack space

2022-11-04 Thread Alan C. Assis
On 11/4/22, Nathan Hartman wrote: > On Fri, Nov 4, 2022 at 4:32 PM Alan C. Assis wrote: > >> Hi Nathan, >> >> Do you have some other idea? >> >> "Just add another symbol" is not a good idea. >> >> We are going to pass Linux kernel Kconfig is one day or two :-) >> >> I think we need to simplify ou

Re: ARM -m startup does not check for idle thread stack space

2022-11-04 Thread Nathan Hartman
On Fri, Nov 4, 2022 at 4:32 PM Alan C. Assis wrote: > Hi Nathan, > > Do you have some other idea? > > "Just add another symbol" is not a good idea. > > We are going to pass Linux kernel Kconfig is one day or two :-) > > I think we need to simplify our Kconfig, not to make each more complex > ever

Re: ARM -m startup does not check for idle thread stack space

2022-11-04 Thread Alan C. Assis
Hi Nathan, Do you have some other idea? "Just add another symbol" is not a good idea. We are going to pass Linux kernel Kconfig is one day or two :-) I think we need to simplify our Kconfig, not to make each more complex every single day. BR, Alan On 11/4/22, Nathan Hartman wrote: > On Fri,

Re: write-only interrupt registers

2022-11-04 Thread Tim Hardisty
I had a brain-splat. This is a non-issue. 40 years doing software and I randomly still get the basics wrong! On 03/11/2022, 18:19, "TimH" wrote:

Re: ARM -m startup does not check for idle thread stack space

2022-11-04 Thread Nathan Hartman
On Fri, Nov 4, 2022 at 4:06 PM Nathan Hartman wrote: > On Fri, Nov 4, 2022 at 2:12 PM Carlos Sanchez > wrote: > >> It is exactly the same issue, I should have checked there, apologies for >> duplicating. Shall we continue the discussion there? >> >> In any case, I do not think it is such an unco

Re: ARM -m startup does not check for idle thread stack space

2022-11-04 Thread Nathan Hartman
On Fri, Nov 4, 2022 at 2:12 PM Carlos Sanchez wrote: > It is exactly the same issue, I should have checked there, apologies for > duplicating. Shall we continue the discussion there? > > In any case, I do not think it is such an uncommon scenario... We have hit > it in our application (that is w

Re: ARM -m startup does not check for idle thread stack space

2022-11-04 Thread Carlos Sanchez
It is exactly the same issue, I should have checked there, apologies for duplicating. Shall we continue the discussion there? In any case, I do not think it is such an uncommon scenario... We have hit it in our application (that is why we saw it). I mostly agree with the OP of the original bug re

IPMC graduation vote started

2022-11-04 Thread Nathan Hartman
Dear NuttX community, The IPMC [VOTE] thread to graduate NuttX to TLP has started at: https://lists.apache.org/thread/y4fkgpc05nhb1v8hp0rbpmjq06vz629b Please feel free to express your support by participating! Even if you're not a member of the IPMC and the vote is non-binding (please say so wit

Re: ARM -m startup does not check for idle thread stack space

2022-11-04 Thread Fotis Panagiotopoulos
I think this issue is related? https://github.com/apache/incubator-nuttx/issues/2001 On Thu, Nov 3, 2022 at 9:12 PM Alan C. Assis wrote: > Hi Carlos, > > I tested and confirmed the issue: > > $ patch -p1 < > ~/Desktop/0001-Changes-to-force-fill-bss-section-causing-sp-past-th.patch > patching f