Re: Project Discussion for GSoC 2023

2023-02-21 Thread Viraj Jagadale
Hi Daniel and Gabriel, Thank you for responding. I don't own an ARTY A7-100T board. As suggested, I will study the GRETH_GBIT manual at the same time. Can I refer to the DP83848 or LAN8742A documentation for stm32, both of which support legacy stack and lwip? If not, could you please recommend a d

[PATCH rtems-source-builder 2/2] 6/rtems-default.bset: Update binutils version to 2.40

2023-02-21 Thread Joel Sherrill
--- rtems/config/6/rtems-default.bset | 2 +- rtems/config/tools/rtems-binutils-2.40.cfg | 13 + 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-binutils-2.40.cfg diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/r

[PATCH rtems-source-builder 1/2] Update to gdb 13.1 for rtems 6

2023-02-21 Thread Joel Sherrill
--- rtems/config/6/rtems-default.bset | 2 +- rtems/config/tools/rtems-gdb-13.1.cfg | 16 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gdb-13.1.cfg diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default

RE: [PATCH v1 0/1] Update rtems-llvm to version 11.1.0

2023-02-21 Thread Jan.Sommer
Hello everyone, I tried to build a riscv BSP with the information from Hesham. Thanks again. It now compiles the files, but produces a lot of warnings and fails to link in the end. The warnings are of this type ../../../cpukit/score/cpu/riscv/riscv-exception-handler.S:48:10: warning: unknown op

AW: Project Discussion for GSoC 2023

2023-02-21 Thread Gabriel.Moyano
Hi Viraj, We ported the driver for greth to rtems-libbsd in the past but never got to submit it (it might need some further refinement). The driver depends on the driver manager (drvmgr). Not sure if this is the best approach but it is a good starting point and we’d be happy to share it. Best