[PATCH] coverage/symbol-sets.ini : Add libuuid

2021-04-08 Thread Alex White
--- tester/rtems/testing/coverage/symbol-sets.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/rtems/testing/coverage/symbol-sets.ini b/tester/rtems/testing/coverage/symbol-sets.ini index 52e25ff..b2e0e5d 100644 ---

Questions about waf config system: "grp" and updating configure.ac

2021-04-08 Thread Peter Dufault
I wanted to fix default console baud rate handling in "powerpc/beatnik" (and thus in anything using powerpc/shared/console). I believe: - The bsps (at least the "motload" ones) start up with the baud rate set by "motload" and some of the RTEMS tests actually work, that is, the baud rate must

Re: #3860 - GSoC enquiries

2021-04-08 Thread Ida Delphine
Hello All, Just a gentle reminder to please help me review this my proposal draft and help me with ways to make it better :) https://docs.google.com/document/d/1VADJh3_kIhs578IEmBJ98rjR6p5E1XcksUkq1Ms4jRA/edit?usp=sharing Cheers, Ida On Thu, 8 Apr 2021, 6:51 am Ida Delphine, wrote: > Hello

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-08 Thread Sebastian Huber
Hello Peter, On 08/04/2021 20:58, Peter Dufault wrote: I wanted to fix default console baud rate handling in "powerpc/beatnik" (and thus in anything using powerpc/shared/console). I believe: - The bsps (at least the "motload" ones) start up with the baud rate set by "motload" and some of the

Re: [PATCH RTEMS] bsps/beagle: Refactored i2c driver

2021-04-08 Thread Christian MAUDERER
Hello Vijay and Niteesh, Am 08.04.21 um 04:17 schrieb Vijay Kumar Banerjee: On Wed, Apr 7, 2021 at 7:56 PM Niteesh G. S. wrote: Hello Vijay, On Sun, Mar 28, 2021 at 1:42 AM Vijay Kumar Banerjee wrote: Hi Niteesh, Thanks for the patch. I have some questions below. On Mon, Mar 22, 2021

Re: #3860 - GSoC enquiries

2021-04-08 Thread Ida Delphine
I just did. On Thu, 8 Apr 2021, 7:11 am Gedare Bloom, wrote: > Please enable commenting > > On Wed, Apr 7, 2021 at 11:51 PM Ida Delphine wrote: > > > > Hello everyone, > > Here is the link to my GSoC proposal. Will love if you leave comments on > ways I could make it better or any corrections

Re: [PATCH rtems-libbsd] Import telnetd from RTEMS repository

2021-04-08 Thread Gedare Bloom
On Wed, Apr 7, 2021 at 11:10 PM Sebastian Huber wrote: > > On 08/04/2021 03:17, Vijay Kumar Banerjee wrote: > > > On Mon, Apr 5, 2021 at 3:48 PM Gedare Bloom wrote: > >> push this if no one complains by Wednesday > >> > >> I think we should keep this telnetd and the legacy one in sync for > >>

Re: #3860 - GSoC enquiries

2021-04-08 Thread Gedare Bloom
Please enable commenting On Wed, Apr 7, 2021 at 11:51 PM Ida Delphine wrote: > > Hello everyone, > Here is the link to my GSoC proposal. Will love if you leave comments on ways > I could make it better or any corrections (Especially the Proposesd Schedule > section so that I will be sure about

Re: GSOC project: #4272 BSP Executable Conversion

2021-04-08 Thread Ayushman Mishra
Sir I have made a draft for the project https://devel.rtems.org/ticket/4272 after some discussion about it on discord and mail-list . I would be highly grateful to get some comments and reviews about it in improving the draft (for example the part related to adding support of newly created scripts

Re: libbsd: Backport fd_set size fixes for racoon and ping6 to 5

2021-04-08 Thread Sebastian Huber
On 29/03/2021 16:57, Gedare Bloom wrote: On Mon, Mar 29, 2021 at 8:47 AM Christian MAUDERER wrote: Hello Gedare, Am 29.03.21 um 16:40 schrieb Gedare Bloom: On Mon, Mar 29, 2021 at 1:31 AM Christian MAUDERER wrote: Hello Gedare, Am 26.03.21 um 16:03 schrieb Gedare Bloom: seems fine to

About Strong APA scheduler

2021-04-08 Thread Richi Dubey
Hi, The ticket 2510 (https://devel.rtems.org/ticket/2510) which is about the Strong APA scheduler is going to be closed very soon! We are giving a few touches to the code tests before we submit the final patch. The documentation of the scheduler is live at:

Re: [PATCH rtems-libbsd] Import telnetd from RTEMS repository

2021-04-08 Thread Sebastian Huber
On 08/04/2021 08:09, Gedare Bloom wrote: On Wed, Apr 7, 2021 at 11:10 PM Sebastian Huber wrote: On 08/04/2021 03:17, Vijay Kumar Banerjee wrote: On Mon, Apr 5, 2021 at 3:48 PM Gedare Bloom wrote: push this if no one complains by Wednesday I think we should keep this telnetd and the

RE: [libbsd] How to install machine header files?

2021-04-08 Thread Jan.Sommer
@Sebastian: Do you have a suggestion how I could resolve this? I think you have the most experience with the libbsd build system. Best regards, Jan > -Original Message- > From: devel On Behalf Of jan.som...@dlr.de > Sent: Thursday, April 1, 2021 11:59 AM > To: chr...@rtems.org;

Fwd: GCC 10.3 Released

2021-04-08 Thread Joel Sherrill
Is it time to bump the RSB GCC version for rtems6? -- Forwarded message - From: Richard Biener Date: Thu, Apr 8, 2021 at 7:30 AM Subject: GCC 10.3 Released To: , , The GNU Compiler Collection version 10.3 has been released. GCC 10.3 is a bug-fix release from the GCC 10 branch

Re: [libbsd] How to install machine header files?

2021-04-08 Thread Sebastian Huber
On 08/04/2021 13:35, jan.som...@dlr.de wrote: @Sebastian: Do you have a suggestion how I could resolve this? I think you have the most experience with the libbsd build system. Sorry, I don't have an off hand solution for this. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178

[PATCH] clock:_TOD_To_seconds(): Fix year 2514 overflow

2021-04-08 Thread Frank Kuehndel
From: Frank Kühndel This patch fixes issue #4338 by changing _TOD_Validate() to only accept years till 2105. This requires another patch to change the documentation of rtems_clock_set() and other affected API functions (indicating the end date is 2105 not 2514). I tried to support till year

Re: [PATCH rtems-libbsd] Import telnetd from RTEMS repository

2021-04-08 Thread Gedare Bloom
On Thu, Apr 8, 2021 at 2:18 AM Sebastian Huber wrote: > > On 08/04/2021 08:09, Gedare Bloom wrote: > > > On Wed, Apr 7, 2021 at 11:10 PM Sebastian Huber > > wrote: > >> On 08/04/2021 03:17, Vijay Kumar Banerjee wrote: > >> > >>> On Mon, Apr 5, 2021 at 3:48 PM Gedare Bloom wrote: > push