Re: [PATCH] c-user: Add application config info directives

2022-09-23 Thread Sebastian Huber
On 23.09.22 08:55, Chris Johns wrote: Do we want a single chapter with all Classic API types? Do we want a section per manager for the types? Which types should be documented? I would document them in a single chapter and only structs. There are 2 cases in relation to this thread and patch

[RTEMS SMP ISVV] : Timer Server

2022-09-23 Thread Luis Alves
Dear RTEMS community, I’m part of the team performing the Independent Software Verification and Validation (ISVV) of the RTEMS SMP Qualification Data Pack (which is being provided through https://rtems-qual.io.esa.int/). While trying to setup tests to assert the overall “Timer Server” feature

[RTEMS SMP ISVV] : rtems_clock_get_ticks_per_second and rtems_clock_get_ticks_since_boot

2022-09-23 Thread Luis Alves
Dear RTEMS community, I’m part of the team performing the Independent Software Verification and Validation (ISVV) of the RTEMS SMP Qualification Data Pack (which is being provided through https://rtems-qual.io.esa.int/). While analysing in the Software Configuration File (SCF) which items are

Re: [RTEMS SMP ISVV] : rtems_clock_get_ticks_per_second and rtems_clock_get_ticks_since_boot

2022-09-23 Thread Sebastian Huber
Hello Luis, On 23.09.22 13:20, Luis Alves wrote: Dear RTEMS community, I’m part of the team performing the Independent Software Verification and Validation (ISVV) of the RTEMS SMP Qualification Data Pack (which is being provided through https://rtems-qual.io.esa.int/

Re: [RTEMS SMP ISVV] : Timer Server

2022-09-23 Thread Sebastian Huber
On 23.09.22 13:19, Luis Alves wrote: Dear RTEMS community, I’m part of the team performing the Independent Software Verification and Validation (ISVV) of the RTEMS SMP Qualification Data Pack (which is being provided through https://rtems-qual.io.esa.int/ ).

Re: [RTEMS Project] #4722: Odd IDLE thread ID printing from various BSPs in minimum.exe

2022-09-23 Thread Joel Sherrill
Thanks Sebastian! That was way easier than I anticipated. On Fri, Sep 23, 2022, 1:40 AM RTEMS trac wrote: > #4722: Odd IDLE thread ID printing from various BSPs in minimum.exe > +- > Reporter: Mohd Noor Aman | Owner: joel@… > Type:

How can I use the GCC -frandom-seed= option with the waf build system?

2022-09-23 Thread Sebastian Huber
Hello, I have a question for the waf experts. How can I use the GCC -frandom-seed= option with the waf build system? https://stackoverflow.com/questions/73829827/how-can-i-use-the-gcc-frandom-seed-file-name-option-with-the-waf-build-system -- embedded brains GmbH Herr Sebastian HUBER Dorniers

Re: How can I use the GCC -frandom-seed= option with the waf build system?

2022-09-23 Thread Karel Gardas
On 9/23/22 18:35, Sebastian Huber wrote: Hello, I have a question for the waf experts. How can I use the GCC -frandom-seed= option with the waf build system? https://stackoverflow.com/questions/73829827/how-can-i-use-the-gcc-frandom-seed-file-name-option-with-the-waf-build-system Unix? Why

Re: How can I use the GCC -frandom-seed= option with the waf build system?

2022-09-23 Thread Sebastian Huber
On 23/09/2022 18:47, Karel Gardas wrote: On 9/23/22 18:35, Sebastian Huber wrote: Hello, I have a question for the waf experts. How can I use the GCC -frandom-seed= option with the waf build system? https://stackoverflow.com/questions/73829827/how-can-i-use-the-gcc-frandom-seed-file-name-opt

Re: How can I use the GCC -frandom-seed= option with the waf build system?

2022-09-23 Thread Joel Sherrill
On Fri, Sep 23, 2022 at 11:49 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 23/09/2022 18:47, Karel Gardas wrote: > > On 9/23/22 18:35, Sebastian Huber wrote: > >> Hello, > >> > >> I have a question for the waf experts. How can I use the GCC > >> -frandom-seed= option with t

Re: How can I use the GCC -frandom-seed= option with the waf build system?

2022-09-23 Thread Sebastian Huber
On 23/09/2022 20:27, Joel Sherrill wrote: On Fri, Sep 23, 2022 at 11:49 AM Sebastian Huber > wrote: On 23/09/2022 18:47, Karel Gardas wrote: > On 9/23/22 18:35, Sebastian Huber wrote: >> Hello, >> >> I have a question for the