index 657b2f4..e69de29 100644

Joel Sherrill joel at rtems.org
Wed Dec 23 16:20:09 UTC 2015


Sebastian.. anymore comments?

Liam.. try to stick to the top of file comments and grouping commands.
A comment that essentially is repetitive of the name of a method adds
no value or insight.

The commands that you will need to use are something like this sequence:

git checkout -b BRANCH
git add <FILES THAT CHANGED>
git commit
  # editor will pop up so you can describe change
git checkout master
git pull
git checkout BRANCH
git rebase -i master
# the above makes sure you are up to date
git format-patch -o TMPDIR master
# generates patch files relative to master branch into TMPDIR

Email those patches.

I hope that sequence helps. I am adding more time to the GCI task.




On Tue, Dec 22, 2015 at 11:51 PM, Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:

> On 23/12/15 01:17, Zaphod Beeblebrox wrote:
>
>> +/*
>> + at ingroup xilinx-zynq_i2c
>> + at brief Disable cadence interrupts
>> +*/
>>   static void cadence_i2c_disable_interrupts(volatile cadence_i2c *regs)
>>   {
>>     regs->irqdisable = 0xffff;
>>   }
>>
>
> Could we please not add trivial Doxygen comments like this.
>
> --
> Sebastian Huber, embedded brains GmbH
>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany
> Phone   : +49 89 189 47 41-16
> Fax     : +49 89 189 47 41-09
> E-Mail  : sebastian.huber at embedded-brains.de
> PGP     : Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
>
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20151223/e1e671c5/attachment.html>


More information about the devel mailing list