Re: [PATCH] fixed warning related to spstdc17

2023-10-26 Thread Sebastian Huber
On 27.10.23 03:43, zack leung wrote: ping On Tue, 24 Oct 2023 at 22:17, zack leung > wrote: that didn't work but i'm thinking of defining a char array that is equal to the size of the processor lock and the isr lock? This is a bit complicated and

Re: [PATCH] fixed warning related to spstdc17

2023-10-26 Thread zack leung
ping On Tue, 24 Oct 2023 at 22:17, zack leung wrote: > that didn't work but i'm thinking of defining a char array that is equal > to the size of the processor lock and the isr lock? i figured that the > processor lock is 64 bits and isr lock is a one bit? > I'm confused on how to make an api d

[PATCH] build: Improve testsuite build selection

2023-10-26 Thread Sebastian Huber
Enable an individual testsuite only through the corresponding enable. Use BUILD_TESTS to change the default value of the individual testsuite enable options. This allows the user to enable all testsuites with specific exceptions. For example, this builds all testsuites except the benchmarks: [ar

[PATCH] build: Exclude performance test if RTEMS_GCOV_COVERAGE

2023-10-26 Thread Sebastian Huber
The code coverage build is usually done without compiler optimizations. This results in long performance test runtimes and useless performance results. --- spec/build/testsuites/validation/performance-no-clock-0.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/build/t