GSOC2024_Yang_Adding SPI, Watchdog and SD card support to Raspberry Pi 4B BSP

2024-03-15 Thread Ning Yang
Hello everyone, I have included the SD card support part in my proposal, please let me know how I can continue to improve it. The SD card support is complex, any suggestions would be very appreciated.

Re: Hello World

2024-03-15 Thread Muhammad Hamdy
Thanks Gedare done.On Mar 15, 2024, at 8:04 PM, Gedare Bloom wrote:Thanks, please send the patch for your commit, and then add yourself to the proposal tracking table at https://devel.rtems.org/wiki/GSoC/2024#ContributorsProposalsOn Thu, Mar 14, 2024, 2:03 PM Muhammad Hamdy

Subject: [PATCH] changing the hello world message.

2024-03-15 Thread Muhammad Hamdy
--- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 622a9da..d78f5dd 100644 --- a/hello.c +++ b/hello.c @@ -9,6 +9,6 @@ rtems_task Init( rtems_task_argument ignored ) { - printf( "\nHello From Cairo, its me Hamzy\n" ); + printf( "\nHello

Re: [RFC] Adding RISC-V Vector support to RTEMS

2024-03-15 Thread Sebastian Huber
Hello Ken, On 14.03.24 18:33, ken.un...@microchip.com wrote: Hello RTEMS experts, We’re in the process of implementing support for RTEMS on a new RISC-V platform.  Among other things, our processor core supports the RISC-V Vector ISA (RVV), with its 32 vector registers which in our case are

Re: [PATCH v2] user: Add docu for use of Rust with RTEMS

2024-03-15 Thread Frank Kühndel
Ping! The last discussion of this patch was https://lists.rtems.org/pipermail/devel/2024-February/077289.html Does the fact that I recive no further comments to this patch mean it can be pushed to the RTEMS User Manual as it is? Greetings Frank On 2/23/24 17:29, Frank Kuehndel wrote: