Re: [PATCH] score: Fix for RTEMS_DEBUG.

2016-07-31 Thread Sebastian Huber
Looks good. Sorry, I forgot this on Thursday. On 29/07/16 02:29, Chris Johns wrote: --- cpukit/score/src/userextaddset.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/src/userextaddset.c b/cpukit/score/src/userextaddset.c index 19bbd36..ea2d214 100644 ---

Re: nanosleep.c remarks

2016-07-31 Thread Sebastian Huber
Hello Pavel, On 30/07/16 19:40, Pavel Pisa wrote: Hello Gedare and Sebastian, as the clock_nanosleep is in the place now, I am trying to analyze consequences and I have some questions. The first one, why is _Nanosleep_Pseudo_queue required there. nanosleep is critical function for realtime

Re: I2C Driver testcase

2016-07-31 Thread Sebastian Huber
A good test device for an I2C bus driver is an EEPROM. See also https://git.rtems.org/rtems/tree/testsuites/libtests/i2c01/init.c#n414 On 30/07/16 22:53, punit vara wrote: Hi Sebastian ! You have suggested me following i2c drivers which follows /dev/i2c framwork :

[PATCHv2] libmisc/untar: Set the perms to the value in the tar file.

2016-07-31 Thread Chris Johns
This patch parses the mode field in the tar header and sets the directory or file to the mode value in the header. Closes #2768. --- cpukit/libmisc/untar/untar.c | 47 +-- cpukit/libmisc/untar/untar.h | 7 +-

Re: [PATCH] libmisc/untar: Set the perms to the value in the tar file.

2016-07-31 Thread Chris Johns
On 01/08/2016 11:15, Joel Sherrill wrote: Looks good. Was there a test case (before or after)? I ran the tests and they passed. I do not think a case existed or it would have failed. :) I will take a look. Chris ___ devel mailing list

Re: [PATCH] libmisc/untar: Set the perms to the value in the tar file.

2016-07-31 Thread Joel Sherrill
Looks good. Was there a test case (before or after)? --joel On Sun, Jul 31, 2016 at 8:03 PM, Chris Johns wrote: > This patch parses the mode field in the tar header and sets the > directory or file to the mode value in the header. > > Closes #2768. > --- >

[PATCH] libmisc/untar: Set the perms to the value in the tar file.

2016-07-31 Thread Chris Johns
This patch parses the mode field in the tar header and sets the directory or file to the mode value in the header. Closes #2768. --- cpukit/libmisc/untar/untar.c | 47 ++-- cpukit/libmisc/untar/untar.h | 7 ++- 2 files changed, 34 insertions(+), 20

Re: DMA for RPi

2016-07-31 Thread Pavel Pisa
Hello Mudit, I have put some comments inline on GitHub. On Sunday 31 of July 2016 13:14:46 Mudit Jain wrote: > Hi all, > > I have added code for DMA support for RPi. Here is the link for the same : > > GitHub Link : > https://github.com/spark1729/rtems/commit/f328c4cd89b02977ccc5d7154b4af5ee9

DMA for RPi

2016-07-31 Thread Mudit Jain
Hi all, I have added code for DMA support for RPi. Here is the link for the same : GitHub Link : https://github.com/spark1729/rtems/commit/f328c4cd89b02977ccc5d7154b4af5ee9c424ba3 Kindly review the code and provide comments to improve the same. Questions : If someone could specifically look at