Re: [PATCH 6/6] user: Remove nit-picky warnings.

2019-02-26 Thread Sebastian Huber
On 27/02/2019 07:47, Chris Johns wrote: On 27/2/19 5:42 pm, Sebastian Huber wrote: On 27/02/2019 07:30, Chris Johns wrote: diff --git a/README.txt b/README.txt index e002f60..115d08d 100644 --- a/README.txt +++ b/README.txt @@ -415,14 +415,34 @@ existing documentation for an example and if unsu

Re: [PATCH 1/2] arm/beagle: SPI driver

2019-02-26 Thread Sebastian Huber
On 26/02/2019 22:24, pierre-louis garnier wrote: Hello Sebastian, It would be great if you could convert your new driver to use this framework. In case you have no time for this, then we can still add this driver as is. I don't know how I missed the new framework. Which documents did you re

Re: Requirements Format

2019-02-26 Thread Sebastian Huber
On 26/02/2019 16:15, Joel Sherrill wrote: On Tue, Feb 26, 2019 at 8:57 AM Sebastian Huber > wrote: Hello Joel, On 26/02/2019 15:44, Joel Sherrill wrote: > Hi > > I have mentioned this before but reading ticket 3703, you obviousl

Re: [PATCH 6/6] user: Remove nit-picky warnings.

2019-02-26 Thread Chris Johns
On 27/2/19 5:42 pm, Sebastian Huber wrote: > On 27/02/2019 07:30, Chris Johns wrote: >> diff --git a/README.txt b/README.txt >> index e002f60..115d08d 100644 >> --- a/README.txt >> +++ b/README.txt >> @@ -415,14 +415,34 @@ existing documentation for an example and if unsure >> ask. >>     5  ^

Re: [PATCH 6/6] user: Remove nit-picky warnings.

2019-02-26 Thread Sebastian Huber
On 27/02/2019 07:30, Chris Johns wrote: diff --git a/README.txt b/README.txt index e002f60..115d08d 100644 --- a/README.txt +++ b/README.txt @@ -415,14 +415,34 @@ existing documentation for an example and if unsure ask. 5 ^^ Sub-sub-sub-section 6 ~~ Sub-sub-sub-sub-secti

Re: [PATCH 6/6] user: Remove nit-picky warnings.

2019-02-26 Thread Chris Johns
On 26/2/19 5:42 pm, Sebastian Huber wrote: > I think both presentations make sense. With the $ indication you can place > multiple commands together with the command output in one block. Using > separate > blocks for commands and output allows you to simply copy and based multiple > commands to a

[PATCH] Update User Documentation for Host setup for Linux

2019-02-26 Thread Vaibhav Gupta
Mention the requirement of 'pax' package for building BSP if RTEMS is configured with '--enable-tests' option, else build fails. --- user/hosts/posix.rst | 5 + user/tools/tester.rst | 2 ++ 2 files changed, 7 insertions(+) diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index 063e

Re: Issue with sis and Leon3

2019-02-26 Thread Joel Sherrill
On Tue, Feb 26, 2019 at 2:06 PM Jiri Gaisler wrote: > > On 2/26/19 8:49 PM, Joel Sherrill wrote: > > > > On Tue, Feb 26, 2019 at 1:28 PM Jiri Gaisler wrote: > >> >> On 2/26/19 8:08 PM, Joel Sherrill wrote: >> > Hi >> > >> > I think something is wrong with sis on the leon3 which is impacting >> r

Re: [PATCH 1/2] arm/beagle: SPI driver

2019-02-26 Thread pierre-louis garnier
Hello Sebastian, It would be great if you could convert your new driver to use this framework. In case you have no time for this, then we can still add this driver as is. I don't know how I missed the new framework. Unfortunately I won't have the time to port the driver to the new framework in t

Re: Issue with sis and Leon3

2019-02-26 Thread Jiri Gaisler
On 2/26/19 8:49 PM, Joel Sherrill wrote: > > > On Tue, Feb 26, 2019 at 1:28 PM Jiri Gaisler > wrote: > > > On 2/26/19 8:08 PM, Joel Sherrill wrote: > > Hi > > > > I think something is wrong with sis on the leon3 which is > impacting rtems-tester. >

Re: Issue with sis and Leon3

2019-02-26 Thread Joel Sherrill
On Tue, Feb 26, 2019 at 1:28 PM Jiri Gaisler wrote: > > On 2/26/19 8:08 PM, Joel Sherrill wrote: > > Hi > > > > I think something is wrong with sis on the leon3 which is impacting > rtems-tester. > > ticker ends like this: > > > > TA1 - rtems_clock_get_tod - 09:00:34 12/31/1988 > > > > *** END

Re: Issue with sis and Leon3

2019-02-26 Thread Jiri Gaisler
On 2/26/19 8:08 PM, Joel Sherrill wrote: > Hi > > I think something is wrong with sis on the leon3 which is impacting > rtems-tester. > ticker ends like this: > > TA1  - rtems_clock_get_tod - 09:00:34   12/31/1988 > > *** END OF TEST CLOCK TICK ***[joel@ > > Notice that there is no carriage retur

Issue with sis and Leon3

2019-02-26 Thread Joel Sherrill
Hi I think something is wrong with sis on the leon3 which is impacting rtems-tester. ticker ends like this: TA1 - rtems_clock_get_tod - 09:00:34 12/31/1988 *** END OF TEST CLOCK TICK ***[joel@ Notice that there is no carriage return at the end. Hello ends with a CR and an blank line and it p

Leon3 test status

2019-02-26 Thread Joel Sherrill
Hi I just posted results for erc32 and leon2. Leone had so many failures that the build log message is too large to hit the build mailing list. Is Leon3 passing for anyone? --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/li

Re: Requirements Format

2019-02-26 Thread Joel Sherrill
On Tue, Feb 26, 2019 at 8:57 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Joel, > > On 26/02/2019 15:44, Joel Sherrill wrote: > > Hi > > > > I have mentioned this before but reading ticket 3703, you obviously > > didn't remember it. > > I remember it and I think I propos

Re: Requirements Format

2019-02-26 Thread Sebastian Huber
Hello Joel, On 26/02/2019 15:44, Joel Sherrill wrote: Hi I have mentioned this before but reading ticket 3703, you obviously didn't remember it. I remember it and I think I proposed to use ReqIF. ReqIF is an OMG standard for representing requirements in XML format. It was designed to facili

Requirements Format

2019-02-26 Thread Joel Sherrill
Hi I have mentioned this before but reading ticket 3703, you obviously didn't remember it. ReqIF is an OMG standard for representing requirements in XML format. It was designed to facilitate requirements exchange between partnering organizations. https://www.omg.org/spec/ReqIF/About-ReqIF/ It ap

Re: [PATCH] Update User Documentation for host setup for Linux

2019-02-26 Thread Vaibhav Gupta
I will format it today. On Mon, 25 Feb, 2019, 3:05 AM Chris Johns On 23/2/19 1:52 am, Vaibhav Gupta wrote: > > - mention for the installion of 'pax' package if RTEMS is configured > with --enable-tests, else build will fail. > > --- > > user/hosts/posix.rst | 5 + > > user/tools/tester.rst

Add rtems_rate_monotonic_deadline()?

2019-02-26 Thread Sebastian Huber
Hello, I would like to add a new function rtems_rate_monotonic_deadline(): https://devel.rtems.org/ticket/3700 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embed