Re: PWM driver tested in RTEMS with RGB

2016-05-27 Thread punit vara
On Thu, May 12, 2016 at 6:55 PM, Martin Galvan wrote: > Hi Punit! Sorry I didn't answer, I was off sick for a couple days. Marcos > and I are a bit crowded so we can't review every bit of your patch right now > (plus we don't have our BBB anymore). Could you

Re: PWM driver tested in RTEMS with RGB

2016-05-13 Thread punit vara
Please consider following code as reference original code. https://github.com/punitvara/TI-Starterware I have forked from sourceforge repo that I have already discussed. https://sourceforge.net/p/starterwarefree/code/ci/master/tree/ On Tue, May 10, 2016 at 7:44 PM, punit vara

Re: PWM driver tested in RTEMS with RGB

2016-05-12 Thread punit vara
On Fri, May 6, 2016 at 5:22 PM, Chris Johns wrote: > On 6/05/2016 9:47 PM, punit vara wrote: >> >> Official TI wiki page. http://processors.wiki.ti.com/index.php/StarterWare >> leads me to same repo. >> >> If you are saying here we need to be careful than I would like to have

Re: PWM driver tested in RTEMS with RGB

2016-05-12 Thread Martin Galvan
Hi Punit! Sorry I didn't answer, I was off sick for a couple days. Marcos and I are a bit crowded so we can't review every bit of your patch right now (plus we don't have our BBB anymore). Could you make the RGB test work using SW code only? ___ devel

Re: PWM driver tested in RTEMS with RGB

2016-05-06 Thread Chris Johns
On 6/05/2016 9:47 PM, punit vara wrote: > > Official TI wiki page. http://processors.wiki.ti.com/index.php/StarterWare > leads me to same repo. > > If you are saying here we need to be careful than I would like to have > a suggestion from my mentors that from where should I copy the code ? > I

Re: PWM driver tested in RTEMS with RGB

2016-05-06 Thread punit vara
On Fri, May 6, 2016 at 7:23 AM, Chris Johns wrote: > On 05/05/2016 22:25, punit vara wrote: >> >> >> I have referred code from sourceforge. >> >> https://sourceforge.net/p/starterwarefree/code/ci/master/tree/ >> > > I am sorry but I am not comfortable with this repo at the

Re: PWM driver tested in RTEMS with RGB

2016-05-05 Thread Chris Johns
On 05/05/2016 22:25, punit vara wrote: I have referred code from sourceforge. https://sourceforge.net/p/starterwarefree/code/ci/master/tree/ I am sorry but I am not comfortable with this repo at the moment and I would like to have origin of the code verified before any code from it enters

Re: PWM driver tested in RTEMS with RGB

2016-05-03 Thread Chris Johns
On 04/05/2016 11:53, Gedare Bloom wrote: I added Ti licence at last patch. Do I need to add any other licence ? Whenever you copy/paste code, you need to know/observe what the license is and keep track of that. So, the question of whether you need to add another license depends on whether you

Re: PWM driver tested in RTEMS with RGB

2016-05-03 Thread Gedare Bloom
On Sat, Apr 30, 2016 at 10:37 PM, punit vara wrote: > Sorry for late reply. Thank you for your detailed review. I am still > busy this week with my academic work.I would like to have suggestions > on my proposal. > > Should I change anything in my proposal like title or any

Re: PWM driver tested in RTEMS with RGB

2016-04-30 Thread punit vara
Sorry for late reply. Thank you for your detailed review. I am still busy this week with my academic work.I would like to have suggestions on my proposal. Should I change anything in my proposal like title or any other detail ? Any suggestions ? Is there any vim setup instruction for RTEMS

Re: PWM driver tested in RTEMS with RGB

2016-04-26 Thread Martin Galvan
Hi Punit! Sorry for the delay; I finally got to review your code. First and foremost, it'd be great if you could tell us which StarterWare version/git commit are you using, so that we can keep it handy when reviewing your code. Sorry if you already mentioned it, my memory is a bit sketchy these

Re: PWM driver tested in RTEMS with RGB

2016-04-15 Thread punit vara
On Fri, Apr 15, 2016 at 12:35 AM, Martin Galvan wrote: > > On Thu, Apr 14, 2016 at 1:34 PM, punit vara wrote: > > Hi all ! > > > > I had successfully merged the TI Starter Ware Code with RTEMS. > > That's great. Could you show us the

Re: PWM driver tested in RTEMS with RGB

2016-04-14 Thread Martin Galvan
On Thu, Apr 14, 2016 at 1:34 PM, punit vara wrote: > Hi all ! > > I had successfully merged the TI Starter Ware Code with RTEMS. That's great. Could you show us the resulting directory structure (perhaps with a diffstat), as well as the changes to Makefile.am? > Then I

PWM driver tested in RTEMS with RGB

2016-04-14 Thread punit vara
Hi all ! I had successfully merged the TI Starter Ware Code with RTEMS. Then I tried to test it with sample application with RGB. As a result I was able to glow the LED with that code but unfortunately, LED was only glowing constantly. It did not blink (at all !!!) according to duty cycle and