Re: embedded brains @ embedded world, was: Re: Embedded World?

2015-11-17 Thread Daniel Gutson
El 17/11/2015 6:58, "Thomas Dörfler" escribió: > > Hello Daniel, Hello Thomas, > > I am not quite sure whether you mean the "embedded world" trade fair in Nuermberg, 23.-25.February 2016. Yes. > > Our company will be there. We are located at stand 538,

Re: embedded brains @ embedded world, was: Re: Embedded World?

2015-11-17 Thread Daniel Gutson
El 17/11/2015 8:51, "Thomas Dörfler" escribió: > > Hello Daniel, > > Expo and conference are in the same building complex. And we will be part of the expo. Ah ok, thanks. See you there. Daniel. > > wkr, > > Thomas. > > > > Am 17.11.2015 um 12:47 schrieb

Re: embedded brains @ embedded world, was: Re: Embedded World?

2015-11-17 Thread Thomas Dörfler
Hello Daniel, Expo and conference are in the same building complex. And we will be part of the expo. wkr, Thomas. Am 17.11.2015 um 12:47 schrieb Daniel Gutson: El 17/11/2015 6:58, "Thomas Dörfler" >

[PATCH 2/3] Merge with latest from FreeBSD

2015-11-17 Thread Sebastian Huber
Required by new network stack. --- cpukit/libcsupport/include/sys/sockio.h | 58 ++--- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/cpukit/libcsupport/include/sys/sockio.h b/cpukit/libcsupport/include/sys/sockio.h index 85393b8..924c534 100644 ---

[PATCH 1/3] Import latest from FreeBSD

2015-11-17 Thread Sebastian Huber
Required by new network stack. --- cpukit/libcsupport/include/sys/filio.h | 20 +--- cpukit/libcsupport/include/sys/ioccom.h | 10 -- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/cpukit/libcsupport/include/sys/filio.h

[PATCH 3/3] Import latest from FreeBSD

2015-11-17 Thread Sebastian Huber
Required by new network stack. --- cpukit/libcsupport/include/sys/ttycom.h | 119 +--- 1 file changed, 62 insertions(+), 57 deletions(-) diff --git a/cpukit/libcsupport/include/sys/ttycom.h b/cpukit/libcsupport/include/sys/ttycom.h index 7d0fd2c..f89a8e0 100644 ---

Re: [PATCH 1/3] Import latest from FreeBSD

2015-11-17 Thread Joel Sherrill
I don't see any obvious issues with importing these. I was mainly looking to make sure nothing disappeared that we might have added over the years. I didn't spot anything. --joel On Tue, Nov 17, 2015 at 8:29 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Required by new

Version Number in RTEMS Tools

2015-11-17 Thread Joel Sherrill
Hi The answer may be "don't do that" but I was configuring for 4.11 on the master and the dynamic loading tools now have 4.12 hard coded. Everything built up to that point. Is there anyway to be more flexible or is this just a matter of even though the master can still be built with 4.11 tools,

Re: [PATCH 3/7] bsp/tms570: fixed sci driver freeze when closing terminal bug

2015-11-17 Thread Gedare Bloom
On Tue, Nov 17, 2015 at 2:29 PM, Pavel Pisa wrote: > Hello Gedare, > > On Sunday 15 of November 2015 14:44:24 Gedare Bloom wrote: >> On Thu, Nov 12, 2015 at 5:11 PM, Pavel Pisa wrote: >> > From: Premysl Houdek >> > >> >

Cutting 4.11.0 Soon

2015-11-17 Thread Joel Sherrill
Hi Now that the ftp site is cleaned uo, I want to cut this release as soon as possible. Unfortunately, I have commitments and most likely won't get to this before at least Friday. But caution also says I need to throw out a call for any pending patches that should go in. Please speak up or I

Re: Version Number in RTEMS Tools

2015-11-17 Thread Chris Johns
On 18/11/2015 10:01 AM, Joel Sherrill wrote: > > The answer may be "don't do that" but I was configuring for 4.11 > on the master and the dynamic loading tools now have 4.12 > hard coded. Everything built up to that point. > > Is there anyway to be more flexible or is this just a matter of even

Re: [PATCH-V4 1/1] sparc: Fix context switch on SMP

2015-11-17 Thread Sebastian Huber
Thanks, I check in this patch on the 4.11 branch. -- 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...@embedded-brains.de PGP : Public key available on request.

embedded brains @ embedded world, was: Re: Embedded World?

2015-11-17 Thread Thomas Dörfler
Hello Daniel, I am not quite sure whether you mean the "embedded world" trade fair in Nuermberg, 23.-25.February 2016. Our company will be there. We are located at stand 538, hall4. And we will be happy to see as many RTEMS users as possible face-to-face during these three days. We were

Re: [PATCH-V4 1/1] sparc: Fix context switch on SMP

2015-11-17 Thread Daniel Cederman
Great, thanks! On 2015-11-17 09:01, Sebastian Huber wrote: Thanks, I check in this patch on the 4.11 branch. -- Daniel Cederman Software Engineer Cobham Gaisler ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 3/7] bsp/tms570: fixed sci driver freeze when closing terminal bug

2015-11-17 Thread Pavel Pisa
Hello Gedare, On Sunday 15 of November 2015 14:44:24 Gedare Bloom wrote: > On Thu, Nov 12, 2015 at 5:11 PM, Pavel Pisa wrote: > > From: Premysl Houdek > > > > tms570_sci_interrupt_last_close: do not wait for old data transmit. > > > > Signed-off-by: