Fwd: Re: [GSoC] KDevelop Integration with Arduino and embedded development
Sven Brauch
mail at svenbrauch.de
Sun Apr 17 19:09:24 BST 2016
Hey!
> Until now I have a simple interface that download and install the necessary
> tools to the development of embedded systems in Arduino boards.
> In the last days I am trying to figure out how to send my commits to the
> git.kde.org to permit that everybody of KDevelop to see and give some
> necessary points to create a better plugin.
Cool to see something happening there even though GSoC results are not
even published :)
I will take a closer look in the next days. In principle, you can
request your project to be moved to playground by the sysadmins if it
might be useful for other people as well. I don't know the exact
procedure required for this (if any) but I'll look around. It's not
difficult in any case.
From a short look at the code:
^ is not the exponentation operator but xor, so 2^20 doesn't do what
you want it to ;) (use 1 << 20)
make sure all translatable texts are wrapped in i18n() calls -- do not
use tr!
Greetings!
Sven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20160417/b9c36aa6/attachment.sig>
More information about the KDevelop
mailing list