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.
https://docs.google.com/document/d/1NjlUSWhqwUvrsQPBISU05ah0I0IGkEuq6BIThrkMBsg/edit?usp=shari
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
---
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 F
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 5
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:
Fro