Does anyone have any objections to this?
See also https://lists.rtems.org/pipermail/devel/2021-July/068086.html for the
cover letter.
Best regards,
Jan
> -Original Message-
> From: Sommer, Jan
> Sent: Thursday, July 1, 2021 5:44 PM
> To: devel@rtems.org
> Cc: softw...@gaisler.com;
Dr. Joel,
Please see my v3 attached for your review.
Major Changes:
1) Refactors condwaitsupp.c. Makes only one call to
set_timeout_argument(); gets clock from attributes then uses
that clock to make only one call to enqueue_with_timeout.
2) Defines CLOCK_NOT_SPECIFIED in condimpl.h, uses static
Added implementation of the pthread_cond_clockwait()
method to cpukit/posix/src/condclockwait.c. Additional
logic added to condwaitsupp.c to implement the new
method. Pthread_cond_clockwait() has been added to the
Issue 8 POSIX Standard.
psxcond03 test added to testsuites/psxtests to test the
newl
On Mon, Aug 16, 2021 at 4:14 PM Ida Delphine wrote:
>
> Signed-off-by: Ida Delphine
>
> This command helps to check for style issues or reformat code given a file
> or directory. There are 4 flags:
> * -c, --check : Checks for style issues
> * -r, --reformat : Reformats the code
> * -p, --path :
---
tester/rtems/testing/bsps/kcu105_qemu.ini | 38 +++
tester/rtems/testing/qemu.cfg | 2 +-
2 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 tester/rtems/testing/bsps/kcu105_qemu.ini
diff --git a/tester/rtems/testing/bsps/kcu105_qemu.ini
b/t
Hi Alex,
OK to push and thanks
Chris
On 26/8/21 12:44 pm, Alex White wrote:
> ---
> tester/rtems/testing/bsps/kcu105_qemu.ini | 38 +++
> tester/rtems/testing/qemu.cfg | 2 +-
> 2 files changed, 39 insertions(+), 1 deletion(-)
> create mode 100644 tester/rtems/