Re: [PATCH rtems v2 1/3] Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR

2022-08-08 Thread Sebastian Huber
On 09/08/2022 00:22, Joel Sherrill wrote: This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Thanks, looks good. -- emb

[PATCH rtems v2 3/3] cpukit/include/rtems/test-info.h: Change @returns to @return

2022-08-08 Thread Joel Sherrill
--- cpukit/include/rtems/test-info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h index ca96241..3b83953 100644 --- a/cpukit/include/rtems/test-info.h +++ b/cpukit/include/rtems/test-info.h @@ -108,14

[PATCH rtems v2 2/3] psxtimer0[12]/psxtimer.c: Reformat file header.

2022-08-08 Thread Joel Sherrill
--- testsuites/psxtests/psxtimer01/psxtimer.c | 9 ++--- testsuites/psxtests/psxtimer02/psxtimer.c | 9 ++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/testsuites/psxtests/psxtimer01/psxtimer.c b/testsuites/psxtests/psxtimer01/psxtimer.c index 560dc2e..57d23c1 100644

[PATCH rtems v2 1/3] Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR

2022-08-08 Thread Joel Sherrill
This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Updates #4691. --- cpukit/include/rtems/confdefs.h|

Re: [PATCH] cpukit/dev/can: Added CAN support

2022-08-08 Thread Christian MAUDERER
Hello Prashanth, Am 08.08.22 um 15:49 schrieb Prashanth S: Hi Christian, We have Chris Johns and Christian Mauderer on the list. In this case Chris has sent the mail. To avoid confusion, I never use a short form of my name on the list. But it's easy to mix up so don't worry about it. Oops

Re: [PATCH] cpukit/dev/can: Added CAN support

2022-08-08 Thread Prashanth S
Hi Christian, Oops, I apologize. I think I used gmail style quotes that might have added html. I will not use it. Regards Prashanth S On Mon, 8 Aug 2022 at 05:31, Chris Johns wrote: > Hi > > Could you please configure your email client to not send HTML emails to > the list? > > I am reluctant

[PATCH] 6: Enable some libstdc++ features

2022-08-08 Thread Sebastian Huber
Enable TLS support for all RTEMS targets except bfin, lm32, m68k, mips, moxie, or1k, and v850. For all RTEMS targets, define HAVE_ALIGNED_ALLOC, HAVE_AT_QUICK_EXIT, HAVE_LINK, HAVE_QUICK_EXIT, HAVE_READLINK, HAVE_SETENV, HAVE_SLEEP, HAVE_STRERROR_L, HAVE_SYMLINK, HAVE_TRUNCATE, and HAVE_USLEEP. U