Re: [PATCH 2/5] Modify termios to support dedicated input and output baud rates for termios structure

2017-03-13 Thread Sebastian Huber
On 13/03/17 17:00, Kevin Kirspel wrote: - case RTEMS_IO_SNDWAKEUP: + case TIOCSNDWU: tty->tty_snd = *wakeup; break; - case RTEMS_IO_RCVWAKEUP: + case TIOCRCVWU: tty->tty_rcv = *wakeup; break; Since they are RTEMS-specific and probably a (undocumented) part of the

Re: [GSoC] RTEMS Tester Improvements

2017-03-13 Thread Chris Johns
On 14/3/17 9:18 am, Chris Johns wrote: > > The follow is the work I see needing to be done. > I have created a ticket for this project. Please update and add BSP/Simulator section to track those tasks. https://devel.rtems.org/ticket/2927 Thanks Chris __

IoT Protocol in RTEMS

2017-03-13 Thread punit vara
Hi I think RTEMS don't have any IoT protocol so I propose we should implement at least two important IoT protocols 1. MQTT (http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html) 2. CoAP (http://coap.technology/) What's your opinion on this ? :) Regards Punit Vara

Re: RTEMS 4.11.0-rc1 available.

2017-03-13 Thread Chris Johns
On 13/03/2017 23:03, Vicent Brocal wrote: I am trying to find the hash of the commit that originated the release 4.11.0-rc1. I have checked out the Git repo and searched through the logs and tags, but had no luck. Where can I find this kind of information? I did not tag the repo for release

Re: [GSoC] RTEMS Tester Improvements

