Re: Remove SMP Warning in Documenation

2017-01-17 Thread Sebastian Huber
I didn't move forward to this chapter yet. Yes, it can be removed, but its not the only thing that is outdated. -- 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

Remove SMP Warning in Documenation

2017-01-17 Thread Joel Sherrill
Hi I noticed c-user/symmetric_multiprocessing_services.rst has a warning that is appropriate for the 4.11 branch but I don't think is appropriate for the master. Should this be removed? .. warning:: The SMP support in the release of RTEMS is a work in progress. Before you start using this

Re: [PATCH] rtems-test-check: Make exclude work again.

2017-01-17 Thread Joel Sherrill
On Tue, Jan 17, 2017 at 9:34 AM, Stavros Passas wrote: > Hi Joel, > > Yesterday, with the creation of the ticket about the issue, ( > https://devel.rtems.org/ticket/2867) > I also uploaded the patch that was fixing it -- after Chris's suggestion > over email. > > The patch was created with my ful

Re: Unable to build rtems-docs Was: Re: [PATCH] Update RMS documentation for overrun handling

2017-01-17 Thread Joel Sherrill
On Tue, Jan 17, 2017 at 9:44 AM, Stavros Passas wrote: > > On 17 January 2017 at 15:39, Joel Sherrill wrote: > >> >> >> On Tue, Jan 17, 2017 at 9:30 AM, Gedare Bloom wrote: >> >>> On Fri, Jan 13, 2017 at 5:51 PM, Chris Johns wrote: >>> > On 14/1/17 8:21 am, Gedare Bloom wrote: >>> >> I was una

Re: Unable to build rtems-docs Was: Re: [PATCH] Update RMS documentation for overrun handling

2017-01-17 Thread Stavros Passas
On 17 January 2017 at 15:39, Joel Sherrill wrote: > > > On Tue, Jan 17, 2017 at 9:30 AM, Gedare Bloom wrote: > >> On Fri, Jan 13, 2017 at 5:51 PM, Chris Johns wrote: >> > On 14/1/17 8:21 am, Gedare Bloom wrote: >> >> I was unable to compile rtems-docs (cleanly), so I have not committed >> >> th

Re: Unable to build rtems-docs Was: Re: [PATCH] Update RMS documentation for overrun handling

2017-01-17 Thread Joel Sherrill
On Tue, Jan 17, 2017 at 9:30 AM, Gedare Bloom wrote: > On Fri, Jan 13, 2017 at 5:51 PM, Chris Johns wrote: > > On 14/1/17 8:21 am, Gedare Bloom wrote: > >> I was unable to compile rtems-docs (cleanly), so I have not committed > >> this patch yet. > > > > What is the problem? > > > > It appears t

Re: [PATCH] rtems-test-check: Make exclude work again.

2017-01-17 Thread Stavros Passas
Hi Joel, Yesterday, with the creation of the ticket about the issue, ( https://devel.rtems.org/ticket/2867) I also uploaded the patch that was fixing it -- after Chris's suggestion over email. The patch was created with my full credentials, so you can take them from here: https://devel.rtems.org/

Unable to build rtems-docs Was: Re: [PATCH] Update RMS documentation for overrun handling

2017-01-17 Thread Gedare Bloom
On Fri, Jan 13, 2017 at 5:51 PM, Chris Johns wrote: > On 14/1/17 8:21 am, Gedare Bloom wrote: >> I was unable to compile rtems-docs (cleanly), so I have not committed >> this patch yet. > > What is the problem? > It appears to be a problem in my distribution's texlive / latex support I guess. I'm

Re: [PATCH] rtems-test-check: Make exclude work again.

2017-01-17 Thread Joel Sherrill
On Mon, Jan 16, 2017 at 5:12 PM, Chris Johns wrote: > This change looks wrong. Moving test loop out of the if testdata block > means variables in the test loop are not defined. I consider it a script > bug to assume it is ok to reference a variable that is not declared > because it is ambiguous i

Re: Best Place to add TLS Document Reference

2017-01-17 Thread Sebastian Huber
On 17/01/17 15:00, Joel Sherrill wrote: On Tue, Jan 17, 2017 at 12:51 AM, Sebastian Huber > wrote: On 16/01/17 20:22, Joel Sherrill wrote: Hi Where in our documentation would it be best to add this? https://www.akkad

Re: Best Place to add TLS Document Reference

2017-01-17 Thread Joel Sherrill
On Tue, Jan 17, 2017 at 12:51 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 16/01/17 20:22, Joel Sherrill wrote: > >> Hi >> >> Where in our documentation would it be best to add this? >> >> https://www.akkadia.org/drepper/tls.pdf >> > > It would be nice to use something lik

Re: [PATCH] c-user: Add support for references via bibtex

2017-01-17 Thread Joel Sherrill
On Tue, Jan 17, 2017 at 3:41 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Its just a proof of concept. Seems to work more or less. Needs a waf clean > to really work reliable after updates. > > Chris is on holiday for a few weeks. I am not sure anyone besides him, you and I h

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-17 Thread Sebastian Huber
On 13/01/17 15:54, Joel Sherrill wrote: On Fri, Jan 13, 2017 at 4:47 AM, Sebastian Huber > wrote: On 13/01/17 09:48, Sebastian Huber wrote: On 12/01/17 22:44, Joel Sherrill wrote: I repeat that I would like to purge old tes

Re: [PATCH] c-user: Add support for references via bibtex

2017-01-17 Thread Sebastian Huber
Its just a proof of concept. Seems to work more or less. Needs a waf clean to really work reliable after updates. -- 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...@emb

[PATCH] c-user: Add support for references via bibtex

2017-01-17 Thread Sebastian Huber
--- c-user/conf.py| 2 + c-user/index.rst | 1 + c-user/refs.bib | 151 ++ c-user/symmetric_multiprocessing_services.rst | 2 +- c-user/zreferences.rst|