Re: Using PWM on the beaglebone black

2020-07-09 Thread Chris Johns
On 5/7/20 8:23 pm, James Fitzsimons wrote: Hi all, Problem solved! After coming back to this fresh the next day I realised I had gone down a blind alley with the device tree thinking. The PWM driver does all hardware configuration required - no fdt required. I have done this a number of tim

Re: Header missing

2020-07-09 Thread Joel Sherrill
On Thu, Jul 9, 2020 at 3:19 PM Daniela Oliveira wrote: > > > > Hi Gedare, > > > > > > The output of: > > > cd /opt/rtems/5 > > > find . -name bspopts.h > > > find : predicate unknown > > > This is the path of header bspopts.h: > > >/opt/rtems/5/sparc-rtems5/erc32/lib/include/dev/bspopts.h > What

RES: Header missing

2020-07-09 Thread Daniela Oliveira
 > Hi Gedare,> > The output of:> cd /opt/rtems/5> find . -name bspopts.h> find : predicate unknown> This is the path of header bspopts.h:>/opt/rtems/5/sparc-rtems5/erc32/lib/include/dev/bspopts.h> > > Tks for help,> > Daniela. Enviado do Email para Windows 10 De: Gedare BloomEnviado:quinta-feira, 9

Re: Header missing

2020-07-09 Thread Gedare Bloom
Hi Daniela, On Thu, Jul 9, 2020 at 11:53 AM Daniela Oliveira wrote: > > >Hi guys, > > > > > > Explaining the steps .. > > > I had used the RTEMS user manual, so these are the steps: > > > I built a SPARC tool chain. > > > - The structure looks like this: > > > / opt / rtems -> the binaries for co

RES: Header missing

2020-07-09 Thread Daniela Oliveira
>Hi guys, > > Explaining the steps ..> I had used the RTEMS user manual, so these are the steps: > I built a SPARC tool chain.> - The structure looks like this:> / opt / rtems -> the binaries for compiling, debugging and manipulating files linked with RTEMS / SPARC> / rtems / releases / rsb -> down

Re: Header missing

2020-07-09 Thread Joel Sherrill
On Thu, Jul 9, 2020 at 10:10 AM Gedare Bloom wrote: > On Thu, Jul 9, 2020 at 9:08 AM Gedare Bloom wrote: > > > > On Mon, Jul 6, 2020 at 3:56 PM Daniela Oliveira > wrote: > > > > > > > Hi guys, > > > > > > > > > > > > > > I have built a RTEMS 5 sparc, as docs.rtems.org tutorial. When I > had bui

Re: Header missing

2020-07-09 Thread Gedare Bloom
On Thu, Jul 9, 2020 at 9:08 AM Gedare Bloom wrote: > > On Mon, Jul 6, 2020 at 3:56 PM Daniela Oliveira wrote: > > > > > Hi guys, > > > > > > > > > > I have built a RTEMS 5 sparc, as docs.rtems.org tutorial. When I had > > > built the C/C++ project, > > > > > I have found a missing header in bsp.

Re: Header missing

2020-07-09 Thread Gedare Bloom
On Mon, Jul 6, 2020 at 3:56 PM Daniela Oliveira wrote: > > > Hi guys, > > > > > > I have built a RTEMS 5 sparc, as docs.rtems.org tutorial. When I had built > > the C/C++ project, > > > I have found a missing header in bsp.h, the bspopts.h. I have no idea why > > this header appeared inside the

Re: How do you plan before starting to code ?

2020-07-09 Thread Gedare Bloom
Richi, Some good advice from others. I'll just add a few more notes. On Thu, Jul 9, 2020 at 2:23 AM Richi Dubey wrote: > > Hi, > > I understand. I'll learn how to use Doxygen and put it in my codes. Thank you. > Not just that, he also suggests you can start with a doxygen description before you

Re: How do you plan before starting to code ?

2020-07-09 Thread Richi Dubey
Hi, I understand. I'll learn how to use Doxygen and put it in my codes. Thank you. On Thu, Jul 9, 2020 at 12:43 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Richi, > > we use Doxygen to document the software design. Maybe you can write your > high-level description wit

Re: How do you plan before starting to code ?

2020-07-09 Thread Richi Dubey
Hi, Thanks for your suggestions. You've used lots of new keywords that I need to learn, I'll look them up online. I like your quote at the end! On Wed, Jul 8, 2020 at 8:04 PM Per Dalgas Jakobsen wrote: > Hi, > > I believe that differs a lot... > > If it's something I can't completely get my he

Re: How do you plan before starting to code ?

2020-07-09 Thread Sebastian Huber
Hello Richi, we use Doxygen to document the software design. Maybe you can write your high-level description with it. This way it is integrated already integrated in the sources. You can use @dot for graphs and @msc for message sequences. I would document the data structures and the invarian