Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-10-14 Thread Abdelatif Guettouche
That did the job! Thanks! It looks good. Looking at the demos, it looks like it's possible to add triage automation based on labels, is that right? What do you have in mind for that? With the help of a CI script or some Github bot we can automatically apply labels on PRs, maybe by using the PR des

Re: Stack overflow during system init.

2020-10-14 Thread Fotis Panagiotopoulos
As it seems, adding the flag -ffixed-r10 solves my initial problem. The application runs normally, and detects any overflows. However, indeed __stack_overflow_trap is misbehaving. Although it is declared with __attribute__((naked, no_instrument_function)), it seems that GCC is not respecting it.

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-14 Thread Gregory Nutt
You are right. I used your changes and build using -u and I still have the same issue (the board does not bootup). This is what I can see on the serial port: ADE This is debug output from arch/arm/src/stm32h7/start.c.  The hang occurs somewhere after line 412 ( showprogress('E');), and prob

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-14 Thread Eduard Niesner
You are right. I used your changes and build using -u and I still have the same issue (the board does not bootup). This is what I can see on the serial port: ADE > up_assert: Assertion failed at file:mm_heap/mm_malloc.c line: 262 task: > Idle Task Will start to debug - there might be a problem i

Re: IP Clearance

2020-10-14 Thread Matias N.
The scripts are still in a draft PR, they were not merged. I was waiting for confirmation for others to test. The remaining issue was about the ability to deal with files in submodules. Right now it just errors out. I will see I can add an option that could help with this or if the old submodule

Re: IP Clearance

2020-10-14 Thread Nathan Hartman
On Wed, Oct 7, 2020 at 12:11 PM Matias N. wrote: > I think that for any non-coding/boring task the best bet (barring a paid > employee) > is to crowdsource the effort. You could compare this to the task of enforcing > code style: > it would be a huge task to convert all NuttX files to follow the

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-10-14 Thread Brennan Ashton
On Tue, Oct 13, 2020, 2:59 PM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > > Ah. I actually was finishing up scripting to manage this and was going to > > generate it tonight. It is also capable of syncing the lists and > generating > > new boards and letting you see the PR body