Updated rtems GSOC table with my proposal for Nested Mutexes problem

2015-03-25 Thread Saurabh Gadia
Hello Sir, I have updated https://devel.rtems.org/wiki/GSoC/2015 with my proposal for Nested Mutexes project. Please guide on what can I add to my proposal for following points: 1. Future improvement to the projects. 2. Deliverable part of the report. Also provide me with complete review of the p

Re: [PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-25 Thread Daniel Gutson
El 25/03/2015 21:41, "Joel Sherrill" escribió: > > > > On March 24, 2015 8:37:57 AM CDT, Daniel Gutson < daniel.gut...@tallertechnologies.com> wrote: > >In order to avoid code duplication and ease future bugfixing, I suggest > >to have a conditional casting and leave the core code alone, something

Tracing task id.

2015-03-25 Thread Chris Johns
Hi, Is there are bit in the Id that could be reserved and used to record the interrupt nesting state when tracing ? This saves having to find a bit somewhere else in record to capture this piece of information. I am thinking about testing the irq nesting level and if set recording this. Chris __

Re: Pushing all but one patch

2015-03-25 Thread Joel Sherrill
On March 24, 2015 8:41:35 AM CDT, Daniel Gutson wrote: > >El 24/03/2015 10:34, "Joel Sherrill" >escribió: >> >> >> >> On 3/24/2015 8:29 AM, Daniel Gutson wrote: >>> >>> >>> El 24/03/2015 10:17, "Joel Sherrill" >escribió: >>> > >>> > Hi >>> > >>> > I am pushing all but the one patch that was c

Re: [PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-25 Thread Joel Sherrill
On March 24, 2015 8:37:57 AM CDT, Daniel Gutson wrote: >In order to avoid code duplication and ease future bugfixing, I suggest >to have a conditional casting and leave the core code alone, something >like > >#ifdef __rtems__ >#define cast(x) ((unsigned long int)x) >#else >#define cast(x) (x) >

Re: GSOC 2015: Review proposal for Beagle BSP improvements: Booting without U-boot

2015-03-25 Thread Chris Johns
On 26/03/2015 1:14 am, Gedare Bloom wrote: > Looks pretty good. I have the same basic comment I give most students, > which is that you should try to flesh out some more details about what > exactly you will be doing, i.e. what code you might be able to use, > what your software architecture may lo

SD/MMC FreeBSD status check and SPI/i2c API

2015-03-25 Thread Joel Sherrill
On 03/25/2015 05:41 PM, André Marques wrote: It is not, only on Sebastian's repository. It was anounced here along with an USB host stack: https://lists.rtems.org/pipermail/devel/2014-August/007873.html Any updates on this? And is the new i2c API the recommended one for SPI as well now? --jo

Re: GSOC 2015: Raspberry Pi Low Level Peripherals and SD Card

2015-03-25 Thread Joel Sherrill
On 03/25/2015 05:41 PM, André Marques wrote: On 25-03-2015 14:17, Gedare Bloom wrote: On Wed, Mar 25, 2015 at 4:49 AM, André Marques wrote: Hello everyone, My GSoC proposal entitled "Raspberry Pi Low Level Peripherals and SD Card" can be found for review at: https://docs.google.com/document

Re: GSOC 2015: Raspberry Pi Low Level Peripherals and SD Card

2015-03-25 Thread André Marques
On 25-03-2015 14:17, Gedare Bloom wrote: On Wed, Mar 25, 2015 at 4:49 AM, André Marques wrote: Hello everyone, My GSoC proposal entitled "Raspberry Pi Low Level Peripherals and SD Card" can be found for review at: https://docs.google.com/document/d/11K0qU3OsbSMhNYkTTWt4kitAbd6uuJBcMfA_07Lg6j8

dosfs on targets without iconv

2015-03-25 Thread Joel Sherrill
Hi newlib has the iconv header files but on the h8300 at least the code is not built. The dosfs still uses it so you get undefined symbols in those tests. Is it possible to build the dosfs without iconv support easily? Or should I just disable these tests for that target. --joel ___

Re: GSOC and ESA SOCIS

2015-03-25 Thread Gedare Bloom
P.S. mentors feel free to sign-up for GSoC. We have lots of interesting project proposals this year, does one catch your eye? https://devel.rtems.org/wiki/GSoC/2015 On Wed, Mar 25, 2015 at 12:24 PM, Joel Sherrill wrote: > Hi > > Only two days left to apply to GSOC. > > The ESA SOCIS application p

GSOC and ESA SOCIS

2015-03-25 Thread Joel Sherrill
Hi Only two days left to apply to GSOC. The ESA SOCIS application period is now open. If you are qualified based on their rules, please apply to both the SOCIS and GSOC. Get those applications in! -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.com

GSOC 2015 Proposal Review: Monkey HTTP server

2015-03-25 Thread Sujay Raj
Dear community members, I successfully uploaded my proposal for GSOC 2015 at http://www.google-melange.com/gsoc/proposal/public/google/gsoc2015/sujayraaj/5629499534213120 I welcome you all for any reviews/suggestions/criticism for the same. The proposal is public. With regards, Sujay Raj

Re: GSOC 2015: Raspberry Pi Low Level Peripherals and SD Card

2015-03-25 Thread Joel Sherrill
On March 25, 2015 9:17:51 AM CDT, Gedare Bloom wrote: >On Wed, Mar 25, 2015 at 4:49 AM, André Marques > wrote: >> Hello everyone, >> >> My GSoC proposal entitled "Raspberry Pi Low Level Peripherals and SD >Card" >> can be found for review at: >> >> >https://docs.google.com/document/d/11K0qU3OsbS

Re: GSOC 2015: Review Proposal for Configuration GUI

2015-03-25 Thread Gedare Bloom
If you copied from the template and used the same sharing settings, it should just work. Gedare On Wed, Mar 25, 2015 at 9:52 AM, abd el-hamed Amer wrote: > Dear Anand, > > Thanks a lot, How can i set it to be visible to mentors(I just know mentor > name)? > > Regards, > Abdelhamid > > On Wed, Mar

Re: GSOC 2015: Raspberry Pi Low Level Peripherals and SD Card

2015-03-25 Thread Gedare Bloom
On Wed, Mar 25, 2015 at 4:49 AM, André Marques wrote: > Hello everyone, > > My GSoC proposal entitled "Raspberry Pi Low Level Peripherals and SD Card" > can be found for review at: > > https://docs.google.com/document/d/11K0qU3OsbSMhNYkTTWt4kitAbd6uuJBcMfA_07Lg6j8 > > One issue I would like to dis

Re: GSOC 2015: Review proposal for Beagle BSP improvements: Booting without U-boot

2015-03-25 Thread Gedare Bloom
Looks pretty good. I have the same basic comment I give most students, which is that you should try to flesh out some more details about what exactly you will be doing, i.e. what code you might be able to use, what your software architecture may look like, draw some diagrams to clarify concepts, an

Re: GSOC 2015: Review Proposal for Configuration GUI

2015-03-25 Thread abd el-hamed Amer
Dear Anand, Thanks a lot, How can i set it to be visible to mentors(I just know mentor name)? Regards, Abdelhamid On Wed, Mar 25, 2015 at 3:41 PM, Anand Krishnan wrote: > Hi, > > Create an account on RTEMS page, login using it to the tracking page and > then you will find the link at the botto

Re: GSOC 2015: Review Proposal for Configuration GUI

2015-03-25 Thread Anand Krishnan
Hi, Create an account on RTEMS page, login using it to the tracking page and then you will find the link at the bottom of the page to edit the page. Go to that and edit the table and paste the link to your proposal google doc. Make sure it's visible to your mentors or make it public. All the best

Re: GSOC 2015: Review Proposal for Configuration GUI

2015-03-25 Thread abd el-hamed Amer
Dear, How can i share my proposal on RTEMS table with mentors? or just upload it in Google Summer of Code account. It's the first time to apply please help me. Best Reagrds On Wed, Mar 25, 2015 at 1:15 PM, Anand Krishnan wrote: > Attaching the google docs link as well: > https://docs.google.co

Fwd: Recursive calloc() due to optimization

2015-03-25 Thread Sebastian Huber
A nice surprise with GCC 5: Forwarded Message Subject:Recursive calloc() due to optimization Date: Wed, 25 Mar 2015 12:32:58 +0100 From: Sebastian Huber To: gcc-h...@gcc.gnu.org Hello, I updated to GCC 5 and now it turns the RTEMS calloc() implementation int

Re: GSOC 2015: Review Proposal for Configuration GUI

2015-03-25 Thread Anand Krishnan
Attaching the google docs link as well: https://docs.google.com/document/d/1OOKr9px9yYtAjUvLJM1_Js4xxsg_fXxnN3AWaf3IUp0/edit?usp=sharing Thanks! Anand On Wed, Mar 25, 2015 at 8:49 AM, Anand Krishnan wrote: > Dear Mentors and students, > > It'd be great if you could review my proposal. I am plan

Re: [PATCH] sparc: Ensure interrupt service after ISR enable

2015-03-25 Thread Daniel Hellstrom
Looks good. Please apply it. danielh On 03/25/2015 11:42 AM, Sebastian Huber wrote: --- cpukit/score/cpu/sparc/rtems/score/sparc.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/spar

[PATCH] sparc: Ensure interrupt service after ISR enable

2015-03-25 Thread Sebastian Huber
--- cpukit/score/cpu/sparc/rtems/score/sparc.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h index ac8c510..45df6ff 100644 --- a/cpukit/score/cpu/sparc/rtems/score/sparc.h +++ b/c

GSOC 2015: Raspberry Pi Low Level Peripherals and SD Card

2015-03-25 Thread André Marques
Hello everyone, My GSoC proposal entitled "Raspberry Pi Low Level Peripherals and SD Card" can be found for review at: https://docs.google.com/document/d/11K0qU3OsbSMhNYkTTWt4kitAbd6uuJBcMfA_07Lg6j8 One issue I would like to discuss here is related to the SD card support, which as exposed on

ANN: RTEMS open class in Munich/Germany, 15.-17. June 2015

2015-03-25 Thread Thomas Doerfler
Hello, we are currently planning another open RTEMS class in Munich/Germany to start on June 15th, 2015. Maybe you or some of your colleagues like to join in? See our updated website http://www.embedded-brains.de/en/rtems-real-time-operating-system/rtems-training-courses/ for