Re: GSOC 2015: Configuration GUI

2015-03-11 Thread siddharth singh
Dear Amar, I have build rtems on my system on my system, went a bit through docmentation and wikis, wxPython(quite similar to PyQt). I have a query, Is this project related to this(https://github.com/shubhamsomani/GUI) or it is a fresh project or its something else? Secondly, I didn't complete unde

GSOC 2015 Monkey HTTP Server

2015-03-11 Thread Sujay Raj
Hi, I am interested in working on porting the Monkey HTTP Server to RTEMS as a GSOC project. This is the first time I am applying to GSOC and though I have written a lot of code, it is also my first attempt at working in an Open Source project. Some personal projects that I have worked on include

Re: GSOC 2015 Monkey HTTP Server

2015-03-11 Thread Joel Sherrill
cc'ing Eduardo Silva from the Monkey project. Eduardo, you may have to subscribe to get messages back to the RTEMS list. On 3/11/2015 3:45 PM, Sujay Raj wrote: > Hi, > I am interested in working on porting the Monkey HTTP Server to RTEMS > as a GSOC project. > > This is the first time I am applyin

[PATCH] posix/src/nanosleep.c: Address issue when delay is longer than desired

2015-03-11 Thread Joel Sherrill
This resulted in the elapsed time going below 0 and an arbitrarily large number returned as the time remaining. closes #2296. --- cpukit/posix/src/nanosleep.c | 43 +++ 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/cpukit/posix/src/nanosle

problem when runing rpi sample on gdb simu

2015-03-11 Thread QIAO YANG
Hello , I was wondering if the raspberry pi samples can run on arm-rtems4.11-gdb. I thought I had done the compilations correctly according to Mr Alan's blog, but it just stand still when running the sample in the simulator. I'm not sure if it's my problem or it can only run on a real rpi boar

Re: rtems-source-builder on cygwin/64

2015-03-11 Thread Chris Johns
On 12/03/2015 4:59 am, emanuel stiebler wrote: On 2015-03-11 18:40, Joel Sherrill wrote: On 3/11/2015 12:12 PM, emanuel stiebler wrote: Hi all, should it work at the moment? Since Chris is likely the best one to answer that and he won't be online for at least a a few hours, give it a try. Yo

Re: rtems-source-builder on cygwin/64

2015-03-11 Thread emanuel stiebler
On 2015-03-12 02:56, Chris Johns wrote:> On 12/03/2015 4:59 am, emanuel stiebler wrote: >> On 2015-03-11 18:40, Joel Sherrill wrote: >>> >>> >>> On 3/11/2015 12:12 PM, emanuel stiebler wrote: Hi all, should it work at the moment? >>> Since Chris is likely the best one to answer that and

Re: GSOC 2015 - SMP Projects

2015-03-11 Thread Sebastian Huber
On 10/03/15 22:20, Joel Sherrill wrote: On 3/10/2015 4:18 PM, Joel Sherrill wrote: On 3/10/2015 10:04 AM, Gedare Bloom wrote: On Tue, Mar 10, 2015 at 10:19 AM, Rohini Kulkarni wrote: Hi All, I am interested in doing a project under SMP (Improvements to SMP support). Are there any suitable

Re: New source layout.

2015-03-11 Thread Sebastian Huber
On 09/03/15 18:02, Amar Takhar wrote: On 2015-03-09 14:18 +0100, Sebastian Huber wrote: >This is actually a big problem and will break a lot of thinks. Currently >you use > >#include > >and get for example RTEMS_BSP_NETWORK_DRIVER_ATTACH for the network >configuration. > >You find the via th

[PATCH] rtems: Use atomic operation with correct type

2015-03-11 Thread Daniel Cederman
--- c/src/lib/libcpu/shared/src/cache_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libcpu/shared/src/cache_manager.c b/c/src/lib/libcpu/shared/src/cache_manager.c index 7ff1166..89ec88f 100644 --- a/c/src/lib/libcpu/shared/src/cache_manager.c +++ b/c/src

Re: New source layout.

2015-03-11 Thread Amar Takhar
On 2015-03-11 09:44 +0100, Sebastian Huber wrote: > We need at least three -I options, one for the BSP headers, one for the > CPU headers and one for the rest. The current one uses only one -I because all paths will be explicit. Right now I've hacked around the problem with the header redirecto

Re: GSoC 2015 Introduction - Condition Variables (CV)

2015-03-11 Thread Andrei - Constantin Popescu
Hello! As stated here I have installed RSB, rtems and compiled the modified Hello, world ! test The patch is attached to this mail and you can find the snapshot here . Next, I'm going to do some research about wha

GSoC 2015 - Raspberry Pi improvements

2015-03-11 Thread Rohini Kulkarni
Hi, I am interested in contributing to this project. I referred the page Raspberry Pi improvements and also took a look at the work done under GSoc2013

[PATCH] dosfs: avoid buffer-overread. closes #2292.

2015-03-11 Thread Gedare Bloom
--- cpukit/libfs/src/dosfs/msdos_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c index fdac613..76dff43 100644 --- a/cpukit/libfs/src/dosfs/msdos_misc.c +++ b/cpukit/libfs/src/dosfs/msdos_misc

Re: GSoC 2015 - Raspberry Pi improvements

2015-03-11 Thread Gedare Bloom
On Wed, Mar 11, 2015 at 9:52 AM, Rohini Kulkarni wrote: > Hi, > > I am interested in contributing to this project. I referred the page > Raspberry Pi improvements and also took a look at the work done under > GSoc2013. It would be great if the mentors could help me with some queries. > > [1] Is th

Mentors wanted: raspberry pi and beagleboard

2015-03-11 Thread Gedare Bloom
Hi, We are getting quite a few inquiries about Raspberry Pi and Beagleboard improvement projects, which is great! I'm hoping there might be some experienced RTEMS users or developers out there who are interested in either of those boards and would be willing to co-mentor projects that use them if

[PATCH 1/5] cpukit: Remove old DESCRIPTION: in comments

2015-03-11 Thread Joel Sherrill
These were remnants of pre-Doxygen comment style. --- cpukit/libmisc/capture/capture-cli.c | 60 -- cpukit/libmisc/capture/capture-cli.h | 3 -- cpukit/libmisc/capture/capture_support.c | 7 +-- cpukit/libmisc/fb/fb.h | 3

[PATCH 2/5] cpukit/include/rtems/bspIo.h: Add Doxygen comments

2015-03-11 Thread Joel Sherrill
--- cpukit/include/rtems/bspIo.h | 136 ++- 1 file changed, 107 insertions(+), 29 deletions(-) diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index df068a1..dde8d94 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rte

[PATCH 3/5] cpukit/include/rtems/btimer.h: Add DOxygen comments

2015-03-11 Thread Joel Sherrill
--- cpukit/include/rtems/btimer.h | 58 +-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/cpukit/include/rtems/btimer.h b/cpukit/include/rtems/btimer.h index c424e7e..e879a19 100644 --- a/cpukit/include/rtems/btimer.h +++ b/cpukit/include/rt

[PATCH 5/5] confdefs.h: Improve the Doxygen

2015-03-11 Thread Joel Sherrill
--- cpukit/sapi/include/confdefs.h | 883 +++-- 1 file changed, 767 insertions(+), 116 deletions(-) diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 7d9e3b9..8d41dfa 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi

[PATCH 4/5] mvme147s: Install z8530.h

2015-03-11 Thread Joel Sherrill
This was missed when the file was moved. --- c/src/lib/libbsp/m68k/mvme147s/Makefile.am | 4 c/src/lib/libbsp/m68k/mvme147s/preinstall.am | 9 + 2 files changed, 13 insertions(+) diff --git a/c/src/lib/libbsp/m68k/mvme147s/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/Makefile.am i

GSOC 2015 Aspirant for Improving the Raspberry Pi BSP for RTEMS

2015-03-11 Thread Saket Sinha
Hi, I would like to participate to Google Summer of Code 2015 by contributing to Improving the Raspberry Pi BSP for RTEMS. I have tracked the work from previous GSOC on this project and have found GPIO, SPI and I2C are already covered. Kindly let me know what the peripherals that are planned to

GSOC and SOCIS Student Applicants

2015-03-11 Thread Joel Sherrill
Hi Just a reminder that you need to fill in a row in the appropriate table. This helps us keep track of everyone. https://devel.rtems.org/wiki/GSoC/2015 https://devel.rtems.org/wiki/SOCIS/2015 and begin to work on your proposal as details begin to form. There is a Google document template listed

rtems-source-builder on cygwin/64

2015-03-11 Thread emanuel stiebler
Hi all, should it work at the moment? All the best, emanuel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] doc/started: simplify and fix

