suapapa / arscons

!! DEPRECATED !! scons script for Arduino sketch
76 stars 19 forks source link

Refactor build configuration into `site_scons` module #21

Open cfobel opened 10 years ago

cfobel commented 10 years ago

Refactor the creation of an Arduino build-context into the site_scons.arduino_build module. Among other things, this makes it possible to build several variants of projects, by specifying a different build directory for each variant. It should also make it easier to incorporate Arduino builds into other projects.

I also plan to use this as a starting point to add support for the Due.