This work was part of GCI 2018.
---
cpu-supplement/sparc_v8_stacks_regwin.rst | 97 +++
1 file changed, 48 insertions(+), 49 deletions(-)
diff --git a/cpu-supplement/sparc_v8_stacks_regwin.rst
b/cpu-supplement/sparc_v8_stacks_regwin.rst
index 0efba1b..19a62ab 100644
--- a/cpu
Hi guys,
Here is the updated patch with removing a comment.
Thanks
Himanshu
From ae6e00db59a2f7c429b9af14d8c05c0eeda4b008 Mon Sep 17 00:00:00 2001
From: Himanshu40
Date: Tue, 20 Nov 2018 06:41:58 +0530
Subject: [PATCH] psxtmutexattr01: Added new POSIX timing suite -v2 (GCI 2018)
---
testsuites
Hello Antonio,
I have noticed that you have tried to map
RTEMS network applications to LwIP.
You have tried to use LwIP headers instead
of NewLib provided ones. To integrate read, write,
close etc. correctly it is necessary to use
RTEMS FDs and map them to LwIP ones.
See my description in RTEMS W
Hi guys,
Here is the new POSIX timing suite.
Thanks
Himanshu
From 0c90c095e7b5f862e08131755b2609a541b6b7b0 Mon Sep 17 00:00:00 2001
From: Himanshu40
Date: Tue, 20 Nov 2018 01:21:54 +0530
Subject: [PATCH] psxtmmutexattr01: Added new POSIX timing suite(GCI 2018)
---
testsuites/psxtmtests/Makefil
Hi guys,
Currently I am working under a new test suite "psxtmmutexattr01" where all
test cases works with except
"pthread_mutexattr_setrobust/pthread_mutexattr_getrobust".
I had searched on internet that we have to declare a macro test for that
and I had done by giving #define _GNU_SOURCE but see