Re: [PATCH] score: Move _IO_Relax() to new

2023-07-28 Thread Sebastian Huber
On 24.07.23 21:45, Joel Sherrill wrote: On Mon, Jul 24, 2023 at 10:49 AM Sebastian Huber > wrote: On 24.07.23 17:34, Joel Sherrill wrote: > > What about the other io methods in score like for gcov and hashing? > Is there a better loc

Re: [PATCH] score: Move _IO_Relax() to new

2023-07-24 Thread Sebastian Huber
On 24.07.23 21:45, Joel Sherrill wrote: On Mon, Jul 24, 2023 at 10:49 AM Sebastian Huber > wrote: On 24.07.23 17:34, Joel Sherrill wrote: > > What about the other io methods in score like for gcov and hashing? > Is there a better l

Re: [PATCH] score: Move _IO_Relax() to new

2023-07-24 Thread Joel Sherrill
On Mon, Jul 24, 2023 at 10:49 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 24.07.23 17:34, Joel Sherrill wrote: > > > > What about the other io methods in score like for gcov and hashing? > > Is there a better location for those? > > We could move everything in rtems/score/

Re: [PATCH] score: Move _IO_Relax() to new

2023-07-24 Thread Sebastian Huber
On 24.07.23 17:34, Joel Sherrill wrote: What about the other io methods in score like for gcov and hashing? Is there a better location for those? We could move everything in rtems/score/io.h to rtems/dev/io.h. The gcov stuff could be moved to rtems/test-gcov.h. -- embedded brains GmbH Herr

Re: [PATCH] score: Move _IO_Relax() to new

2023-07-24 Thread Joel Sherrill
No comments on this. Thanks and push it. I think you sent this the day we lost power for 8 hours. :( What about the other io methods in score like for gcov and hashing? Is there a better location for those? --joel On Mon, Jul 24, 2023 at 10:13 AM Sebastian Huber < sebastian.hu...@embedded-brain

Re: [PATCH] score: Move _IO_Relax() to new

2023-07-24 Thread Sebastian Huber
Hello Joel, On 18.07.23 09:59, Sebastian Huber wrote: This function is not a super core service. any comments to this patch? -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-1

[PATCH] score: Move _IO_Relax() to new

2023-07-18 Thread Sebastian Huber
This function is not a super core service. --- bsps/shared/grlib/uart/apbuart_polled.c | 2 +- cpukit/{score/src => dev}/iorelax.c | 4 +- cpukit/include/rtems/dev/io.h | 68 + cpukit/include/rtems/score/io.h | 8 --- spec/build/cpukit/librtemscpu.y