Re: [PATCH] RSB: Fetch recent version of newlib that solves or1knd build failure.

2015-03-10 Thread Chris Johns
On 10/03/2015 2:05 am, Hesham ALMatary wrote: On Mon, Mar 9, 2015 at 2:45 PM, Gedare Bloom ged...@gwu.edu wrote: On Sun, Mar 8, 2015 at 5:46 PM, Chris Johns chr...@rtems.org wrote: On 6/03/2015 1:23 am, Hesham ALMatary wrote: --- rtems/config/tools/rtems-gcc-4.8.3-newlib-git-1.cfg | 2 +-

[PATCH] [RSB] Use gcc 5-20150301 snapshot.

2015-03-10 Thread Hesham ALMatary
Use newlib git repository and gcc snapshot that contains the latest moxie opcodes. Revert back to dtc-1.2.0 as dtc-1.4.1 would raise a compilation error. Note: This patch is unstable, and it's meant to be a temporary solution until the next gcc release,the build process may or may not fail!

Re: Raspberry Pi BSP - U-boot and DC-motor control demo application for Linux

2015-03-10 Thread Pavel Pisa
Hello all, I have put my hands to RPi, due to some consultations/support contract from other company which used RPi for data acquisition in industrial application and failed in serious problems with SD cards reliability. Other reason to invest my time is that it is common board between students

[PATCH v2] Add and use latest sys/timespec.h from FreeBSD

2015-03-10 Thread Sebastian Huber
This addresses a potential multiple definition problem and makes it easier to use FreeBSD header files in Newlib. According to POSIX struct timespec and struct itimerspec are not declared in sys/types.h, but instead in time.h. newlib/ChangeLog 2015-03-10 Sebastian Huber

Re: Raspberry Pi BSP - U-boot and DC-motor control demo application for Linux

2015-03-10 Thread 桥 杨
Great help, thanks for your infomation. I've set up the devel environment , qemu simulation and I'm waiting for a screen or usb-ttl cable for on board testing. I'll soon report what I've got in order to get myself aboard :) 在 2015年3月10日,11:30,Pavel Pisa ppisa4li...@pikron.com 写道: Hello all,

Re: [PATCH 11/15] lpc1768_mbed.cfg: Remove -DNDEBUG flag

2015-03-10 Thread Joel Sherrill
On March 10, 2015 8:15:00 AM CDT, Gedare Bloom ged...@rtems.org wrote: We have to be careful what we say. Assert() is generally a useful construct. We just need to define its use correctly, especially in the shared code regions. We should not use assert() but the proper internal RTEMS

Re: [PATCH] [RSB] Use gcc 5-20150301 snapshot.

2015-03-10 Thread Hesham ALMatary
On Tue, Mar 10, 2015 at 1:19 PM, Gedare Bloom ged...@rtems.org wrote: On Tue, Mar 10, 2015 at 5:35 AM, Hesham ALMatary heshamelmat...@gmail.com wrote: Use newlib git repository and gcc snapshot that contains the latest moxie opcodes. Revert back to dtc-1.2.0 as dtc-1.4.1 would raise a

Re: Error about libcrypt when compile on fedora21

2015-03-10 Thread Gedare Bloom
If you want to compile the current rtems.git/master you will need to build your tools using the current rtems-source-builder.git master also. This should give you the correctly working tool chain. Gedare On Tue, Mar 10, 2015 at 5:26 AM, Sebastian Huber sebastian.hu...@embedded-brains.de wrote:

Status of Items on 4.11_Release_Notes

2015-03-10 Thread Joel Sherrill
Hi Amar commented on a ticket that about the release notes wiki page. Please review this and see what is left to do and what you can update. https://devel.rtems.org/wiki/TBR/UserManual/4.11_Release_Notes -- Joel Sherrill, Ph.D. Director of Research Development

GSOC 2015 - SMP Projects

2015-03-10 Thread Rohini Kulkarni
Hi All, I am interested in doing a project under SMP (Improvements to SMP support). Are there any suitable SMP projects which can be undertaken as part of GSOC. However,I do not have an experience with such kind of development. Thanks! ___ devel

GSOC 2015: Run Time Tracing

2015-03-10 Thread Richa Sehgal
Dear mentors, I am Richa Sehgal currently pursuing Master’s at University of Illinois Urbana Champaign, USA. I did my undergraduate from Indian Institute of Technology Delhi (IIT-Delhi). I am interested in contributing to the Run Time Tracing project in GSOC 2015. I went through the project

Re: [PATCH] cpukit: deprecate notepads

2015-03-10 Thread Gedare Bloom
This supercedes the previous patch. Now it updates the doc wherever notepads are reference and the test cases that need notepads. On Tue, Mar 10, 2015 at 12:53 PM, Gedare Bloom ged...@rtems.org wrote: Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and

Re: [PATCH] cpukit: deprecate notepads

2015-03-10 Thread Joel Sherrill
I think this is OK. On 3/10/2015 11:55 AM, Gedare Bloom wrote: This supercedes the previous patch. Now it updates the doc wherever notepads are reference and the test cases that need notepads. On Tue, Mar 10, 2015 at 12:53 PM, Gedare Bloom ged...@rtems.org wrote: Deprecate Classic API

GSOC 2015: Configuration GUI

2015-03-10 Thread siddharth singh
Dear Mentors, I am Siddharth Singh currently pursuing B.Tech at IIIT-Delhi, India. I am willing to contribute to Configuration GUI project, I have a past experience of working on PyQt(GUI) and would like to contribute in the same field. Here is my github profile : https://github.com/siddharth7

[PATCH] cpukit: deprecate notepads

2015-03-10 Thread Gedare Bloom
Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and also mark the notepads field. Replace disable with enable option for notepads in confdefs.h, and make notepads disabled by default. The previous option CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused

Re: GSOC 2015 - SMP Projects

2015-03-10 Thread Gedare Bloom
On Tue, Mar 10, 2015 at 10:19 AM, Rohini Kulkarni krohini1...@gmail.com wrote: Hi All, I am interested in doing a project under SMP (Improvements to SMP support). Are there any suitable SMP projects which can be undertaken as part of GSOC. However,I do not have an experience with such kind of

[PATCH] cpukit: deprecate task variables. closes #2293.

2015-03-10 Thread Gedare Bloom
--- cpukit/rtems/include/rtems/rtems/tasks.h | 12 +--- cpukit/rtems/include/rtems/rtems/tasksimpl.h | 4 +++- cpukit/sapi/include/confdefs.h | 3 +++ doc/user/task.t | 11 +++ 4 files changed, 26 insertions(+), 4 deletions(-) diff

Beagle bsp improvements RTC driver for beaglebone black

2015-03-10 Thread ragu nath
Hi All, I was exploring the beagle code base to find a task to get hands on experience with RTEMS internals. I found that Real time Clock (RTC) support is missing for beaglebone. I made the effort to add the driver for the device. Included the patch for the driver. RTEMS already have a RTC

Re: New source layout.

2015-03-10 Thread Pavel Pisa
Hello Amar, thanks for reply. On Tuesday 10 of March 2015 19:00:03 Amar Takhar wrote: On 2015-03-10 11:03 +0100, Pavel Pisa wrote: I think that includes really belong near to the implementation and that new architecture could be (in optimal case) introduced by adding single directory in