---
tester/rt/stty.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tester/rt/stty.py b/tester/rt/stty.py
index 130318d..fca026a 100644
--- a/tester/rt/stty.py
+++ b/tester/rt/stty.py
@@ -558,7 +558,7 @@ class tty(object):
self._update()
def read(self):
-
From: Rajiv Vaidyanathan
---
testsuites/samples/hello/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..7cc23f24ff 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/he
From: Rajiv Vaidyanathan
---
testsuites/samples/hello/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..7cc23f24ff 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/he
Hello,
I implemented the new Interrupt Manager directives for the powerpc/qemu
BSPs. The new validation tests pass now on real hardware (MVME2500).
Passed:662
Failed: 3
User Input: 5
Expected Fail: 1
Indeterminate: 0
Benchmark: 3
Timeout: 0
Test too long
Great! As Christain pointed out on Discord, Gedare has
already created a GSoC 2022 page:
https://devel.rtems.org/wiki/GSoC/2022
Add yourself to the table. Please send a screenshot of running
the modified hello world.
--joel
On Tue, Jan 11, 2022 at 6:32 AM Rajiv Vaidyanathan
wrote:
>
> From: Ra