Re: [PATCH] rtems-fdt/rtems-fdt.c: Fix bug in loop termination

2021-03-21 Thread Niteesh G. S.
On Sat, Mar 20, 2021 at 11:39 AM Gedare Bloom wrote: > This looks good to me. Is the bug also on 5? If so, a ticket should be > opened and a patch filed for 5.2. > This bug is also present in 5. I have filed a ticket for this https://devel.rtems.org/ticket/4350 > If someone cares to push this pl

Re: #4328: New APIs added to POSIX Standard (2021)

2021-03-21 Thread Matthew Joyce
Gentlemen, Awesome, thanks! I see how that works now...I'll give it a thorough look tomorrow and will update the spreadsheet accordingly. I'll pipe back up when I have a more accurate look of what's currently there. Thanks again and have a great Sunday! Matt On Fri, Mar 19, 2021 at 8:27 PM Joel

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-21 Thread Christian Mauderer
Hello Ayushman, On 21/03/2021 04:15, Ayushman Mishra wrote: Ayushman Hello everyone , I am very much interested in taking https://devel.rtems.org/ticket/4334 as a GSOC 2021 project. I know some basic networking concepts and would like to learn more about it and how its applied to OS like RTEMS ,

Re: [PATCH] rtems-fdt/rtems-fdt.c: Fix bug in loop termination

2021-03-21 Thread Christian Mauderer
Hello Gedare and Niteesh, I pushed the patch on master and 5. Niteesh: Thanks for finding and fixing that bug. Best regards Christian On 21/03/2021 08:04, Niteesh G. S. wrote: On Sat, Mar 20, 2021 at 11:39 AM Gedare Bloom > wrote: This looks good to me. Is th

Re: [PATCH 4/4] bsp/beagle: Ported Beagle pinmux driver to RTEMS

2021-03-21 Thread Christian Mauderer
Hello Niteesh, thanks for the patches. I tested them (together with the libbsd one) with BBB and a littlevgl demo and they work fine. I pushed them. Best regards Christian PS: Sorry for the double mail. I used the wrong sender for the list (again). On 13/03/2021 12:19, Niteesh G. S. wrote:

GSoC project: #3850 Modular Network Stacks

2021-03-21 Thread Rajiv Vaidyanathan
Hello RTEMS community, I found the ticket: Modular Network Stacks interesting. It would be great if someone can tell the current status of this ticket and what contributions can be done as a GSoC project. In the prerequisites list given, I have experience in UNIX socket programming (in C and pyth

Re: GSoC project: #3850 Modular Network Stacks

2021-03-21 Thread Joel Sherrill
On Sun, Mar 21, 2021, 9:20 AM Rajiv Vaidyanathan < rajiv.vaidyanath...@gmail.com> wrote: > Hello RTEMS community, > > I found the ticket: Modular Network Stacks interesting. It would be great > if someone can tell the current status of this ticket and what > contributions can be done as a GSoC pro

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-21 Thread Joel Sherrill
On Sun, Mar 21, 2021, 4:45 AM Christian Mauderer wrote: > Hello Ayushman, > > On 21/03/2021 04:15, Ayushman Mishra wrote: > > Ayushman > > Hello everyone , I am very much interested in taking > > https://devel.rtems.org/ticket/4334 > > as a GSOC 2021 project. I know some basic networking concepts

Re: #4328: New APIs added to POSIX Standard (2021)

2021-03-21 Thread Joel Sherrill
On Sun, Mar 21, 2021 at 2:28 AM Matthew Joyce wrote: > Gentlemen, > > Awesome, thanks! I see how that works now...I'll give it a thorough > look tomorrow and will update the spreadsheet accordingly. I'll pipe > back up when I have a more accurate look of what's currently there. > Knowing what d

Re: GSoC project: #3850 Modular Network Stacks

2021-03-21 Thread Vijay Kumar Banerjee
Hi Rajiv and Joel, On Sun, Mar 21, 2021 at 9:06 AM Joel Sherrill wrote: > > > > On Sun, Mar 21, 2021, 9:20 AM Rajiv Vaidyanathan < rajiv.vaidyanath...@gmail.com> wrote: >> >> Hello RTEMS community, >> >> I found the ticket: Modular Network Stacks interesting. It would be great if someone can tell

Re: GSoC project: #3850 Modular Network Stacks

2021-03-21 Thread Joel Sherrill
On Sun, Mar 21, 2021, 12:47 PM Vijay Kumar Banerjee wrote: > Hi Rajiv and Joel, > > On Sun, Mar 21, 2021 at 9:06 AM Joel Sherrill wrote: > > > > > > > > On Sun, Mar 21, 2021, 9:20 AM Rajiv Vaidyanathan < > rajiv.vaidyanath...@gmail.com> wrote: > >> > >> Hello RTEMS community, > >> > >> I found t

Re: GSoC project: #3850 Modular Network Stacks

2021-03-21 Thread Christian Mauderer
On 21/03/2021 18:53, Joel Sherrill wrote: On Sun, Mar 21, 2021, 12:47 PM Vijay Kumar Banerjee > wrote: Hi Rajiv and Joel, On Sun, Mar 21, 2021 at 9:06 AM Joel Sherrill mailto:j...@rtems.org>> wrote: > > > > On Sun, Mar 21, 2021, 9:20 AM R

Re: [PATCH] Basic lwIP for STM32H7 BSP

2021-03-21 Thread Robin Müller
Any progress on this issue? I am currently trying to compile the BBB BSP and the adaptations I did to the linkcmds.base file are definitely problematic.. Kind Regards Robin On Fri, 19 Feb 2021 at 08:08, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 18/02/2021 20:55, Gedare Bl

Re: [PATCH] rtems-fdt/rtems-fdt.c: Fix bug in loop termination

2021-03-21 Thread Chris Johns
On 21/3/21 10:43 pm, Christian Mauderer wrote: > I pushed the patch on master and 5. Thank you Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v3 1/3] rtems-debugger: Fixed 32bit pointers

2021-03-21 Thread Chris Johns
On 21/3/21 2:26 am, Joel Sherrill wrote: > > > On Sat, Mar 20, 2021, 1:21 AM Gedare Bloom > wrote: > > Hi Stephen, Joel: > > On Fri, Mar 19, 2021 at 9:35 AM Stephen Clark > wrote: > > > > Using 32bit types like u

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-21 Thread Ayushman Mishra
Thanks a lot for help and information , actually i am trying to setup mongoose on simple rtems application (https://devel.rtems.org/wiki/Developer/Mongoose_Web_Server) and for that right now I am trying to configure networking and file-system in the application. On Sun, Mar 21, 2021 at 8:54 PM Joe

Re: [PATCH] Add configuration option for single processor applications

2021-03-21 Thread Richi Dubey
Hi! Thanks for your review. Why not just copy how SMP EDF deals with this problem? > > https://github.com/richidubey/rtems/blob/d3d1e4bc8e616738bd5892c59f82b174c399fc0b/cpukit/include/rtems/scheduler.h#L124 > I guess that is the "right way" to put the onus on the application to > specify their co

GSoC Prerequisite Task

2021-03-21 Thread Ahamed Husni
Hi all, This is the modified hello program. I'll attach the screenshots in another email. >From 794d291f61c70dfcefb6b566e2a6a4af0fb801a5 Mon Sep 17 00:00:00 2001 From: Husni Faiz Date: Mon, 22 Mar 2021 01:18:25 +0530 Subject: [PATCH] GSoC Task Modified the hello program to meet the requireme