Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Arduino CDT IDE

I haven't looked at the code on github, but by bringing that code to CDT directly, does it boil down to adding support to CDT for Arduino development?

Sounds like a nice addition for CDT, +1


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Doug Schaefer [dschaefer@xxxxxxx]
Sent: February 12, 2015 12:20 PM
To: CDT General developers list.
Subject: [cdt-dev] Arduino CDT IDE

Hey gang,

As I’ve mentioned here a few times and will be talking about at the CDT Day at EclipseCon, I’m building some plug-ins that extend the CDT, Remote, and LaunchBar to support development for Arduino using C++. I’ve been building it out on my github site as part of my Wascana activities of supporting hobbyists who want to use CDT and want the toolchain installed with it.

The Arduino work is a bit special because I want to use it as an exemplary implementation of such extensions and really want to talk about it in the CDT context. The challenge will be the toolchain install. At the moment, I pull the toolchain at build time using some maven magic, but I want to avoid legal issues of the bits being packaged together (even though commercially vendors are OK doing that). I think I can work some p2 magic and grab the bits from somewhere else at install time. I’d then put this work up in the Eclipse Marketplace.

Are there any objections to me bringing the plug-in source over and putting it into the CDT and adding it to the CDT builds?

Doug.

Back to the top