[RTEMS-NET-LEGACY PATCH] waf: List all source built and installed

2023-03-26 Thread chrisj
From: Chris Johns - Remove scanning the file system for files to build and install. - Install list checked against an RTEMS 5.3 networking build. Closes #4887 --- bsp_drivers.py | 244 +++- netlegacy.py| 148 +-

Re: [PATCH] tester/bsps: change stm32h7-stlink to handle SIGTRAP as a nostop

2023-03-26 Thread Chris Johns
OK to push Thanks Chris On 25/3/2023 10:11 am, Karel Gardas wrote: > The ST-Link GDB server throws spurious SIGTRAP into the GDB sometimes. > When this happen, the gdb exits immediately as it's run in batch/script > manner. Unfortunately this may be while testcase itself is still running > and

GSOC Proposal - SiFive HiFive Unleashed RISC-V port for RTEMS

2023-03-26 Thread Amna Mannan
Hello everyone, I'm Amna Mannan, wanted to share my proposal for this year with you. I'll be to glad to know more about this proposal. I have updated the GSOC 2023 wiki. Here's a link to my proposal. https://docs.google.com/document/d/1-RfydFwHBI5dvJKJu9TLpVI9wmVRcrqcTuHLJGBNTME/edit?usp=sharing

[PATCH] Hello World Task

2023-03-26 Thread Aryan Karawale
--- testsuites/samples/hello/.vscode/settings.json | 5 + testsuites/samples/hello/init.c| 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 testsuites/samples/hello/.vscode/settings.json diff --git a/testsuites/samples/hello/.vscode/settings.json