2015-03-11 Thread Gedare Bloom
* fix and remove some macros in rtems.texi.in. * refer to devel mailing list. * remove reference to Debian packaging in requirements section. * remove section on prebuilt tools. * replace toolset build instructions with link to RSB docs. * Add a note in building RTEMS section about using RSB. * Fix

Re: rtems-source-builder on cygwin/64

2015-03-11 Thread Joel Sherrill
On 3/11/2015 12:12 PM, emanuel stiebler wrote: > Hi all, > should it work at the moment? Since Chris is likely the best one to answer that and he won't be online for at least a a few hours, give it a try. You will know the answer before he wakes up. :) I know there are still a couple of MSYS2 is

Re: GSOC 2015 Aspirant for Improving the Raspberry Pi BSP for RTEMS

2015-03-11 Thread Gedare Bloom
There was an email thread about this recently, see [1]. I think there is plenty of work to do. If you have a Rasberry Pi 2, then you may consider adding it as a BSP variant and getting SMP working on it as a nice project. You should ideally demonstrate that you can build the tools and boot RTEMS on

Re: rtems-source-builder on cygwin/64

2015-03-11 Thread emanuel stiebler
On 2015-03-11 18:40, Joel Sherrill wrote: On 3/11/2015 12:12 PM, emanuel stiebler wrote: Hi all, should it work at the moment? Since Chris is likely the best one to answer that and he won't be online for at least a a few hours, give it a try. You will know the answer before he wakes up. :)

Re: rtems-source-builder on cygwin/64

2015-03-11 Thread Joel Sherrill
On 3/11/2015 12:59 PM, emanuel stiebler wrote: > On 2015-03-11 18:40, Joel Sherrill wrote: >> >> On 3/11/2015 12:12 PM, emanuel stiebler wrote: >>> Hi all, >>> should it work at the moment? >> Since Chris is likely the best one to answer that and he won't be >> online for at least a a few hours,

[PATCH] Add CAN, PWM, ADC and UART1/2/3 support to the LPC176x BSP.

2015-03-11 Thread Martin Galvan
This patch adds support for the following devices to the LPC176x BSP: * CAN * PWM * ADC It also adds the probe routines for UART1/2/3 to the console_device_table in console-config.c, and enables UART1 in configure.ac. --- c/src/lib/libbsp/arm/lpc176x/Makefile.am | 16 + c/src/lib/lib