Hi,
My current progress and plan for next week are as follows.
Current progress:
Solved code consistency problem following instructions
Finished code cleanup
Next:
Convert the output to Markdown
Convert the output to HTML and PDF
Best,
Dannie
___
deve
Hello,
This week I spent some time trying to build the leon3 bsp with -Os and
-ftest-coverage
options. I was getting a lot of errors with this, I tried to build with -O0
option,
and it build properly. Gedare pointed in the last meeting that this might
be an error
with the compiler.
I experimented
Check the interrupt stacks of all processors. Set up the interrupt
stack of the current processor for high water testing in the thread
begin extension. This must be done after multi-threading started, since
the initialization stacks may reuse the interrupt stacks. Disable
thread dispatching in S
Update #3459.
---
cpukit/libmisc/stackchk/check.c | 109 ++--
1 file changed, 49 insertions(+), 60 deletions(-)
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index 4643e7601a..974d0eb5e5 100644
--- a/cpukit/libmisc/stackchk/chec
On 20/06/2018 17:02, Sebastian Huber wrote:
> On 20/06/18 08:57, Chris Johns wrote:
>>> If we want to move it out the RTEMS sources, then there are some
>>> license issues.
>> What is the issue? Would the license stay as is even if the source stays the
>> same or is modified?
>>
>
> The files have
On 20/06/18 08:57, Chris Johns wrote:
If we want to move it out the RTEMS sources, then there are some
license issues.
What is the issue? Would the license stay as is even if the source stays the
same or is modified?
The files have no license information themself. I don't know the license
co