Re: Help need to understand Nuttx build process

2024-09-05 Thread Nathan Hartman
On Thu, Sep 5, 2024 at 9:37 PM Gregory Nutt wrote: > One more time... I meant to respond to the list. > > On 9/5/2024 6:54 PM, Ritvik Tanksalkar wrote: > > Hi Gregory, > > > > Thanks alot for pointing me to the correct documentation, just what I > > needed!. > > > > Warm Regards, > > Ritvik Tanks

Re: handling exceptions in C / NuttX

2024-09-05 Thread Nathan Hartman
On Thu, Sep 5, 2024 at 9:02 PM Tomek CEDRO wrote: > Hello world :-) > > I am working more in C recently than in for instance Python. Using > structures with pointers to structures or even pointers to functions > with pointer parameters. The problem is for instance some pointers > will not always

Fwd: Help need to understand Nuttx build process

2024-09-05 Thread Gregory Nutt
One more time... I meant to respond to the list. On 9/5/2024 6:54 PM, Ritvik Tanksalkar wrote: Hi Gregory, Thanks alot for pointing me to the correct documentation, just what I needed!. Warm Regards, Ritvik Tanksalkar There is a lot of critical technical documentation in Confluence under th

handling exceptions in C / NuttX

2024-09-05 Thread Tomek CEDRO
Hello world :-) I am working more in C recently than in for instance Python. Using structures with pointers to structures or even pointers to functions with pointer parameters. The problem is for instance some pointers will not always be null but still invalid so the references cause panic and reb

Re: Help need to understand Nuttx build process

2024-09-05 Thread Ritvik Tanksalkar
Hi Gregory, Thanks alot for pointing me to the correct documentation, just what I needed!. Warm Regards, Ritvik Tanksalkar On Thu, Sep 5, 2024 at 6:35 PM Gregory Nutt wrote: > See https://cwiki.apache.org/confluence/display/NUTTX/NuttX+Simulation > > On 9/5/2024 1:47 PM, Ritvik Tanksalkar wr

Help need to understand Nuttx build process

2024-09-05 Thread Ritvik Tanksalkar
Hi, I'm trying to understand the build process of the nuttx kernel using the configuration for *sim:posix_spawn*. I see that the *sim* architecture has a *nuttx-names.in * which the linker uses and likely creates the *nuttx-names.dat* during the build process. The symbols I

Re: Help wanted!

2024-09-05 Thread Matteo Golin
Hello Nathan, I'd be interested in helping out where I can. Is there a list of steps/processes that normally go into a PR review so that I could reference something while reviewing to make sure I don't miss anything important? Or is the review process more on a per-PR basis of deciding what to che