Re: Instructions to send a Patch

2019-05-27 Thread Aditya Upadhyay
On Mon, May 27, 2019 at 10:42 PM Vaibhav Gupta wrote: > > Hello, okay I will keep that in mind. > . > . > . > . > But there is one problem with this patch then. > . > . > If i just copy-paste ndbm.h, db.h(needed by ndbm.h) and ndbm.c and make the > entry of ndbm.c in Makefile.am. > Then run 'aut

[PATCH] c-user: Add msg broadcast to ISR allowed funcs

2019-05-27 Thread Sebastian Huber
--- c-user/interrupt_manager.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst index 985fdb4..5352781 100644 --- a/c-user/interrupt_manager.rst +++ b/c-user/interrupt_manager.rst @@ -219,6 +219,7 @@ is a list of RTEMS system calls t

Re: GSoC Project | Basic Support for Trace Compass

2019-05-27 Thread Sebastian Huber
On 28/05/2019 07:20, Ravindra Kumar Meena wrote: On Tue, May 28, 2019, 10:36 AM Sebastian Huber > wrote: On 27/05/2019 20:24, Ravindra Kumar Meena wrote: > > On Mon, May 27, 2019 at 7:51 PM Sebastian Huber > mailto:sebastian.hu...@

Re: GSoC Project | Basic Support for Trace Compass

2019-05-27 Thread Ravindra Kumar Meena
On Tue, May 28, 2019, 10:36 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 27/05/2019 20:24, Ravindra Kumar Meena wrote: > > > > On Mon, May 27, 2019 at 7:51 PM Sebastian Huber > > > > wrote: > > > > On 26/05/2019 13:49, Ravindr

Re: GSoC Project | Basic Support for Trace Compass

2019-05-27 Thread Sebastian Huber
On 27/05/2019 20:24, Ravindra Kumar Meena wrote: On Mon, May 27, 2019 at 7:51 PM Sebastian Huber > wrote: On 26/05/2019 13:49, Ravindra Kumar Meena wrote: > Hi Sebastian, Gedare > > On Fri, May 24, 2019 at 8:11 PM Gedare Bloom mai

Re: GSoC Project | Basic Support for Trace Compass

2019-05-27 Thread Ravindra Kumar Meena
On Mon, May 27, 2019 at 7:51 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/05/2019 13:49, Ravindra Kumar Meena wrote: > > Hi Sebastian, Gedare > > > > On Fri, May 24, 2019 at 8:11 PM Gedare Bloom > > wrote: > > > > > > > > On Fri, May 24

Re: Instructions to send a Patch

2019-05-27 Thread Vaibhav Gupta
Hello, okay I will keep that in mind. . . . . But there is one problem with this patch then. . . If i just copy-paste ndbm.h, db.h(needed by ndbm.h) and ndbm.c and make the entry of ndbm.c in Makefile.am. Then run 'autoreconf' to add the entry for ndbm.c in Makefile.in. And then run `make` comman

Re: GSoC Project | Basic Support for Trace Compass

2019-05-27 Thread Sebastian Huber
On 26/05/2019 13:49, Ravindra Kumar Meena wrote: Hi Sebastian, Gedare On Fri, May 24, 2019 at 8:11 PM Gedare Bloom > wrote: On Fri, May 24, 2019, 8:32 AM Ravindra Kumar Meena mailto:rmeena...@gmail.com>> wrote: >Please clone the repository

Instructions to send a Patch

2019-05-27 Thread Aditya Upadhyay
Hi Vaibhav, You have sent a completely wrong patch. You do not need to include all these files what are existed there. You should generate a patch for your work like addition or modification or if you have added any other file. This patch should go to newlib mailing list. For your entire GSoC per

Re: BBB Framebuffer driver : Project status

2019-05-27 Thread Vijay Kumar Banerjee
Hello, The project has progressed and I'm giving a status report of whatever has been done since the last update. I was working on the i2c-adaptation layer that would work on top of the RTEMS application layer and will connect it to the FreeBSD API. The current status is that the i2c-adaptation l

Re: GSoC PRU device tree overlay

2019-05-27 Thread Vijay Kumar Banerjee
On Mon, May 27, 2019 at 4:00 PM Nils Hölscher wrote: > Hi Vijay, > > On Mon, 27 May 2019 at 12:15, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> >> >> On Mon, May 27, 2019 at 1:24 PM Nils Hölscher wrote: >> >>> Hi, >>> >>> I tried to rout the PRUs pins via device tree overlay

Re: GSoC PRU device tree overlay

2019-05-27 Thread Nils Hölscher
Hi Vijay, On Mon, 27 May 2019 at 12:15, Vijay Kumar Banerjee wrote: > > > > On Mon, May 27, 2019 at 1:24 PM Nils Hölscher wrote: > >> Hi, >> >> I tried to rout the PRUs pins via device tree overlay this week. >> Sadly I wasn't able to produce results on linux with this method. >> Please check m

Re: GSoC PRU device tree overlay

2019-05-27 Thread Vijay Kumar Banerjee
On Mon, May 27, 2019 at 1:24 PM Nils Hölscher wrote: > Hi, > > I tried to rout the PRUs pins via device tree overlay this week. > Sadly I wasn't able to produce results on linux with this method. > Please check my blog post concerning this issue. > > https://nilshoel.home.blog/2019/05/27/setting-

Re: Potential SIS or RTEMS/libbsd problem

2019-05-27 Thread Jiri Gaisler
On 5/23/19 1:47 PM, Sebastian Huber wrote: > On 22/05/2019 22:34, Jiri Gaisler wrote: >> Adding a pseudo-random delay of 0 - 15 clocks to each trap/interrupt causes >> the test to pass on all cpu configurations with the default time slice >> (50)..! I am not sure what this means - it could be a

GSoC PRU device tree overlay

2019-05-27 Thread Nils Hölscher
Hi, I tried to rout the PRUs pins via device tree overlay this week. Sadly I wasn't able to produce results on linux with this method. Please check my blog post concerning this issue. https://nilshoel.home.blog/2019/05/27/setting-up-prus-pins-via-device-tree-files/ It would be great if someone ha