2017-03-13 Thread Chris Johns
On 14/03/2017 03:30, Gedare Bloom wrote: On Mon, Mar 13, 2017 at 11:50 AM, Tanu Hari Dixit wrote: Hello all, I am interested in applying for GSoC under RTEMS. I am interested in the idea RTEMS Tester Improvements (https://devel.rtems.org/ticket/2919). I have used rtems-tester in the past and a

Re: [GSoC] RTEMS Tester Improvements

2017-03-13 Thread Gedare Bloom
On Mon, Mar 13, 2017 at 1:44 PM, Joel Sherrill wrote: > > > On Mon, Mar 13, 2017 at 11:30 AM, Gedare Bloom wrote: >> >> On Mon, Mar 13, 2017 at 11:50 AM, Tanu Hari Dixit >> wrote: >> > Hello all, >> > >> > I am interested in applying for GSoC under RTEMS. I am interested in the >> > idea RTEMS T

Re: [GSoC] RTEMS Tester Improvements

2017-03-13 Thread Joel Sherrill
On Mon, Mar 13, 2017 at 11:30 AM, Gedare Bloom wrote: > On Mon, Mar 13, 2017 at 11:50 AM, Tanu Hari Dixit > wrote: > > Hello all, > > > > I am interested in applying for GSoC under RTEMS. I am interested in the > > idea RTEMS Tester Improvements (https://devel.rtems.org/ticket/2919). I > have >

Re: [GSoC] RTEMS Tester Improvements

2017-03-13 Thread Gedare Bloom
On Mon, Mar 13, 2017 at 11:50 AM, Tanu Hari Dixit wrote: > Hello all, > > I am interested in applying for GSoC under RTEMS. I am interested in the > idea RTEMS Tester Improvements (https://devel.rtems.org/ticket/2919). I have > used rtems-tester in the past and also have a working knowledge of pyt

[PATCH 2/5] Modify termios to support dedicated input and output baud rates for termios structure

2017-03-13 Thread Kevin Kirspel
--- cpukit/libcsupport/Makefile.am | 2 +- cpukit/libcsupport/include/rtems/termiostypes.h | 8 +- cpukit/libcsupport/include/sys/ioccom.h | 11 - cpukit/libcsupport/include/sys/termios.h| 280 +++- cpukit/libcsupport/include/sys/ttycom.h

[PATCH 3/5] Updated BSPs to use dedicated input and output baud rates in termios structure

2017-03-13 Thread Kevin Kirspel
--- c/src/lib/libbsp/arm/csb336/console/uart.c | 2 +- c/src/lib/libbsp/arm/lpc32xx/console/hsu.c | 2 +- c/src/lib/libbsp/i386/shared/comm/tty_drv.c| 2 +- .../libbsp/lm32/shared/milkymist_console/console.c | 2 +- c/src/lib/libbsp/m68k/av5282/console/console.c |

[PATCH 5/5] Updated termios testsuites to use dedicated input and output baud rates in termios structure

2017-03-13 Thread Kevin Kirspel
--- testsuites/libtests/termios/init.c | 341 + testsuites/libtests/termios01/init.c | 143 +++-- testsuites/libtests/termios01/termios01.scn| 270 testsuites/libtests/termios01/termios_testdriver.c | 6 +- testsuites

[PATCH 1/5] Adding modified FREEBSD headers to sync RTEMS termios with FREEBSD

2017-03-13 Thread Kevin Kirspel
--- cpukit/libcsupport/include/sys/_termios.h| 264 +++ cpukit/libcsupport/include/sys/ttydefaults.h | 111 +++ cpukit/libcsupport/src/cfmakesane.c | 66 +++ 3 files changed, 441 insertions(+) create mode 100644 cpukit/libcsupport/include/sys/_ter

[PATCH 4/5] Updated tools to use dedicated input and output baud rates in termios structure

2017-03-13 Thread Kevin Kirspel
--- tools/cpu/sh/sci.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/tools/cpu/sh/sci.c b/tools/cpu/sh/sci.c index a092bce..2b68612 100644 --- a/tools/cpu/sh/sci.c +++ b/tools/cpu/sh/sci.c @@ -43,10 +43,15 @@ static unsigned int bitrate [] = {

[GSoC] RTEMS Tester Improvements

2017-03-13 Thread Tanu Hari Dixit
Hello all, I am interested in applying for GSoC under RTEMS. I am interested in the idea RTEMS Tester Improvements (https://devel.rtems.org/ticket/2919). I have used rtems-tester in the past and also have a working knowledge of python. I have a few questions and will be grateful if they are answe

Re: patch for i2c

2017-03-13 Thread Gedare Bloom
OK thank you Sichen Zhao. A brief message in the email body may be helpful next time to accompany patches. I have some comments and others may chime in: * We prefer if you can send patches using git-send-email. https://devel.rtems.org/wiki/Developer/Git/Users#SendingEmail * diff.patch includes an

Re: patch for i2c

2017-03-13 Thread Joel Sherrill
Are these completely merged? Just double checking. --joel On Mon, Mar 13, 2017 at 9:53 AM, Gedare Bloom wrote: > This appears to be Punit Vara's patches for BB i2c. Possibly this is some > spam.. > > On Mon, Mar 13, 2017 at 7:24 AM, 赵 思晨 wrote: > > > > > > 发自 Outlook > > > > _

Re: patch for i2c

2017-03-13 Thread Gedare Bloom
This appears to be Punit Vara's patches for BB i2c. Possibly this is some spam.. On Mon, Mar 13, 2017 at 7:24 AM, 赵 思晨 wrote: > > > 发自 Outlook > > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel ___

Re: RTEMS 4.11.0-rc1 available.

2017-03-13 Thread Vicent Brocal
Hello, I am trying to find the hash of the commit that originated the release 4.11.0-rc1. I have checked out the Git repo and searched through the logs and tags, but had no luck. Where can I find this kind of information? Many thanks, Vicent ___ dev

patch for i2c

2017-03-13 Thread 赵 思晨
发自 Outlook diff -Nrua /home/c/development/rtems/rtems-src/testsuites/samples/i2c0/i2c0.doc /home/c/development/rtems/rtems-s/testsuites/samples/i2c0/i2c0.doc --- /home/c/development/rtems/rtems-src/testsuites/samples/i2c0/i2c0.doc 1970-01-01 08:00:00.0 +0800 +++