Re: Comments in spec files in rtems.git

2020-09-21 Thread Sebastian Huber
On 22/09/2020 03:38, Chris Johns wrote: On 21/9/20 12:35 am, Sebastian Huber wrote: On 19/09/2020 02:43, Chris Johns wrote: Hi, Can comments be added to the .yml files under specs in rtems.git? the problem with comments in YAML files is that they are not preserved if you parse the files and

Re: Comments in spec files in rtems.git

2020-09-21 Thread Chris Johns
On 21/9/20 12:35 am, Sebastian Huber wrote: > On 19/09/2020 02:43, Chris Johns wrote: >> Hi, >> >> Can comments be added to the .yml files under specs in rtems.git? > the problem with comments in YAML files is that they are not preserved if you > parse the files and write them back. Could we have

Re: Build FreeBSD: FAILED 6/rtems-arm on x86_64-freebsd12.1 (rtems-tools-9fcc20789367ef476eb9ffbc6e2f9fabf686e10f-1)

2020-09-21 Thread Chris Johns
On 21/9/20 10:42 am, Joel Sherrill wrote: > Add doesn't address starting from Cron I run the RSB from cron on FreeBSD and MacOS without any issues. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: gcc/RSB std::runtime patches and tickets

2020-09-21 Thread Chris Johns
On 22/9/20 7:09 am, Joel Sherrill wrote: > Hi > > I'm trying to get this one tidied up and committed. I'm questioning how many > tickets this needs based on RTEMS and tools versions. > > + #2830 - I reassigned this to 5.2 > + #4084 - Created to track against 6. >    - need RSB patch against gcc 1

gcc/RSB std::runtime patches and tickets

2020-09-21 Thread Joel Sherrill
Hi I'm trying to get this one tidied up and committed. I'm questioning how many tickets this needs based on RTEMS and tools versions. + #2830 - I reassigned this to 5.2 + #4084 - Created to track against 6. - need RSB patch against gcc 10.2.1 for RTEMS 6 Do we need another ticket for rtems7 t

Re: pc386 BSP documentation tweaks.

2020-09-21 Thread Joel Sherrill
On Mon, Sep 21, 2020 at 12:40 PM Karel Gardas wrote: > On 9/21/20 7:34 PM, Gedare Bloom wrote: > > On Sat, Sep 19, 2020 at 2:31 PM Karel Gardas > wrote: > >> > >> > >> Hello, > >> > >> attached are three patches: > >> > >> pc386 BSP: add runtime options for debugging and move few lines > >>

Re: pc386 BSP documentation tweaks.

2020-09-21 Thread Karel Gardas
On 9/21/20 7:52 PM, Gedare Bloom wrote: >> By "long gone" I mean this option is handled by configure/make and now >> also waf, but is not preserved in the C code at all. So basically the >> option does nothing as implementation C code was probably removed. >> >> Or am I looking wrong? >> > > I thi

Re: pc386 BSP documentation tweaks.

2020-09-21 Thread Gedare Bloom
On Mon, Sep 21, 2020 at 11:40 AM Karel Gardas wrote: > > On 9/21/20 7:34 PM, Gedare Bloom wrote: > > On Sat, Sep 19, 2020 at 2:31 PM Karel Gardas > > wrote: > >> > >> > >> Hello, > >> > >> attached are three patches: > >> > >> pc386 BSP: add runtime options for debugging and move few lines >

Re: pc386 BSP documentation tweaks.

2020-09-21 Thread Karel Gardas
On 9/21/20 7:34 PM, Gedare Bloom wrote: > On Sat, Sep 19, 2020 at 2:31 PM Karel Gardas wrote: >> >> >> Hello, >> >> attached are three patches: >> >> pc386 BSP: add runtime options for debugging and move few lines >> around for better context. >> pc386 BSP: add a note about default baud ra

Re: pc386 BSP documentation tweaks.

2020-09-21 Thread Gedare Bloom
On Sat, Sep 19, 2020 at 2:31 PM Karel Gardas wrote: > > > Hello, > > attached are three patches: > > pc386 BSP: add runtime options for debugging and move few lines > around for better context. > pc386 BSP: add a note about default baud rate for console over UART/COM. > pc386 BSP: remo

Re: Fatal exceptions on context-switching for more than two isolated threads

2020-09-21 Thread Gedare Bloom
On Sat, Sep 19, 2020 at 5:41 AM Utkarsh Rai wrote: > > Hello, > When I isolate more than two threads in RTEMS (the implementation can be > found here), I get fatal exceptions while context-switching. On stepping into > the code, the problem seems to be with the _User_extensions_Thread_*() call

Re: How to use lvgl on pc386 BSP.

2020-09-21 Thread Pavel Pisa
Hello Karel and all others, the GPU PC grade graphics card are really complex systems which require firmware etc. Due to legacy nature of 1982 PC design and keeping compatibility forever there is no simple PCI hardware class which would allow to list supported modes and set one of them and map con

[PATCH v4] Test for clock_nanosleep() with CLOCK_MONOTONIC option

2020-09-21 Thread Utkarsh Rai
From: Utkarsh Closes #3890 Signed-off-by: Utkarsh Rai --- spec/build/testsuites/psxtests/grp.yml| 2 + .../psxtests/psxclocknanosleep01.yml | 20 +++ .../psxtests/psxclocknanosleep01/init.c | 94 ++ .../psxclocknanosleep01.doc | 13 ++